Skip to content

Commit 75f8cdd

Browse files
committed
Remove compressor from settings
1 parent 5847fb9 commit 75f8cdd

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

rdmo/core/settings.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
'rest_framework.authtoken',
3434
'widget_tweaks',
3535
'markdown',
36-
'compressor',
3736
'django_cleanup',
3837
'django_extensions',
3938
'django_filters',
@@ -76,10 +75,6 @@
7675

7776
MESSAGE_STORAGE = "django.contrib.messages.storage.session.SessionStorage"
7877

79-
COMPRESS_PRECOMPILERS = (
80-
('text/x-scss', 'django_libsass.SassCompiler'),
81-
)
82-
8378
WSGI_APPLICATION = 'config.wsgi.application'
8479

8580
AUTHENTICATION_BACKENDS = [
@@ -161,7 +156,6 @@
161156
STATICFILES_FINDERS = (
162157
'django.contrib.staticfiles.finders.FileSystemFinder',
163158
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
164-
'compressor.finders.CompressorFinder',
165159
)
166160

167161
DATABASES = {

0 commit comments

Comments
 (0)