Skip to content

Instantly share code, notes, and snippets.

@qoelet
Created June 15, 2012 01:49
Show Gist options
  • Save qoelet/2934183 to your computer and use it in GitHub Desktop.
Save qoelet/2934183 to your computer and use it in GitHub Desktop.
[Thu Jun 14 16:57:24 2012] [error] [client 127.0.0.1] mod_wsgi (pid=10827): Exception occurred processing WSGI script '/home/kenny/someapp/wsgi.py'.
[Thu Jun 14 16:57:24 2012] [error] [client 127.0.0.1] Traceback (most recent call last):
[Thu Jun 14 16:57:24 2012] [error] [client 127.0.0.1] File "/usr/lib/pymodules/python2.6/django/core/handlers/wsgi.py", line 230, in __call__
[Thu Jun 14 16:57:24 2012] [error] [client 127.0.0.1] self.load_middleware()
[Thu Jun 14 16:57:24 2012] [error] [client 127.0.0.1] File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py", line 42, in load_middleware
[Thu Jun 14 16:57:24 2012] [error] [client 127.0.0.1] raise exceptions.ImproperlyConfigured, 'Error importing middleware %s: "%s"' % (mw_module, e)
[Thu Jun 14 16:57:24 2012] [error] [client 127.0.0.1] ImproperlyConfigured: Error importing middleware django.middleware.csrf: "No module name csrf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment