Skip to content

Commit

Permalink
drop! just testing if debug is passed right
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Oct 22, 2024
1 parent 237d65e commit fb8a1dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
DEBUG = bool(os.getenv("DEBUG", ""))
DEBUG_TOOLBAR = DEBUG # to toggle separately if we want to

print(f"OUR DEBUG = {DEBUG}")

ALLOWED_HOSTS = os.getenv("ALLOWED_HOSTS", "").split()
USE_X_FORWARDED_HOST = bool(os.getenv("USE_X_FORWARDED_HOST", ""))
CSRF_TRUSTED_ORIGINS = os.getenv("CSRF_TRUSTED_ORIGINS", "").split()
Expand Down

0 comments on commit fb8a1dc

Please sign in to comment.