All Projects → weilanhanf → Daily_fresh_demo

weilanhanf / Daily_fresh_demo

生鲜购物网站

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Labels

Projects that are alternatives of or similar to Daily fresh demo

Timestrap
Time tracking you can host anywhere. Full export support in multiple formats and easily extensible.
Stars: ✭ 1,607 (+1117.42%)
Mutual labels:  django
Docker Jenkins Django Tutorial
實戰 Docker + Jenkins + Django + Postgres 📝
Stars: ✭ 129 (-2.27%)
Mutual labels:  django
Django Auth Adfs
A Django authentication backend for Microsoft ADFS and AzureAD
Stars: ✭ 127 (-3.79%)
Mutual labels:  django
Djng
Turtles all the way down
Stars: ✭ 127 (-3.79%)
Mutual labels:  django
Snippod Starter Demo App
A full stack 'Hacker News' style demo web application built with React + Redux (Front) and django REST Framework (Server).
Stars: ✭ 128 (-3.03%)
Mutual labels:  django
Django Easy Maps
🗺 Google Maps with easy!
Stars: ✭ 129 (-2.27%)
Mutual labels:  django
Dialogue.moe
Stars: ✭ 127 (-3.79%)
Mutual labels:  django
Django Netjsongraph
Network Topology Visualizer & Network Topology Collector
Stars: ✭ 131 (-0.76%)
Mutual labels:  django
Wagtailmedia
A Wagtail module for managing video and audio files within the admin
Stars: ✭ 128 (-3.03%)
Mutual labels:  django
Callisto Core
Report intake, escrow, matching and secure delivery code for Callisto, an online reporting system for sexual assault.
Stars: ✭ 130 (-1.52%)
Mutual labels:  django
Django Slick Reporting
Powerful and Efficient reporting engine with Charting capabilities
Stars: ✭ 123 (-6.82%)
Mutual labels:  django
Simple Signup
Code samples used in the blog post "How to Create User Sign Up View"
Stars: ✭ 128 (-3.03%)
Mutual labels:  django
Django Tos
A small app to ensure your users re-agree to Terms of Service changes
Stars: ✭ 129 (-2.27%)
Mutual labels:  django
Vms
THIS PROJECT IS ARCHIVED. Volunteer Management System.
Stars: ✭ 127 (-3.79%)
Mutual labels:  django
Academicstoday Django
A open-source platform for online course-based learning and education.
Stars: ✭ 130 (-1.52%)
Mutual labels:  django
Django Structlog
Structured Logging for Django
Stars: ✭ 127 (-3.79%)
Mutual labels:  django
Django Defectdojo
DefectDojo is an open-source application vulnerability correlation and security orchestration tool.
Stars: ✭ 1,926 (+1359.09%)
Mutual labels:  django
Olhoneles
Tool to monitor Brazilian legislators expenses while in the exercise of their mandates
Stars: ✭ 131 (-0.76%)
Mutual labels:  django
Auto ui
web版本自动化测试报告
Stars: ✭ 131 (-0.76%)
Mutual labels:  django
Docker Mailman
Dockerfiles for the mailman suite.
Stars: ✭ 130 (-1.52%)
Mutual labels:  django

DailyFresh

天天生鲜:小型电商购物网站,基于Python3.xDjango2.x

项目尽量使用Django内部提供的API,后台管理为Django自带的管理系统django-admin。适合Django的小型实战项目。

功能简介:

  • 商品浏览:商品的图片,售价,种类,简介以及库存等信息。
  • 全文检索:支持对商品种类以及商品名称,简介的检索。
  • 登录注册:用户的登录与注册。
  • 用户中心:支持用户个人信息,收货地址等信息的更新,商品加入购物车,订单生成。
  • 商品下单:在支付接口和企业资质的支持下可完成商品的下单功能,按照原子事务处理,下单异常则终止此次下单过程。
  • 后台管理:支持后台管理功能,商品及用户信息的增加,更新与删除,可自定制样式与功能,日志,以及权限的管理和分配。

在线样例:

在线地址

http://39.108.176.210

账号:weilanhanf

密码:weilanhanf

管理人员入口

http://39.108.176.210/admin

账号:root

密码:rootroot

预览:

首页

index

登录

login

商品详情

goods

购物车

cart

安装:

依赖包安装

下载文件进入项目目录之后,使用pip安装依赖包

pip install -Ur requirements.txt

数据库配置

数据库默认使用Django项目生成时自动创建的小型数据库sqlite

也可自行配置连接使用MySQL

创建超级用户

终端下执行:

./python manage.py createsuperuser

然后输入相应的超级用户名以及密码,邮箱即可。

开始运行

终端下执行:

./python manage.py runserver

浏览器打开: http://127.0.0.1 即可进入普通用户入口

浏览器打开: http://127.0.0.1/admin 即可进入超级用户入口

感谢:

感谢您的star

联系:

如需联系请前往博客园留言 蔚蓝的蓝

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].