First we need to install Django and then we need to create a Django project. Now that our project has been created, let’s create an app for our poll. We can call this app: poll. We can then open up the poll_project/settings.py file and add poll to the list of apps.