Throughout this tutorial, we’ll stroll you through the creation of a poll application that is basic.
It’ll consist of two components:
- A site that is public lets people see polls and vote inside them.
- An admin web web site that lets you add, alter, and delete polls.
We’ll assume you have Django installed currently. You are able to tell Django is set up and which variation by operating the following command in a shell prompt (suggested by the $ prefix):
If Django is set up, the version should be seen by you of the installation. In case it isn’t, you’ll have an error telling “No module named django”.
This guide is written for Django 2.2, which supports Python 3.5 and later. In the event that Django variation does not match, you can easily relate to the tutorial for the type of Django using the variation switcher in the bottom right part with this web web page, or update Django towards the version that is newest. Continue reading