css,js,ws
This commit is contained in:
6
app/home/urls.py
Normal file
6
app/home/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.urls import path
|
||||
from .import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.home, name='home'),
|
||||
]
|
||||
Reference in New Issue
Block a user