accounts, add modal and many more
This commit is contained in:
parent
7a4cb2ff67
commit
81dba3e6b3
53 changed files with 829 additions and 19 deletions
9
sites/urls.py
Normal file
9
sites/urls.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from .views import index, privacy, impress
|
||||
from django.urls import path
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path("", index, name="index"),
|
||||
path("privacy/", privacy, name="privacy"),
|
||||
path("impress/", impress, name="impress"),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue