I am using django-compressor app in my project when I run server I got this error everything seems to be alright
ImproperlyConfigured at /user/login/
Error importing request processor module core.context_processors: "cannot import name COMPRESS_ENABLED"
Exception Type: ImproperlyConfigured
Exception Value: Error importing request processor module core.context_processors: "cannot import name COMPRESS_ENABLED"
Exception Location: /home/mezino/workspace/hatsenv/local/lib/python2.7/site-packages/django/template/context.py in get_standard_processors, line 151
