Assuming you have python 3+ and docker already installed on your computer, the following are the steps you would take to set up a simple development environment for your Django Web Application.
Step 1: Pick a location for your code, preferably the Desktop, and make a directory there through your…