This commit is contained in:
Administrator
2023-09-27 21:58:38 +03:00
parent cdfe18f6b7
commit 9a7581cfdf
17 changed files with 181 additions and 2 deletions

View File

@@ -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 = [