Commit d2f86f8d by andreas.pelme

Move of everything to sub-folder. Docs and setup-scripts will be in the root…

Move of everything to sub-folder. Docs and setup-scripts will be in the root directory in the future.


git-svn-id: https://django-compress.googlecode.com/svn/trunk@27 98d35234-f74b-0410-9e22-51d878bdf110
parent 47e44494
from django.conf import settings
COMPRESS = getattr(settings, 'COMPRESS', not settings.DEBUG)
COMRESS_AUTO = getattr(settings, 'COMPRESS_AUTH', True)
COMPRESS_AUTO = getattr(settings, 'COMPRESS_AUTH', True)
COMPRESS_CSS_FILTERS = getattr(settings, 'COMPRESS_CSS_FILTERS', ('compress.filters.csstidy.CSSTidyFilter', ))
COMPRESS_JS_FILTERS = getattr(settings, 'COMPRESS_JS_FILTERS', ('compress.filters.jsmin.JSMinFilter',))
COMPRESS_CSS = getattr(settings, 'COMPRESS_CSS', {})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment