Any good intro book is going to have something similar. "Python Web Development with Django" includes a number of example projects. You can either follow along in the book and type in the examples (the "Hard" way) or download the projects and see/run them at once in their finished form (the "Common" way).
Comments
The Django tutorial is pretty good. You build up a very basic polling application as you follow the tutorial and learn the basic chunks of Django.
https://docs.djangoproject.com/en/1.3/intro/tutorial01/
Any good intro book is going to have something similar. "Python Web Development with Django" includes a number of example projects. You can either follow along in the book and type in the examples (the "Hard" way) or download the projects and see/run them at once in their finished form (the "Common" way).
http://withdjango.com/
http://withdjango.com/readers/source/