Member-only story

Lets build An Awesome E-Commerce Website With Python And Django

Manpreet Singh
4 min readJul 24, 2021

--

Welcome back! Web development is an awesome skill set to have, and luckily for you Python is an awesome language to develop websites with, so let’s use Python and Django to build out an e-commerce website! Now, this specific website is already built out for us and hosted on GitHub, to check out this entire project, here is the link (be sure to give the original creator of the code all of the credit):

Starting off, you want to make sure you have Python 3 and Django installed on your machine, so be sure to install those if you already don’t have them installed. Awesome, at this point let’s take a look at this specific project, we can see that this project is built out using a few different folders. We have a bin folder, core folder, demo folder, media_root folder, static_in_env folder and a templates folder:

--

--

Manpreet Singh
Manpreet Singh

No responses yet