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
 
68
 
69
 # SECURITY WARNING: don't run with debug turned on in production!
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
 # Application definition
74
 # Application definition

Loading…
Cancel
Save