Definitively web2py does not uses Django. GAE includes some Django libraries which we do not import but it is possible that GAE does. Are you getting this error with dev_appserver or in production?
Massimo On Jul 12, 4:09 pm, Carl <m...@carlroach.com> wrote: > In looking at my log output on AppEngine I am getting this Warning: > You are using the default Django version (0.96). The default Django > version will change in an App Engine release in the near future. > Please call use_library() to explicitly select a Django version. For > more information > seehttp://code.google.com/appengine/docs/python/tools/libraries.html#Django > > Can anyone spread any light on this?