##// END OF EJS Templates
remove django_compressor from requirements.txt
slemonide -
r1213:ac52acb7 default
parent child Browse files
Show More
@@ -83,7 +83,7 b' STATICFILES_DIRS = ('
83 STATICFILES_FINDERS = (
83 STATICFILES_FINDERS = (
84 'django.contrib.staticfiles.finders.FileSystemFinder',
84 'django.contrib.staticfiles.finders.FileSystemFinder',
85 'django.contrib.staticfiles.finders.AppDirectoriesFinder',
85 'django.contrib.staticfiles.finders.AppDirectoriesFinder',
86 'compressor.finders.CompressorFinder',
86 # 'compressor.finders.CompressorFinder',
87 )
87 )
88
88
89 if DEBUG:
89 if DEBUG:
@@ -7,4 +7,3 b' bbcode'
7 django-debug-toolbar
7 django-debug-toolbar
8 pytz
8 pytz
9 whoosh
9 whoosh
10 django_compressor
General Comments 0
You need to be logged in to leave comments. Login now