feat: dpm加入url
This commit is contained in:
parent
a14c411795
commit
0fdaa0a7d5
|
@ -77,7 +77,8 @@ INSTALLED_APPS = [
|
||||||
'apps.pum',
|
'apps.pum',
|
||||||
'apps.pm',
|
'apps.pm',
|
||||||
'apps.enp',
|
'apps.enp',
|
||||||
'apps.edu'
|
'apps.edu',
|
||||||
|
'apps.dpm'
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
|
|
@ -67,6 +67,7 @@ urlpatterns = [
|
||||||
path('', include('apps.pm.urls')),
|
path('', include('apps.pm.urls')),
|
||||||
path('', include('apps.enp.urls')),
|
path('', include('apps.enp.urls')),
|
||||||
path('', include('apps.edu.urls')),
|
path('', include('apps.edu.urls')),
|
||||||
|
path('', include('apps.dpm.urls')),
|
||||||
|
|
||||||
# 前端页面入口
|
# 前端页面入口
|
||||||
path('', TemplateView.as_view(template_name="index.html")),
|
path('', TemplateView.as_view(template_name="index.html")),
|
||||||
|
|
Loading…
Reference in New Issue