Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DJANGO + Google App Engine, Getting Started Tutorial [closed]

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?

like image 769
AnApprentice Avatar asked Aug 23 '10 03:08

AnApprentice


3 Answers

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

like image 153
generla Avatar answered Oct 14 '22 04:10

generla


since django-nonrel is no longer supported and the old tutorials are outdated I dared to write a new tutorial: http://howto.philippkeller.com/2012/12/30/Tutorial-Django-on-Appengine-using-Google-Cloud-SQL/

like image 23
hansaplast Avatar answered Oct 14 '22 04:10

hansaplast


I think this link could help you: http://agiliq.com/dumps/django/docs.html

This is a part of the Django tutorial to use appengine instead of Pure Django.

Like in the Django tutorial, we build a poll engine where you can create polls and others can vote for them...

Many thanks to Shabda Raaj!

like image 37
NgocGodWar Avatar answered Oct 14 '22 04:10

NgocGodWar