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

Update file settings.py

parent 943ebfe5
Branches
Tags
No related merge requests found
......@@ -34,7 +34,7 @@ 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")
DEBUG = env("DEBUG", 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