Parcourir la source

Disable DEBUG by default

Jocelyn Delande il y a 9 ans
Parent
commit
81d4b4eef5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      transparency/settings.py

+ 1 - 1
transparency/settings.py

@@ -21,7 +21,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 # See https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/
 
 # SECURITY WARNING: don't run with debug turned on in production!
-DEBUG = True
+DEBUG = False
 
 ALLOWED_HOSTS = []