Django-Ecommerce
Django-Ecommerce copied to clipboard
Ecommerce website built with Django 2.2.3, Python 3.7.3, Stripe and AWS
trafficstars
Django-Ecommerce
Ecommerce website built with Django 2.2.3, Python 3.7.3, and AWS

Product Slide

Shop Page

Product Detail Page

Cart Page

BillingAddress Page

Stripe Payment Page

Order Success Page

Installation
pip install django
virtualenv env
For Mac/ Linux
source env/bin/activate
For Window
env\scripts\activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
For Admin Login
python manage.py createsuperuser
Username : admin
Password : 12345678
Demo
http://djangoecommerce.pythonanywhere.com
HTML Template
https://colorlib.com/etc/fashe/index.html