init
This commit is contained in:
commit
bf6153d028
28 changed files with 537 additions and 0 deletions
7
home/urls.py
Normal file
7
home/urls.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path("", views.index, name="index"),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue