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"]