Django-nonrel on Google App Engine, getting error i'm using Django 0.96 -



Django-nonrel on Google App Engine, getting error i'm using Django 0.96 -

i'm using django appengine http://www.allbuttonspressed.com/projects/djangoappengine can utilize django 1.3 , seems work fine.

however, when opening pages pydev console (os 10.6, aptana studio 2.0, python 2.5) puts out message:

warning:root:you using default django version (0.96). default django version alter in app engine release in near future. please phone call use_library() explicitly select django version. more info see http://code.google.com/appengine/docs/python/tools/libraries.html#django

the link error provides seems talk using:

from google.appengine.dist import use_library use_library('django', '1.1')

if using gae's django understand i'd need this. however, i'm using django-nonrel, why warn me i'm using 0.96 when should using 1.3?

could please check project's pythonpath setting (right-click project, click on preferences, , select pythonpath)? create sure not have gae sdk's django folder in pythonpath. if it's listed there remove it. should rid of warning.

google-app-engine django-nonrel djangoappengine

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -