|
@@ -83,7 +83,6 @@ INSTALLED_APPS = (
|
|
|
|
|
|
'taggit',
|
|
|
'compressor',
|
|
|
- 'sendfile',
|
|
|
|
|
|
'wagtail.wagtailcore',
|
|
|
'wagtail.wagtailadmin',
|
|
@@ -114,8 +113,6 @@ INSTALLED_APPS = (
|
|
|
)
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
# Using DatabaseCache to make sure that the cache is cleared between tests.
|
|
|
# This prevents false-positives in some wagtail core tests where we are
|
|
|
# changing the 'wagtail_root_paths' key which may cause future tests to fail.
|