From 388a6964052e5c309064243759251e256d611277 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Thu, 9 Sep 2021 09:34:29 +0300 Subject: [PATCH] https --- Sprint/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sprint/settings.py b/Sprint/settings.py index a2d2129..38ef511 100644 --- a/Sprint/settings.py +++ b/Sprint/settings.py @@ -22,7 +22,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = "-w#*mn6*fa8a=(-c0@klx&$vl%hpiy&l(u*3%0a#2)wdt##(z2" -DEPLOY = False +DEPLOY = True # SECURITY WARNING: don't run with debug turned on in production! DEBUG = not DEPLOY