mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
新增加一个应用模块,专门用于功能测试
This commit is contained in:
@@ -48,6 +48,7 @@ INSTALLED_APPS = [
|
||||
'import_export',
|
||||
'django_apscheduler',
|
||||
'pt_site',
|
||||
'pt_test',
|
||||
'auto_pt',
|
||||
]
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ urlpatterns = [
|
||||
path('', index),
|
||||
path(r'admin/', admin.site.urls),
|
||||
path(r'tasks/', include("auto_pt.urls"), name='tasks'), #
|
||||
path(r'site/', include("pt_site.urls"), name='tasks') #
|
||||
path(r'site/', include("pt_site.urls"), name='tasks'), #
|
||||
path(r'test/', include("pt_test.urls"), name='test'), #
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user