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

* fix debug trace

parent 693aaa59
No related branches found
No related tags found
No related merge requests found
Pipeline #1281148 passed
Pipeline: FIRST_START

#1281171

    ...@@ -34,8 +34,8 @@ mimetypes.add_type("text/javascript", ".js", True) ...@@ -34,8 +34,8 @@ mimetypes.add_type("text/javascript", ".js", True)
    SECRET_KEY = "django-insecure-4%wn*pt3vpdgk#==(qbtocdh#-2wr58py(ri=(0a^15&&n*gl9" 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! # SECURITY WARNING: don't run with debug turned on in production!
    DEBUG = env("DEBUG", default=False) == "True" DEBUG = env("DEBUG", default=False) == True
    DEBUG_PROPAGATE_EXCEPTIONS = env("DEBUG_PROPAGATE_EXCEPTIONS", default=False) == "True" DEBUG_PROPAGATE_EXCEPTIONS = env("DEBUG_PROPAGATE_EXCEPTIONS", default=False) == True
    TESTING = env("TESTING", default="False") 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