Project: E-commerce site using Django Framework With Source Code
Please scroll down and click on the download button to download E-commerce site project for free
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 System
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 the 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:
username -> admin
password -> admin
Check out the video for project details and instructions