fix
This commit is contained in:
@@ -48,7 +48,8 @@ INSTALLED_APPS = [
|
||||
'web.apps.WebConfig',
|
||||
'configs.apps.ConfigsConfig',
|
||||
'experiments.apps.ExperimentsConfig',
|
||||
'stats.apps.StatsConfig'
|
||||
'stats.apps.StatsConfig',
|
||||
'schemas.apps.SchemasConfig',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
@@ -21,5 +21,6 @@ urlpatterns = [
|
||||
path('configs/', include('configs.urls')),
|
||||
path('experiments/', include('experiments.urls')),
|
||||
path('stats/', include('stats.urls')),
|
||||
path('schemas/', include('schemas.urls')),
|
||||
path('', include('web.urls'))
|
||||
]
|
||||
|
Reference in New Issue
Block a user