We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5847fb9 commit 75f8cddCopy full SHA for 75f8cdd
1 file changed
rdmo/core/settings.py
@@ -33,7 +33,6 @@
33
'rest_framework.authtoken',
34
'widget_tweaks',
35
'markdown',
36
- 'compressor',
37
'django_cleanup',
38
'django_extensions',
39
'django_filters',
@@ -76,10 +75,6 @@
76
75
77
MESSAGE_STORAGE = "django.contrib.messages.storage.session.SessionStorage"
78
79
-COMPRESS_PRECOMPILERS = (
80
- ('text/x-scss', 'django_libsass.SassCompiler'),
81
-)
82
-
83
WSGI_APPLICATION = 'config.wsgi.application'
84
85
AUTHENTICATION_BACKENDS = [
@@ -161,7 +156,6 @@
161
156
STATICFILES_FINDERS = (
162
157
'django.contrib.staticfiles.finders.FileSystemFinder',
163
158
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
164
- 'compressor.finders.CompressorFinder',
165
159
)
166
160
167
DATABASES = {
0 commit comments