I recommend switching to python 2.7 that abstracts away selecting the django version. There is a blog post how to do it at blog.notdot.net If you can't or don't want to upgrade to python 2.7 now you can add a line to your appengine_config.py to select which version django imports.
I used django for filters and templates. Now I swtiched to Jinja2 but I still need django's translation capabilities so I didn't get out of django completely since I use django.util.translations however the recommendation is likely to not import django at all since it seems that GAE is moving away from django and onto selecting your own stack eg. choose a template engine and choose a db framework and choose a forms framework and it can work very well no django imports. I hope some of this info helps. Regards, Niklas -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/2qKVzgTPp2AJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
