Ver código fonte

DEBUG set to False for repository

master
Dirk Alders 4 anos atrás
pai
commit
da3e48ec1f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      main/settings.py

+ 1
- 1
main/settings.py Ver arquivo

@@ -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
 

Carregando…
Cancelar
Salvar