google app engine - Django version in GAE -
in google app engine documentation, said can use different versions of django:
from google.appengine.dist import use_library use_library('django', '1.1')
so need download other (>0.96) django versions , put them in application directory, or other place, because django 0.96 included app engine sdk? also, need remove them before uploading project server?
can describe process?
django 0.96, 1.0.2, , 1.1 available on appengine, 0.96 comes appengine sdk download. can still use 1.0.2 or 1.1, need download , install separately. don't need put in app directory; when upload appengine environment pick copy have.
Comments
Post a Comment