peng 2 лет назад
Родитель
Сommit
f71285bb72
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      VSeesResourceWeb/settings.py

+ 1 - 1
VSeesResourceWeb/settings.py

@@ -23,7 +23,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
 SECRET_KEY = 'django-insecure-8^d+5c85+o1&_s)t3126gf8_8!tem^kiw5b4ph)wdxc(np68=n'
 SECRET_KEY = 'django-insecure-8^d+5c85+o1&_s)t3126gf8_8!tem^kiw5b4ph)wdxc(np68=n'
 
 
 # SECURITY WARNING: don't run with debug turned on in production!
 # SECURITY WARNING: don't run with debug turned on in production!
-DEBUG = True
+DEBUG = False
 
 
 ALLOWED_HOSTS = ['*']
 ALLOWED_HOSTS = ['*']