experiments

This commit is contained in:
Administrator
2023-09-23 18:54:49 +03:00
parent 4991376d93
commit 59aa298db6
13 changed files with 200 additions and 2 deletions

View File

@@ -46,7 +46,8 @@ INSTALLED_APPS = [
"django.contrib.messages",
"django.contrib.staticfiles",
'web.apps.WebConfig',
'configs.apps.ConfigsConfig'
'configs.apps.ConfigsConfig',
'experiments.apps.ExperimentsConfig'
]
MIDDLEWARE = [