This commit is contained in:
Administrator
2023-09-23 17:59:26 +03:00
parent b2a41e7a80
commit 4991376d93
16 changed files with 262 additions and 2 deletions

View File

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