mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 10:51:17 +00:00
rm compressor (#4364)
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
Django==1.11.25
|
Django==1.11.25
|
||||||
future
|
future
|
||||||
captcha
|
captcha
|
||||||
django-compressor
|
|
||||||
django-statici18n
|
django-statici18n
|
||||||
django-post_office
|
django-post_office
|
||||||
django-webpack_loader
|
django-webpack_loader
|
||||||
|
@@ -102,7 +102,6 @@ STATICFILES_FINDERS = (
|
|||||||
'django.contrib.staticfiles.finders.FileSystemFinder',
|
'django.contrib.staticfiles.finders.FileSystemFinder',
|
||||||
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
|
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
|
||||||
# 'django.contrib.staticfiles.finders.DefaultStorageFinder',
|
# 'django.contrib.staticfiles.finders.DefaultStorageFinder',
|
||||||
'compressor.finders.CompressorFinder',
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Make this unique, and don't share it with anybody.
|
# Make this unique, and don't share it with anybody.
|
||||||
@@ -217,7 +216,6 @@ INSTALLED_APPS = (
|
|||||||
|
|
||||||
'registration',
|
'registration',
|
||||||
'captcha',
|
'captcha',
|
||||||
'compressor',
|
|
||||||
'statici18n',
|
'statici18n',
|
||||||
'constance',
|
'constance',
|
||||||
'constance.backends.database',
|
'constance.backends.database',
|
||||||
|
Reference in New Issue
Block a user