Skip to content

Commit

Permalink
Set django debug to true for development
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed May 21, 2024
1 parent ab2c108 commit 1b33c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dev.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DJANGO_DEBUG=False
DJANGO_DEBUG=True
WGER_USE_GUNICORN=False
EXERCISE_CACHE_TTL=30
SYNC_EXERCISES_ON_STARTUP=False
Expand Down

0 comments on commit 1b33c63

Please sign in to comment.