Merge branch 'develop' into feature/opaqueid
This commit is contained in:
@@ -34,6 +34,7 @@ SECRET_KEY = CFG['secret_key']
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = False
|
||||
TESTING = False
|
||||
|
||||
ALLOWED_HOSTS = CFG['allowed_hosts']
|
||||
|
||||
@@ -54,7 +55,7 @@ INSTALLED_APPS = [
|
||||
'leaflet',
|
||||
'django_rq',
|
||||
'django_rq_dashboard',
|
||||
'translation_manager',
|
||||
# 'translation_manager',
|
||||
'django_mailbox',
|
||||
'rest_framework',
|
||||
'datetimewidget',
|
||||
|
||||
Reference in New Issue
Block a user