DJANGO + Google App Engine, Getting Started Tutorial [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question 开发者_开发技巧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?
You should use a Django fork: django-nonrel project http://www.franciscosouza.net/2010/08/flying-with-django-in-google-app-engine.html
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/
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!
精彩评论