1
0
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:
sniper-py
2019-12-18 13:53:28 +08:00
committed by Daniel Pan
parent 75efc23ee1
commit f706fe1f3d
2 changed files with 0 additions and 3 deletions

View File

@@ -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

View File

@@ -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',