Created
June 15, 2012 01:49
-
-
Save qoelet/2934183 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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