Forums

No module named clickjacking

I've a problem starting my app: 2014-06-06 00:28:40,817 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 47, in load_middleware 2014-06-06 00:28:40,817 : raise exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % (mw_module, e)) 2014-06-06 00:28:40,817 :django.core.exceptions.ImproperlyConfigured: Error importing middleware django.middleware.clickjacking: "No module named clickjacking"

Reading in https://www.pythonanywhere.com/forums/topic/1035/ the solution was to https://www.pythonanywhere.com/wiki/VirtualEnvForNewerDjango, which I did.

However I still have the same error. Any ideas?

Can I take a look at your files?