On Sun, Mar 20, 2011 at 1:39 PM, Luis Peña <[email protected]> wrote:
> I got this same error in the development environment. The error can be
> reproduced by visiting one of the admin sites first (e.g. /_ah/admin/
> datastore) and then sending a request to the actual site scripts
> (e.g. /).
>
Putting the use_library('django', '1.2') call in appengine_config.py should
handle this case. When the /_ah/admin handler imports webapp.template, it
will load your appengine_config.py before continuing, thus putting the
proper Django version in your environment.
--
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.