Build an eCommerce website with Python + Django

Manpreet Singh
3 min readJun 21, 2021

Welcome back! Python is an awesome programming language used for tons of different things, including web development, so let’s build out a sample website with Python! This specific project uses the Django framework, we are going to be doing a high-level overview of a pre-existing project hosted on GitHub (please give full credit to the originator of the code):

--

--