* adds news app for future implementations
This commit is contained in:
mipel
2021-07-06 08:53:08 +02:00
parent f069baa260
commit b01442ef17
14 changed files with 132 additions and 45 deletions

View File

@@ -61,6 +61,7 @@ INSTALLED_APPS = [
'compensation',
'intervention',
'organisation',
'news',
]
if DEBUG:
INSTALLED_APPS += [
@@ -101,6 +102,7 @@ TEMPLATES = [
},
},
]
WSGI_APPLICATION = 'konova.wsgi.application'