# HG changeset patch # User slemonide # Date 2015-06-29 10:35:42 # Node ID ac52acb7170fbd750a1c0d603e4ef9e52a910ced # Parent fbaa32f72568bdb5293d94588fbdefd8a98c6c98 remove django_compressor from requirements.txt diff --git a/neboard/settings.py b/neboard/settings.py --- a/neboard/settings.py +++ b/neboard/settings.py @@ -83,7 +83,7 @@ STATICFILES_DIRS = ( STATICFILES_FINDERS = ( 'django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder', - 'compressor.finders.CompressorFinder', +# 'compressor.finders.CompressorFinder', ) if DEBUG: diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,3 @@ bbcode django-debug-toolbar pytz whoosh -django_compressor