darynanikk /
django-ecommerce-project
An e-commerce website built using Python, Django, Bootstrap, Javascript, and more.
Loading repository data…
zinmyoswe / repository
Ecommerce website built with Django 2.2.3, Python 3.7.3, Stripe and AWS
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

git clone https://github.com/zinmyoswe/Django-Ecommerce.git
cd Django-Ecommerce
pip install virtualenv
virtualenv env
source env/bin/activate
env\Scripts\activate
pip install -r requirements.txt
Install below version in terminal and 'New Version will face version conflict error'
pip install Django==2.2.4
python -m pip install django-allauth==0.40.0
pip install django-crispy-forms==1.7.2
pip install django-countries==5.5
pip install stripe==2.37.1
pip install Pillow
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
python manage.py createsuperuser
Username : admin
Password : 12345678
http://djangoecommerce.pythonanywhere.com
Selected from shared topics, language and repository description—not editorial ratings.
darynanikk /
An e-commerce website built using Python, Django, Bootstrap, Javascript, and more.
Sharanxo /
This is a full-featured eCommerce web application built with Django. It includes user authentication, product management, order tracking, and customer support. The website also provides a powerful admin interface for managing products and customer interactions.
Sreeraj-palat /
An ecommerce website built with python django framework where users can shop furniture suitable for their office environment
LadyNoBug /
E-commerce website built with django and a little bit javascript
KanchanCS /
An e-commerce website built with Django
PavanNimkar /
Complete Django E-commerce Application with Authentication and Advanced Django Concepts. Built using Django, HTML, CSS, JavaScript, and Jinja Templates.