mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 14:11:09 -05:00
8 lines
90 B
Python
8 lines
90 B
Python
from django.urls import path
|
|
from . import views
|
|
|
|
app_name = 'reviews'
|
|
|
|
urlpatterns = [
|
|
]
|