百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
D

Django-Ecommerce

> 后端框架
开源

电子商务网站使用 Django 2.2.3、Python 3.7.3、Stripe 和 AWS 构建

738 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

电子商务网站使用 Django 2.2.3、Python 3.7.3、Stripe 和 AWS 构建

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

git clone https://github.com/zinmyoswe/Django-Ecommerce.git

cd Django-Ecommerce

pip install virtualenv

virtualenv env

For Mac/ Linux

source env/bin/activate

For Window

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

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

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

JavaScriptdjangodjango-ecommercedjangoshopping-cartecommerce-website

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类后端框架
定价开源

> 相关工具

N
Node.js
基于 V8 的 JavaScript 运行时
D
Django
Python 高级 Web 框架
S
Spring Boot
Java 生态主流微服务框架