Python 3.6
Django 3.0
Build
license

Django E-commerce

Django-ecommerce is an open-source ecommerce platform built on the Django Web Framework.

Demo

Homepage

Cartpage

Orderpage

Features Included

  • Search Functionality
  • Shopping Cart
  • Order Management
  • Responsive, mobile-friendly design
  • user authentication system
  • user authentication system
  • Much more…

Installation

1.clone Repository & Install Packages

git clone https://github.com/biswajit955/django-E-commerce
pip install -r requirements.txt

2.Setup Virtualenv

virtualenv env
source env/bin/activate

3.Migrate & Start Server

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Where to find Me

Like Me on Facebook
Or visit My Website

GitHub

View Github