add first url
add first url
This commit is contained in:
7
apps/website/urls.py
Normal file
7
apps/website/urls.py
Normal file
@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from apps.web.views import home
|
||||
|
||||
urlpatterns = [
|
||||
path("", home, name="home"),
|
||||
]
|
Reference in New Issue
Block a user