Polls application from Django documentation (tutorial)
- Create a virtual enviroment for the django dependencies Link official documentation
- Activate the enviroment and go to the polls-djangodoc folder and install the Django dependencies with the following command using the requirements.txt file which has the dependencies
- To create the tables on the database, on the polls-djangodoc folder run the following commands (python or python3 depends on your configuration when the enviroment variable on the system was set up)
- Go to the polls-djangodoc folder and run