Skip to content

Commit

Permalink
Debug true for displaying images
Browse files Browse the repository at this point in the history
  • Loading branch information
Waztom committed Jul 31, 2023
1 parent 5a77a55 commit 37722ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fragalysis/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from sentry_sdk.integrations.excepthook import ExcepthookIntegration

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True

if os.environ.get("DEBUG_FRAGALYSIS") == 'True':
DEBUG = True
Expand Down

0 comments on commit 37722ca

Please sign in to comment.