From d2421efeff49fce08d13974496f5a20390de150d Mon Sep 17 00:00:00 2001 From: Timofey Malinin Date: Mon, 2 Oct 2023 12:32:52 +0000 Subject: [PATCH] Update settings.py --- postamates/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postamates/settings.py b/postamates/settings.py index 4f93ffb..1a878c2 100644 --- a/postamates/settings.py +++ b/postamates/settings.py @@ -24,7 +24,7 @@ SECRET_KEY = 'django-insecure-5czma@e7b(e4v+c*@bkknj(*em%@x52jizednhy6lye)_@ox4@ # SECURITY WARNING: don't run with debug turned on in production! # TODO: change DEBUG to # DEBUG = os.getenv('DEBUG', False) == 'True' -DEBUG = False +DEBUG = True ALLOWED_HOSTS = ['*']