This simple E-commerce site is built using Python Django which has features for buying items from the store, add to the cart, change or update the items in cart and checkout.
About This E-Commerce Website Django Project :
This E-commerce site is designed in ‘Python’ language. This system is based on a simple shopping website where user can buy all the listed products and perform a checkout for their order. Also, this system uses database to store all the items and admin can edit and manage the data stored in database.
How To Run this Django E-Commerce Website Project ?
To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
Step-1: Extract/unzip the file
Step-2: Go inside the project folder, open CMD and type the following commands to install Django Framework and run the web-server:
- pip install Django Pillow
- python manage.py runserver
Step-3: Open the browser and go to : localhost:8000
For admin panel Access :
username -> admin
password -> admin