When I deploy my project on an Ubuntu Server, using a virtualenv, I got this error :
[17/Sep/2014 22:29:00] \"GET / HTTP/1.1\" 500 59
Traceback (most recent
I had the same problem when switching my project from another pc. As i didn't like very much the option given to remove the
'django.middleware.security.SecurityMiddleware'
I just created a new project and a new app, change the settings by hand and copy the rest of the files, and it worked :)
I'm guessing it has something to do with the secretkey of the project.