mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-14 18:23:14 +00:00
Disable compression for tests
This commit is contained in:
parent
c2be65de6d
commit
72a6982821
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,8 @@ if not settings.configured:
|
|||
'wagtail.wagtailembeds',
|
||||
'wagtail.wagtailsearch',
|
||||
'wagtail.wagtailredirects',
|
||||
]
|
||||
],
|
||||
COMPRESS_ENABLED=False,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue