Added template and view that uses static assets
This commit is contained in:
6
static_project/static_app/urls.py
Normal file
6
static_project/static_app/urls.py
Normal file
@ -0,0 +1,6 @@
|
||||
from django.urls import path
|
||||
from .views import index
|
||||
|
||||
urlpatterns = [
|
||||
path('', index, name='index'),
|
||||
]
|
Reference in New Issue
Block a user