From e5232a95270952d6151f7184a42ac6a073baba7b Mon Sep 17 00:00:00 2001 From: Matias Vallejos Date: Tue, 13 Feb 2024 20:34:39 -0300 Subject: [PATCH] Debug settings.py+ --- todo_project/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/todo_project/settings.py b/todo_project/settings.py index d289c63..9e98f53 100644 --- a/todo_project/settings.py +++ b/todo_project/settings.py @@ -24,6 +24,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = os.environ.get("DEBUG", True) +print("DEBUG: ", DEBUG) ALLOWED_HOSTS = ["*", "localhost", "127.0.0.1", ".vercel.app", ".now.sh"]