views:

116

answers:

2

I'm very interested in finding a up-to-date tutorial that shows steps for getting DJANGO running on Google App Engine, anyone know of any such tutorials?

Surprisingly, Google's App Engine DJANGO docs are almost a year old. What gives?

+4  A: 

You should use a Django fork: django-nonrel project http://www.franciscosouza.net/2010/08/flying-with-django-in-google-app-engine.html

generla
definitely the least painful way of using django on GAE; almost exactly the same as otherwise
Swizec Teller
AnApprentice
A: 

I found this tutorial very helpful:

http://thomas.broxrost.com/2008/04/08/django-on-google-app-engine/

bfox