Browse Source

Disable DEBUG by default

Jocelyn Delande 9 years ago
parent
commit
81d4b4eef5
1 changed files with 1 additions and 1 deletions
  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 = []