stats
This commit is contained in:
@@ -47,7 +47,8 @@ INSTALLED_APPS = [
|
||||
"django.contrib.staticfiles",
|
||||
'web.apps.WebConfig',
|
||||
'configs.apps.ConfigsConfig',
|
||||
'experiments.apps.ExperimentsConfig'
|
||||
'experiments.apps.ExperimentsConfig',
|
||||
'stats.apps.StatsConfig'
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
@@ -20,5 +20,6 @@ urlpatterns = [
|
||||
path("admin/", admin.site.urls),
|
||||
path('configs/', include('configs.urls')),
|
||||
path('experiments/', include('experiments.urls')),
|
||||
path('stats/', include('stats.urls')),
|
||||
path('', include('web.urls'))
|
||||
]
|
||||
|
Reference in New Issue
Block a user