Hi Nathanael, You should also put the following in your appengine_config.py file: webapp_django_version = '1.2'
This will make webapp.template use the specified version of django. This is needed since the dev admin-console, appstats and the map-reduce framework all use webapp.template to render their output. On 10 March 2011 09:52, Johan Euphrosine <[email protected]> wrote: > On Wed, Mar 9, 2011 at 11:41 PM, Nathanael Abbotts > <[email protected]> wrote: >> Can anyone identify what is causing the following error? >> > > Hi Nathanael, > > Be sure to insert use_library('django', '1.2') in every script handler > that import django. > > References: > http://code.google.com/appengine/docs/python/tools/libraries.html#Django > http://stackoverflow.com/questions/4994913/app-engine-default-django-version-change > > Hope that helps. > -- > Johan Euphrosine (proppy) > Developer Programs Engineer > Google Developer Relations > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > 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. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. 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.
