Skip to content

Commit

Permalink
Disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSuncatcher222 committed Nov 26, 2023
1 parent 4dde3ae commit 7fe693b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/urban_utopia_2024/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""App settings."""


DEBUG = True
DEBUG = False

AUTH_TYPE: str = AUTH_TOKEN

Expand Down

0 comments on commit 7fe693b

Please sign in to comment.