News app
* adds news app for future implementations
This commit is contained in:
@@ -61,6 +61,7 @@ INSTALLED_APPS = [
|
||||
'compensation',
|
||||
'intervention',
|
||||
'organisation',
|
||||
'news',
|
||||
]
|
||||
if DEBUG:
|
||||
INSTALLED_APPS += [
|
||||
@@ -101,6 +102,7 @@ TEMPLATES = [
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
WSGI_APPLICATION = 'konova.wsgi.application'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user