-
大小: 1.62MB文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-01-09
- 語言: Python
- 標(biāo)簽:
資源簡介
使用Python Web框架Django開發(fā)的一個B2C網(wǎng)上蔬果商城,包含用戶、商品、購物車、訂單等模塊等等,使用了Celery異步任務(wù)隊(duì)列,MySQL數(shù)據(jù)庫,Redis數(shù)據(jù)庫,F(xiàn)astDFS分布式的圖片存儲服 務(wù),Nginx負(fù)載均衡服務(wù)器,uWSGI應(yīng)用服務(wù)器。
代碼片段和文件信息
#!/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.xm
?????文件?????????980??2019-06-21?05:03??fruits-and-vegetables-master\dailyfresh\.idea\misc.xm
?????文件?????????272??2019-06-21?05:03??fruits-and-vegetables-master\dailyfresh\.idea\modules.xm
?????文件???????31462??2019-06-21?05:03??fruits-and-vegetables-master\dailyfresh\.idea\workspace.xm
?????目錄???????????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個文件信息
評論
共有 條評論