|
|
|
@ -35,7 +35,6 @@ SECRET_KEY = env.str('SECRET_KEY') |
|
|
|
# SECURITY WARNING: don't run with debug turned on in production! |
|
|
|
# SECURITY WARNING: don't run with debug turned on in production! |
|
|
|
DEBUG = env.bool('DEBUG') |
|
|
|
DEBUG = env.bool('DEBUG') |
|
|
|
TEMPLATE_DEBUG = DEBUG |
|
|
|
TEMPLATE_DEBUG = DEBUG |
|
|
|
DEBUG_TOOLBAR_PANELS = tuple() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ALLOWED_HOSTS = tuple(env.list('ALLOWED_HOSTS', default=[])) |
|
|
|
ALLOWED_HOSTS = tuple(env.list('ALLOWED_HOSTS', default=[])) |
|
|
|
|
|
|
|
|
|
|
|
@ -54,7 +53,6 @@ INSTALLED_APPS = [ |
|
|
|
'contact_us', |
|
|
|
'contact_us', |
|
|
|
'flatpages_ext', |
|
|
|
'flatpages_ext', |
|
|
|
|
|
|
|
|
|
|
|
'debug_toolbar', |
|
|
|
|
|
|
|
'registration', |
|
|
|
'registration', |
|
|
|
'ckeditor', |
|
|
|
'ckeditor', |
|
|
|
'ckeditor_uploader', |
|
|
|
'ckeditor_uploader', |
|
|
|
|