All Projects → zinmyoswe → Django Ecommerce

zinmyoswe / Django Ecommerce

Ecommerce website built with Django 2.2.3, Python 3.7.3, Stripe and AWS

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Ecommerce

Pinax Stripe
a payments Django app for Stripe
Stars: ✭ 650 (+275.72%)
Mutual labels:  stripe, django
Djaodjin Saas
Django application for software-as-service and subscription businesses
Stars: ✭ 297 (+71.68%)
Mutual labels:  stripe, django
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+466.47%)
Mutual labels:  stripe, django
Django Payments
Universal payment handling for Django.
Stars: ✭ 575 (+232.37%)
Mutual labels:  stripe, django
Dj Stripe
Django + Stripe Made Easy
Stars: ✭ 1,022 (+490.75%)
Mutual labels:  stripe, django
Pyrollbar
Error tracking and logging from Python to Rollbar
Stars: ✭ 169 (-2.31%)
Mutual labels:  django
Mayblog
Yet another django based blog created in May 2015
Stars: ✭ 171 (-1.16%)
Mutual labels:  django
Django Settings Export
Access Django settings from templates the right way™
Stars: ✭ 167 (-3.47%)
Mutual labels:  django
Checkout Subscription And Add On
Uses Stripe Checkout to create a payment page that starts a subscription for a new customer.
Stars: ✭ 169 (-2.31%)
Mutual labels:  stripe
Django Blog It
django blog - complete customization and ready to use with one click installer
Stars: ✭ 172 (-0.58%)
Mutual labels:  django
Memberprism2
open source alternative to memberstack / memberspace , but with both front and backend member-only content protection
Stars: ✭ 171 (-1.16%)
Mutual labels:  stripe
Rest Api Basics
This is a basic guide on how to build a REST API with Django & Python. For much deeper depth, check out our new course on REST API: (https://kirr.co/90kxtx)
Stars: ✭ 171 (-1.16%)
Mutual labels:  django
Django Inline Actions
django-inline-actions adds actions to each row of the ModelAdmin or InlineModelAdmin.
Stars: ✭ 170 (-1.73%)
Mutual labels:  django
Django blog
A blog application made with Django and bootstrap
Stars: ✭ 172 (-0.58%)
Mutual labels:  django
Django Swappable Models
Swapper - The unofficial Django swappable models API.
Stars: ✭ 169 (-2.31%)
Mutual labels:  django
Django Antd Tyadmin
类似 xadmin 的基于Model 快速生成前后台管理增删改查,筛选,搜索的后台管理自动化工具。Antd 界面好看现代化!前后端分离!无损二次开发!由Django Restful Framework 和 Ant Design Pro V4 驱动
Stars: ✭ 171 (-1.16%)
Mutual labels:  django
Django Admin Autocomplete Filter
A simple Django app to render list filters in django admin using autocomplete widget.
Stars: ✭ 166 (-4.05%)
Mutual labels:  django
Django Blog Zinnia
Simple yet powerful and really extendable application for managing a blog within your Django Web site.
Stars: ✭ 2,035 (+1076.3%)
Mutual labels:  django
Viewflow
Reusable workflow library for Django
Stars: ✭ 2,136 (+1134.68%)
Mutual labels:  django
Django Fluent Comments
A modern, ajax-based appearance for django comments
Stars: ✭ 170 (-1.73%)
Mutual labels:  django

Django-Ecommerce

Ecommerce website built with Django 2.2.3, Python 3.7.3, and AWS

image

Product Slide

image

Shop Page image

Product Detail Page image

Cart Page image

BillingAddress Page image

Stripe Payment Page image

Order Success Page image

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].