Explorar el Código

DEBUG set to False for repository

master
Dirk Alders hace 4 años
padre
commit
da3e48ec1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      main/settings.py

+ 1
- 1
main/settings.py Ver fichero

@@ -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…
Cancelar
Guardar