Skip to content
Snippets Groups Projects
Commit 91ed6d6c authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

Update file settings.py

parent c6019f98
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,8 @@ mimetypes.add_type("text/javascript", ".js", True)
SECRET_KEY = "django-insecure-4%wn*pt3vpdgk#==(qbtocdh#-2wr58py(ri=(0a^15&&n*gl9"
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = env("DEBUG", default=False) == "True"
DEBUG = env("DEBUG")
DEBUG_PROPAGATE_EXCEPTIONS = env("DEBUG_PROPAGATE_EXCEPTIONS", default=False) == "True"
TESTING = env("TESTING", default="False")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment