Run django-compress in offline mode
Required to use both whitenoise and compress with precompile steps
This commit is contained in:
parent
fefb6cc64b
commit
6108c6f076
3 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ DJANGO_ACCOUNT_ALLOW_REGISTRATION=True
|
|||
|
||||
# django-compressor
|
||||
# ------------------------------------------------------------------------------
|
||||
COMPRESS_ENABLED=
|
||||
COMPRESS_ENABLED=True
|
||||
|
||||
# Gunicorn
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue