• 大小: 1.62MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-09
  • 语言: Python
  • 标签:

资源简介

使用Python Web框架Django开发的一个B2C网上蔬果商城,包含用户、商品、购物车、订单等模块等等,使用了Celery异步任务队列,MySQL数据库,Redis数据库,FastDFS分布式的图片存储服 务,Nginx负载均衡服务器,uWSGI应用服务器。

资源截图

代码片段和文件信息

#!/usr/bin/env python
import os
import sys

if __name__ == “__main__“:
    os.environ.setdefault(“DJANGO_SETTINGS_MODULE“ “dailyfresh.settings“)

    from django.core.management import execute_from_command_line

    execute_from_command_line(sys.argv)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-06-21 05:03  fruits-and-vegetables-master\
     文件          30  2019-06-21 05:03  fruits-and-vegetables-master\.gitattributes
     文件        3749  2019-06-21 05:03  fruits-and-vegetables-master\README.md
     目录           0  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\
     目录           0  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\.idea\
     文件        1067  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\.idea\dailyfresh.iml
     目录           0  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\.idea\dictionaries\
     文件          84  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\.idea\dictionaries\smart.xml
     文件         980  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\.idea\misc.xml
     文件         272  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\.idea\modules.xml
     文件       31462  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\.idea\workspace.xml
     目录           0  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\
     文件           0  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\__init__.py
     目录           0  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\
     文件           0  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\__init__.py
     目录           0  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\__pycache__\
     文件         128  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\__pycache__\__init__.cpython-35.pyc
     文件         144  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\__pycache__\__init__.cpython-36.pyc
     文件         173  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\__pycache__\admin.cpython-35.pyc
     文件         185  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\__pycache__\admin.cpython-36.pyc
     文件         170  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\__pycache__\models.cpython-35.pyc
     文件         182  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\__pycache__\models.cpython-36.pyc
     文件         513  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\__pycache__\urls.cpython-35(1).pyc
     文件         497  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\__pycache__\urls.cpython-35.pyc
     文件         467  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\__pycache__\urls.cpython-36.pyc
     文件        4493  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\__pycache__\views.cpython-35.pyc
     文件        4034  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\__pycache__\views.cpython-36.pyc
     文件          63  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\admin.py
     目录           0  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\migrations\
     文件           0  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\migrations\__init__.py
     目录           0  2019-06-21 05:03  fruits-and-vegetables-master\dailyfresh\apps\cart\migrations\__pycache__\
............此处省略241个文件信息

评论

共有 条评论