Django Tutorial for Beginners
This tutorial is adapted from the Youtube channel Programming with Mosh (https[:]//www.youtube.com/watch?v=rHux0gMZ3Eg). Here are the easy steps to setup django. 1. Make sure python is installed on your computer (recommended using version 3) 2. Install pipenv, a management library in Python that…Read More »