Browse Source

BugFix for DEBUG setting

master
Dirk Alders 4 years ago
parent
commit
a2b6c6053b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      main/settings.py

+ 1
- 1
main/settings.py View File

@@ -68,7 +68,7 @@ if SECRET_KEY is None:
68 68
 
69 69
 # SECURITY WARNING: don't run with debug turned on in production!
70 70
 #
71
-DEBUG = True
71
+DEBUG = False
72 72
 
73 73
 
74 74
 # Application definition

Loading…
Cancel
Save