- Install the appengine SDK
- In your project folder create a sym link to the GAE SDK :
ln -s /opt/google_appengine google_appengine
/opt/google_appengine should be your SDK directory
- download an unzip the following NOT in your project folder :
- django-nonrel (or clone it)
- djangoappengine (or clone it)
- djangotoolbox (or clone it)
- django-dbindexer (or clone it)
- django-testapp (or clone it)
- Copy folders in your project like this : Copy the following folders into your project (e.g., django-testapp):
django-nonrel/django =>/django
djangotoolbox/djangotoolbox =>/djangotoolbox
django-dbindexer/dbindexer =>/dbindexer
djangoappengine =>/djangoappengine Configure your app.yml and ready to go as a normal django project!
Download the following zip files:
Important :Many advanced Django features are not supported at the moment. A few of them are:
- JOINs
- many-to-many relations
- aggregates
- transactions (but you can use run_in_transaction() from App Engine's SDK)
- QuerySet.select_related()

0 comentarios:
Publicar un comentario en la entrada