
Creation of a Basic Poll Application
In this tutorial, we'll walk you through the creation of a basic poll application.
Django

Set Up the Database
This tutorial begins where Creation of a Basic Poll Application left off. We'll set up the database, create your first model, and get a quick introduction to Django's automatically-generated admin site.
Django

Creating the Public Interface Views
This tutorial begins where Set Up the Database left off. We're continuing the web-poll application and will focus on creating the public interface -- 'views.'
Django

Form Processing and Cutting Down Our Code
This tutorial begins where Creating the Public Interface Views left off. We're continuing the web-poll application and will focus on form processing and cutting down our code.
Django

Create Some Automated Tests
This tutorial begins where Form Processing and Cutting Down Our Code left off. We've built a web-poll application, and we'll now create some automated tests for it.
Django

Add a Stylesheet and an Image
This tutorial begins where Create Some Automated Tests left off. We've built a tested web-poll application, and we'll now add a stylesheet and an image.
Django

Customizing Django's Admin Site
This tutorial begins where Add a Stylesheet and an Image left off. We're continuing the web-poll application and will focus on customizing Django's automatically-generated admin site that we first explored in Set Up the Database.
Django