Go to file
R-Murod 6f800d23cc added new galery 2024-01-19 17:45:52 +06:00
.vscode Full Push 2023-01-31 13:20:57 +02:00
accounts Full Push 2023-01-31 13:20:57 +02:00
cart Full Push 2023-01-31 13:20:57 +02:00
core added docker containerization 2024-01-18 17:30:31 +06:00
media added new galery 2024-01-19 12:43:08 +06:00
orders Full Push 2023-01-31 13:20:57 +02:00
shop added docker containerization 2024-01-18 17:30:31 +06:00
templates added new galery 2024-01-19 17:45:52 +06:00
.dockerignore added docker containerization 2024-01-18 17:30:31 +06:00
.gitattributes Create .gitattributes 2023-01-31 13:27:05 +02:00
.gitignore fixed 2024-01-18 16:05:44 +06:00
Dockerfile added docker containerization 2024-01-18 17:30:31 +06:00
Procfile Full Push 2023-01-31 13:20:57 +02:00
README.md Update README.md 2023-01-31 14:00:14 +02:00
db.json added new galery 2024-01-19 17:45:52 +06:00
docker-compose.yml added docker containerization 2024-01-18 17:30:31 +06:00
manage.py Full Push 2023-01-31 13:20:57 +02:00
requirements.txt first commit 2024-01-17 15:20:11 +06:00
runtime.txt Full Push 2023-01-31 13:20:57 +02:00
start.sh added docker containerization 2024-01-18 17:30:31 +06:00

README.md

Ecommerce Website (Django/javascript)

Django Ecommerce Store

Full-featured shopping cart with PayPal & credit/debit payments

Product rating & review system

An actual real-world project built in a linear and progressive manner

Admin area to manage customers, products & orders

Product search, carousel, pagination & more

View Full Video Demo On Youtube


How to install on Windows

  1. clone this project
  2. install virtualenv
pip install virtualenv
  1. create new virtual environment
py -m venv venv
  1. activate the new virtual
.\venv\Scripts\activate
  1. install requirements.txt
pip install -r requirements.txt
  1. run local server to begin
py manage.py runserver
  1. go live with localhost:8000

To install on Unix/macOS see this document


To add new products and access admin panel

  1. run on trimnal
py manage.py createsuperuser
  1. create new admin user
  2. go to localhost:8000/admin

Some of feature in this store

  • Full-featured shopping cart
  • Review and Rating System
  • Top products carousel
  • Product pagination
  • Product search feature
  • User profile with orders
  • Admin product management
  • Admin Order details page
  • Mark orders as a delivered option
  • Checkout process (shipping, payment method, etc... )
  • PayPal / Credit Card integration
  • Category Filter
  • Addition of variable products
  • Post on your blog
  • Contact page
  • Professional and modern website design with matching colors
  • An unlimited number of products and categories
  • Unlimited pages
  • Easy to manage the site

Need help? Found a bug? Message me!


Enjoy^^