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
|
||||
future
|
||||
captcha
|
||||
django-compressor
|
||||
django-statici18n
|
||||
django-post_office
|
||||
django-webpack_loader
|
||||
|
@@ -102,7 +102,6 @@ STATICFILES_FINDERS = (
|
||||
'django.contrib.staticfiles.finders.FileSystemFinder',
|
||||
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
|
||||
# 'django.contrib.staticfiles.finders.DefaultStorageFinder',
|
||||
'compressor.finders.CompressorFinder',
|
||||
)
|
||||
|
||||
# Make this unique, and don't share it with anybody.
|
||||
@@ -217,7 +216,6 @@ INSTALLED_APPS = (
|
||||
|
||||
'registration',
|
||||
'captcha',
|
||||
'compressor',
|
||||
'statici18n',
|
||||
'constance',
|
||||
'constance.backends.database',
|
||||
|
Reference in New Issue
Block a user