Browse Source

Set DEBUG to False by default

Tyler Hallada 9 years ago
parent
commit
dbfe25f8e2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      laundry/settings.py

+ 2 - 2
laundry/settings.py

@@ -4,9 +4,9 @@ try:
4 4
     import secrets
5 5
 except ImportError:
6 6
     print "No secrets.py add it or set DATABASES and SECRET_KEY in settings.py manually."
7
-    pass # this occur only while on heroku
7
+    pass  # this occur only while on heroku
8 8
 
9
-DEBUG = True
9
+DEBUG = False
10 10
 TEMPLATE_DEBUG = DEBUG
11 11
 
12 12
 ADMINS = (