Skip to content

Commit

Permalink
Debug settings.py+
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvallejosdev committed Feb 13, 2024
1 parent 146b535 commit e5232a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions todo_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit e5232a9

Please sign in to comment.