Ahh yes, looks much like this one here:
Happens when you return something directly instead of in an HttpResponse-type object.
Make sure your views return django httpresponse objects, not lists, strings, etc.
Yuji's Increasingly Infrequent Ramblings
Ahh yes, looks much like this one here:
Happens when you return something directly instead of in an HttpResponse-type object.
Make sure your views return django httpresponse objects, not lists, strings, etc.
haizzzz can i sleep in your heart