GarouDan
GarouDan

Reputation: 3833

Django/Django nonrel + Google App Engine + Tutorial

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?)

Upvotes: 2

Views: 2225

Answers (1)

dragonx
dragonx

Reputation: 15143

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/

Upvotes: 3

Related Questions