Skip to content

Commit

Permalink
chore: switch debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fazirta committed Sep 21, 2024
1 parent 56daad6 commit 81c3bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbox/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# SECURITY WARNING: don't run with debug turned on in production!
PRODUCTION = os.getenv("PRODUCTION", False)
DEBUG = not PRODUCTION
DEBUG = True

ALLOWED_HOSTS = ["localhost", "127.0.0.1", "muhammad-fazil31-playbox.pbp.cs.ui.ac.id"]

Expand Down

0 comments on commit 81c3bac

Please sign in to comment.