Changeset - a17d2e031d08
[Not reviewed]
0 2 0
Luke Hatcher - 12 years ago 2012-10-31 00:46:36
lukeman@gmail.com
remove django compressor as it's unused
2 files changed with 0 insertions and 10 deletions:
0 comments (0 inline, 0 general)
requirements.txt
Show inline comments
...
 
@@ -21,3 +21,2 @@ django-timezones==0.2
 
pytz==2012d
 
django_compressor==1.2a1
 
django-model-utils==1.1.0
symposion_project/settings.py
Show inline comments
...
 
@@ -15,6 +15,2 @@ SERVE_MEDIA = DEBUG
 

	
 
# django-compressor is turned off by default due to deployment overhead for
 
# most users. See <URL> for more information
 
COMPRESS = False
 

	
 
INTERNAL_IPS = [
...
 
@@ -82,3 +78,2 @@ STATICFILES_FINDERS = [
 
    "django.contrib.staticfiles.finders.AppDirectoriesFinder",
 
    "compressor.finders.CompressorFinder",
 
]
...
 
@@ -90,5 +85,2 @@ ADMIN_MEDIA_PREFIX = posixpath.join(STATIC_URL, "admin/")
 

	
 
# Subdirectory of COMPRESS_ROOT to store the cached media files in
 
COMPRESS_OUTPUT_DIR = "cache"
 

	
 
# Make this unique, and don't share it with anybody.
...
 
@@ -149,3 +141,2 @@ INSTALLED_APPS = [
 
    # external
 
    "compressor",
 
    "debug_toolbar",
0 comments (0 inline, 0 general)