开发者

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

开发者 https://www.devze.com 2023-01-12 10:54 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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!

0

精彩评论

暂无评论...
验证码 换一张
取 消