mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
fix compress
This commit is contained in:
parent
5d65d85c4f
commit
9cbe02d141
1 changed files with 1 additions and 1 deletions
|
@ -823,7 +823,7 @@ REST_FRAMEWORK = {
|
||||||
FONTS_CDN_URL = None
|
FONTS_CDN_URL = None
|
||||||
|
|
||||||
# Django compressor offline mode
|
# Django compressor offline mode
|
||||||
COMPRESS_OFFLINE = False
|
COMPRESS_OFFLINE = True
|
||||||
COMPRESS_OFFLINE_CONTEXT = "weblate.utils.compress.offline_context"
|
COMPRESS_OFFLINE_CONTEXT = "weblate.utils.compress.offline_context"
|
||||||
COMPRESS_CSS_HASHING_METHOD = "content"
|
COMPRESS_CSS_HASHING_METHOD = "content"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue