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 = ['*']