This link has been bookmarked by 37 people . It was first bookmarked on 10 Apr 2008, by Scott Moody.
-
Daniel WentschWelcome to Django tutorial for integrating with Appengine. This is a port 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.
-
Daniel AndrlikThis is a useful guide for navigating some of the specifics of getting a Django project up and running on Google App Engine.
-
Olifante *"This is a port 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."
-
-
- A listing of the recently created polls.
- A page where you can create new pages.
- A page with the choices, and for voting.
- A page with the results.
Welcome to Django tutorial for integrating with Appengine. This is a port 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. Instead of the four part Django tutorial, we use only one tutorial. Also, as many parts of Django, most prominently its super Admin interface do not work, we will work around them. I will assume that you know python well. However I do not assume that you have previous experience with Django. Django concepts are explained.What will we build
We will build a Poll engine, where people can create polls, and vote on the options.
Essentially this has four types of pages,A live install of this can be see on blogango.appspot.com
The complete source for this can be downloaded from here
-
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.