2014-08-14 14:58:48,898 :Traceback (most recent call last):
2014-08-14 14:58:48,898 : File "/bin/user_wsgi_wrapper.py", line 67, in __call__
2014-08-14 14:58:48,898 : self.error_log_file.logger.exception("Error running WSGI application")
2014-08-14 14:58:48,898 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
2014-08-14 14:58:48,899 : self.error(msg, *args, **kwargs)
2014-08-14 14:58:48,899 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
2014-08-14 14:58:48,899 : self._log(ERROR, msg, args, **kwargs)
2014-08-14 14:58:48,899 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
2014-08-14 14:58:48,899 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
2014-08-14 14:58:48,899 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
2014-08-14 14:58:48,900 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
2014-08-14 14:58:48,900 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
2014-08-14 14:58:48,900 : self.threadName = threading.current_thread().name
2014-08-14 14:58:48,900 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
2014-08-14 14:58:48,900 : return _active[_get_ident()]
2014-08-14 14:58:48,900 : File "/bin/user_wsgi_wrapper.py", line 59, in __call__
2014-08-14 14:58:48,900 : app_iterator = self.app(environ, start_response)
2014-08-14 14:58:48,900 : File "/home/CheshireCat/.virtualenvs/perfectus/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 187, in __call__
2014-08-14 14:58:48,901 : self.load_middleware()
2014-08-14 14:58:48,901 : File "/home/CheshireCat/.virtualenvs/perfectus/lib/python2.7/site-packages/django/core/handlers/base.py", line 45, in load_middleware
2014-08-14 14:58:48,902 : mw_class = import_by_path(middleware_path)
2014-08-14 14:58:48,902 : File "/home/CheshireCat/.virtualenvs/perfectus/lib/python2.7/site-packages/django/utils/module_loading.py", line 31, in import_by_path
2014-08-14 14:58:48,903 : error_prefix, module_path, class_name))
2014-08-14 14:58:48,903 :django.core.exceptions.ImproperlyConfigured: Module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" attribute/class