First Commit
This commit is contained in:
commit
ce0758fbbb
496 changed files with 52062 additions and 0 deletions
9
guestbook/urls.py
Executable file
9
guestbook/urls.py
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
from django.urls import path
|
||||
from django.conf.urls.static import static
|
||||
|
||||
from passion_retro import settings
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path("", views.guestbook_home, name="guestbook_home"),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue