2
votes

I'm starting to learn how to use Django on the Google App Engine.

I had search about some introducing tutorials, like this one.

But looks like isn't really updated (November, 2010).

I really appreciate if someone could point to me a good tutorial, updated (to works with the latest stable release of django/django-nonrel and GAE).

(Strange, why the tutorials tag is not allowed?)

1
This link works for me. But maybe we have something better.GarouDan

1 Answers

3
votes

I was able to get it up and runnining, with very little Django or App Engine experience, using this:

http://www.allbuttonspressed.com/projects/djangoappengine

The one big difference I would say is grab the source from the django-nonrel github account, which is more recent than the ones indicated in that tutorial

https://github.com/django-nonrel

Note, allbuttonspressed is outdated, use the following:

http://django-nonrel.org/ http://djangoappengine.readthedocs.org/