Closed GoogleCodeExporter closed 9 years ago
As a side note for anyone else running into this: it's pretty hard to get rid
of all references loaded in memory. I decided to remove all traces of Django
in the non-Django request handlers I had
Original comment by kumar.mcmillan
on 16 Apr 2011 at 9:37
[deleted comment]
Follow up: clearing out all django imports is not working because [presumably]
App Engine's own webapp framework is importing Django 0.96 somewhere. It might
be impossible to mix a webapp handler with a Google App Engine Helper handler.
Original comment by kumar.mcmillan
on 19 Apr 2011 at 8:53
Not using google-app-engine-django with other handlers is what I've always
recommended.
I don't know of any way to safely do it, sorry.
The best work-around I'm aware of if you need non-helper handlers in your app
is to put them in a separate version (which will get a separate appserver) and
access them through the version specific URLs. Not pretty though.
Original comment by m...@google.com
on 20 Aug 2011 at 5:10
Original issue reported on code.google.com by
kumar.mcmillan
on 11 Apr 2011 at 5:39Attachments: