Skip to content

Commit

Permalink
#203 Turn off static compression again (issue re-occurred)
Browse files Browse the repository at this point in the history
  • Loading branch information
veuncent committed Sep 16, 2019
1 parent 1b99af6 commit ce22cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches_3d/arches_3d/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def get_optional_env_variable(var_name):

STATICFILES_FINDERS = STATICFILES_FINDERS + ('compressor.finders.CompressorFinder',)

COMPRESS_ENABLED = COMPRESS_OFFLINE = not DEBUG
COMPRESS_ENABLED = COMPRESS_OFFLINE = False
COMPRESS_URL = STATIC_URL
COMPRESS_STORAGE = STATICFILES_STORAGE

Expand Down

0 comments on commit ce22cc6

Please sign in to comment.