From 6883246de6cb07daaddc1a8119fd1568e565018f Mon Sep 17 00:00:00 2001 From: timofejmalinin Date: Mon, 4 Sep 2023 20:49:56 +0400 Subject: [PATCH] debug? --- postamates/settings.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/postamates/settings.py b/postamates/settings.py index 5758829..2745668 100644 --- a/postamates/settings.py +++ b/postamates/settings.py @@ -22,7 +22,9 @@ BASE_DIR = Path(__file__).resolve().parent.parent SECRET_KEY = 'django-insecure-5czma@e7b(e4v+c*@bkknj(*em%@x52jizednhy6lye)_@ox4@' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = os.getenv('DEBUG', False) == 'True' +# TODO: change DEBUG to +# DEBUG = os.getenv('DEBUG', False) == 'True' +DEBUG = True ALLOWED_HOSTS = ['*']