Open GoogleCodeExporter opened 8 years ago
Ah I had a look at
http://code.google.com/p/app-engine-patch/wiki/RagendjaTemplate
and if I understand it right render_to_response has a different
number of mandatory parameters than the standard Django
render_to_response?
If that is right perhaps app-engine-patch just needs an error message to say
that if we
enter too few parameters?
Original comment by Geoff.Ke...@gmail.com
on 9 Aug 2009 at 10:37
I see native support of GAE by Django is now being looked at. So maybe not
worth you
looking at this further. I don't know how to cancel it myself but if you think
appropriate please close this issue.
Original comment by Geoff.Ke...@gmail.com
on 12 Aug 2009 at 2:14
Problem is the order of parameters you send to render_to_response.
This is correct: render_to_response(request, template, context)
appengine-patch changed this order from the default django's.
Original comment by acafon@gmail.com
on 22 Aug 2009 at 9:54
Original issue reported on code.google.com by
Geoff.Ke...@gmail.com
on 7 Aug 2009 at 6:18