![Creation of a Basic Poll Application](https://icons.labex.io/creation-of-a-basic-poll-application.png)
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](https://icons.labex.io/set-up-the-database.png)
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](https://icons.labex.io/creating-the-public-interface-views.png)
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](https://icons.labex.io/form-processing-and-cutting-down-our-code.png)
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](https://icons.labex.io/create-some-automated-tests.png)
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](https://icons.labex.io/add-a-stylesheet-and-an-image.png)
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](https://icons.labex.io/customizing-django-s-admin-site.png)
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