Skip to content

Commit

Permalink
Allow deactivating django compressor
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Oct 28, 2024
1 parent 0381341 commit fcbe251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extras/docker/production/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@

# Folder for compressed CSS and JS files
COMPRESS_ROOT = STATIC_ROOT
COMPRESS_ENABLED = env.bool('COMPRESS_ENABLED', not DEBUG)

# The site's domain as used by the email verification workflow
EMAIL_PAGE_DOMAIN = SITE_URL
Expand Down

0 comments on commit fcbe251

Please sign in to comment.