基本信息
源码名称:Django天天生鲜项目.zip
源码大小:2.57M
文件格式:.zip
开发语言:Python
更新时间:2022-09-01
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 5 元 
   源码介绍

Django天天生鲜项目.zip

Python Django写的一个电商类项目,非常适合初学者学习!

.
├── dailyfresh-master
│   ├── README.md
│   ├── __init__.py
│   ├── apps
│   │   ├── __init__.py
│   │   ├── cart
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── admin.cpython-36.pyc
│   │   │   │   ├── models.cpython-36.pyc
│   │   │   │   └── urls.cpython-36.pyc
│   │   │   ├── admin.py
│   │   │   ├── migrations
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │       └── __init__.cpython-36.pyc
│   │   │   ├── models.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── goods
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── admin.cpython-36.pyc
│   │   │   │   ├── models.cpython-36.pyc
│   │   │   │   ├── urls.cpython-36.pyc
│   │   │   │   └── views.cpython-36.pyc
│   │   │   ├── admin.py
│   │   │   ├── migrations
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │       ├── 0001_initial.cpython-36.pyc
│   │   │   │       └── __init__.cpython-36.pyc
│   │   │   ├── models.py
│   │   │   ├── search_indexes.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── order
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── admin.cpython-36.pyc
│   │   │   │   ├── models.cpython-36.pyc
│   │   │   │   └── urls.cpython-36.pyc
│   │   │   ├── admin.py
│   │   │   ├── migrations
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_auto_20181126_1609.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │       ├── 0001_initial.cpython-36.pyc
│   │   │   │       ├── 0002_auto_20181126_1609.cpython-36.pyc
│   │   │   │       └── __init__.cpython-36.pyc
│   │   │   ├── models.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   └── user
│   │       ├── __init__.py
│   │       ├── __pycache__
│   │       │   ├── __init__.cpython-36.pyc
│   │       │   ├── admin.cpython-36.pyc
│   │       │   ├── models.cpython-36.pyc
│   │       │   ├── urls.cpython-36.pyc
│   │       │   └── views.cpython-36.pyc
│   │       ├── admin.py
│   │       ├── migrations
│   │       │   ├── 0001_initial.py
│   │       │   ├── __init__.py
│   │       │   └── __pycache__
│   │       │       ├── 0001_initial.cpython-36.pyc
│   │       │       └── __init__.cpython-36.pyc
│   │       ├── models.py
│   │       ├── tests.py
│   │       ├── urls.py
│   │       └── views.py
│   ├── celery_tasks
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   └── tasks.cpython-36.pyc
│   │   └── tasks.py
│   ├── configurationFile
│   │   ├── Full-textSearchEngine.md
│   │   ├── celeryDescript.md
│   │   ├── conf
│   │   │   ├── client.conf
│   │   │   ├── mod_fastdfs.conf
│   │   │   ├── nginx.conf
│   │   │   ├── redis.conf
│   │   │   ├── search.png
│   │   │   ├── storage.conf
│   │   │   ├── tracker.conf
│   │   │   └── whoosh_cn_backend.py
│   │   ├── fastDFSDownload.md
│   │   ├── images
│   │   │   ├── 1.png
│   │   │   ├── 2.png
│   │   │   ├── celery.png
│   │   │   ├── celery_virtualenv.jpg
│   │   │   ├── fehelper-github-com-yuanwenq-dailyfresh-blob-dev-dailyfresh-settings-py-1544797232546.png
│   │   │   ├── p1_12.png
│   │   │   ├── start_celery_conf.jpg
│   │   │   └── whoosh.png
│   │   ├── nginxAndFastDFS-nginx-moduleDownload.md
│   │   ├── redisDownload.md
│   │   └── virtualenvDescript.md
│   ├── dailyfresh
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── settings.cpython-36.pyc
│   │   │   ├── urls.cpython-36.pyc
│   │   │   └── wsgi.cpython-36.pyc
│   │   ├── settings.py
│   │   ├── urls.py
│   │   └── wsgi.py
│   ├── db
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   └── base_model.cpython-36.pyc
│   │   └── base_model.py
│   ├── manage.py
│   ├── mind.md
│   ├── nginxConfig
│   ├── requirements.txt
│   ├── static
│   │   ├── cart.html
│   │   ├── css
│   │   │   ├── main.css
│   │   │   └── reset.css
│   │   ├── detail.html
│   │   ├── images
│   │   │   ├── adv01.jpg
│   │   │   ├── adv02.jpg
│   │   │   ├── banner01.jpg
│   │   │   ├── banner02.jpg
│   │   │   ├── banner03.jpg
│   │   │   ├── banner04.jpg
│   │   │   ├── banner05.jpg
│   │   │   ├── banner06.jpg
│   │   │   ├── down.png
│   │   │   ├── fruit.jpg
│   │   │   ├── goods
│   │   │   │   ├── goods001.jpg
│   │   │   │   ├── goods002.jpg
│   │   │   │   ├── goods003.jpg
│   │   │   │   ├── goods004.jpg
│   │   │   │   ├── goods005.jpg
│   │   │   │   ├── goods006.jpg
│   │   │   │   ├── goods007.jpg
│   │   │   │   ├── goods008.jpg
│   │   │   │   ├── goods009.jpg
│   │   │   │   ├── goods010.jpg
│   │   │   │   ├── goods011.jpg
│   │   │   │   ├── goods012.jpg
│   │   │   │   ├── goods013.jpg
│   │   │   │   ├── goods014.jpg
│   │   │   │   ├── goods015.jpg
│   │   │   │   ├── goods016.jpg
│   │   │   │   ├── goods017.jpg
│   │   │   │   ├── goods018.jpg
│   │   │   │   ├── goods019.jpg
│   │   │   │   ├── goods020.jpg
│   │   │   │   └── goods021.jpg
│   │   │   ├── goods.jpg
│   │   │   ├── goods02.jpg
│   │   │   ├── goods_detail.jpg
│   │   │   ├── icons.png
│   │   │   ├── icons02.png
│   │   │   ├── interval_line.png
│   │   │   ├── left_bg.jpg
│   │   │   ├── login_banner.png
│   │   │   ├── logo.png
│   │   │   ├── logo02.png
│   │   │   ├── pay_icons.png
│   │   │   ├── register_banner.png
│   │   │   ├── shop_cart.png
│   │   │   ├── slide.jpg
│   │   │   ├── slide02.jpg
│   │   │   ├── slide03.jpg
│   │   │   └── slide04.jpg
│   │   ├── index.html
│   │   ├── js
│   │   │   ├── jquery-1.12.4.min.js
│   │   │   ├── jquery-ui.min.js
│   │   │   ├── jquery.cookie.js
│   │   │   ├── register.js
│   │   │   └── slide.js
│   │   ├── list.html
│   │   ├── login.html
│   │   ├── place_order.html
│   │   ├── register.html
│   │   ├── user_center_info.html
│   │   ├── user_center_order.html
│   │   └── user_center_site.html
│   ├── templates
│   │   ├── base.html
│   │   ├── base_detail_list.html
│   │   ├── base_no_cart.html
│   │   ├── base_user_center.html
│   │   ├── cart.html
│   │   ├── detail.html
│   │   ├── index.html
│   │   ├── list.html
│   │   ├── login.html
│   │   ├── order_comment.html
│   │   ├── place_order.html
│   │   ├── register.html
│   │   ├── search
│   │   │   ├── indexes
│   │   │   │   └── goods
│   │   │   │       └── goodssku_text.txt
│   │   │   ├── search.html
│   │   │   └── search1.html
│   │   ├── static_base.html
│   │   ├── static_index.html
│   │   ├── user_center_info.html
│   │   ├── user_center_order.html
│   │   └── user_center_site.html
│   ├── utils
│   │   ├── __init__.py
│   │   ├── fdfs
│   │   │   ├── __init__.py
│   │   │   ├── client.conf
│   │   │   └── storage.py
│   │   └── mixin.py
│   ├── uwsgi
│   └── uwsgi2
└── 好例子网_Django天天生鲜学习项目.zip

38 directories, 197 files