DEBUG set to False for repository
This commit is contained in:
parent
a934a2ff1d
commit
da3e48ec1f
@ -39,7 +39,7 @@ except KeyError:
|
||||
raise KeyError(secret_key_warning)
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
#
|
||||
DEBUG = True
|
||||
DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = config.get('ALLOWED_HOSTS', [])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user