Skip to content

Commit

Permalink
Refactor DEBUG setting to False in website/settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
QA2A committed Oct 23, 2024
1 parent 0a768be commit 694f245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
)

SECRET_KEY = os.environ.get("SECRET_KEY", "secret")
DEBUG = "RENDER" not in os.environ
DEBUG = False

ALLOWED_HOSTS = [
"www.pingojo.com",
Expand Down

0 comments on commit 694f245

Please sign in to comment.