Browse Source

DEBUG set to False for repository

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

+ 1
- 1
main/settings.py View File

@@ -39,7 +39,7 @@ except KeyError:
39 39
     raise KeyError(secret_key_warning)
40 40
 # SECURITY WARNING: don't run with debug turned on in production!
41 41
 #
42
-DEBUG = True
42
+DEBUG = False
43 43
 
44 44
 ALLOWED_HOSTS = config.get('ALLOWED_HOSTS', [])
45 45
 

Loading…
Cancel
Save