KeyError at /
JacobCZ opened this issue · 1 comments
JacobCZ commented
I've installed this according to the manual and all I get when I access any page is the "KeyError". I'm using Django 1.9.6 and Python 2.7.11
JacobCZ commented
It appears to be caused by my stupidity 😁
You have to use the render
function to display views. render_to_reponse
will NOT work with this as it doesn't provide the request
context...