feat(projects): 新增Django综合案例示例代码及素材
This commit is contained in:
7
projects/web-django/quickstart/tmpl/urls.py
Normal file
7
projects/web-django/quickstart/tmpl/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import index
|
||||
|
||||
urlpatterns = [
|
||||
path("", index, name="tmpl_index"),
|
||||
]
|
||||
Reference in New Issue
Block a user