On Sun, Mar 20, 2011 at 1:39 PM, Luis Peña <gabriel1...@gmail.com> 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to