Here is the output from my error log:
2014-12-31 14:09:58,369 :Traceback (most recent call last):
2014-12-31 14:09:58,369 : File "/usr/local/lib/python3.4/dist-packages/django/utils/module_loading.py", line 28, in import_by_path
2014-12-31 14:09:58,370 : attr = getattr(module, class_name)
2014-12-31 14:09:58,370 :AttributeError: 'module' object has no attribute 'SessionAuthenticationMiddleware'
2014-12-31 14:09:58,370 :
2014-12-31 14:09:58,370 :During handling of the above exception, another exception occurred:
2014-12-31 14:09:58,370 :
2014-12-31 14:09:58,370 :Traceback (most recent call last):
2014-12-31 14:09:58,370 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
2014-12-31 14:09:58,370 : self.error_log_file.logger.exception("Error running WSGI application")
2014-12-31 14:09:58,370 : File "/usr/lib/python3.4/logging/__init__.py", line 1296, in exception
2014-12-31 14:09:58,371 : self.error(msg, *args, **kwargs)
2014-12-31 14:09:58,371 : File "/usr/lib/python3.4/logging/__init__.py", line 1289, in error
2014-12-31 14:09:58,371 : self._log(ERROR, msg, args, **kwargs)
2014-12-31 14:09:58,372 : File "/usr/lib/python3.4/logging/__init__.py", line 1395, in _log
2014-12-31 14:09:58,372 : self.handle(record)
2014-12-31 14:09:58,372 : File "/usr/lib/python3.4/logging/__init__.py", line 1404, in handle
2014-12-31 14:09:58,373 : if (not self.disabled) and self.filter(record):
2014-12-31 14:09:58,373 : File "/usr/lib/python3.4/logging/__init__.py", line 692, in filter
2014-12-31 14:09:58,373 : for f in self.filters:
2014-12-31 14:09:58,373 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
2014-12-31 14:09:58,373 : app_iterator = self.app(environ, start_response)
2014-12-31 14:09:58,373 : File "/usr/local/lib/python3.4/dist-packages/django/core/handlers/wsgi.py", line 187, in __call__
2014-12-31 14:09:58,374 : self.load_middleware()
2014-12-31 14:09:58,374 : File "/usr/local/lib/python3.4/dist-packages/django/core/handlers/base.py", line 45, in load_middleware
2014-12-31 14:09:58,374 : mw_class = import_by_path(middleware_path)
2014-12-31 14:09:58,374 : File "/usr/local/lib/python3.4/dist-packages/django/utils/module_loading.py", line 31, in import_by_path
2014-12-31 14:09:58,374 : error_prefix, module_path, class_name))
2014-12-31 14:09:58,374 :django.core.exceptions.ImproperlyConfigured: Module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" attribute/class
I am trying to get this working, using PythonAnywhere for the first time, so I need help.