Init
This commit is contained in:
8
app/app_site/urls.py
Normal file
8
app/app_site/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import HomeView
|
||||
|
||||
app_name = "app_site"
|
||||
urlpatterns = [
|
||||
path('', HomeView.as_view(), name='home'),
|
||||
]
|
||||
Reference in New Issue
Block a user