資源簡介
用Django和Python開發的購物網站。實現購物網站的基本功能,包括商品、購物車、訂單等。

代碼片段和文件信息
#-*-?coding:utf-8?-*-
import?os??
import?sys??
??
os.environ[‘DJANGO_SETTINGS_MODULE‘]?=?‘mysite.settings‘??
??
path?=?os.path.dirname(os.path.abspath(__file__))?+?‘/app01‘??
if?path?not?in?sys.path:??
????sys.path.insert(1?path)??
??
from?django.core.wsgi?import?get_wsgi_application??
from?bae.core.wsgi?import?WSGIApplication??
application?=?WSGIApplication(get_wsgi_application())?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????10??2017-04-20?00:41??購物網站\.git\COMMIT_EDITMSG
?????文件????????307??2017-04-19?22:28??購物網站\.git\config
?????文件?????????73??2017-04-19?22:27??購物網站\.git\desc
?????文件?????????23??2017-04-19?22:28??購物網站\.git\HEAD
?????文件????????478??2017-04-19?22:27??購物網站\.git\hooks\applypatch-msg.sample
?????文件????????896??2017-04-19?22:27??購物網站\.git\hooks\commit-msg.sample
?????文件????????189??2017-04-19?22:27??購物網站\.git\hooks\post-update.sample
?????文件????????424??2017-04-19?22:27??購物網站\.git\hooks\pre-applypatch.sample
?????文件???????1642??2017-04-19?22:27??購物網站\.git\hooks\pre-commit.sample
?????文件???????1348??2017-04-19?22:27??購物網站\.git\hooks\pre-push.sample
?????文件???????4951??2017-04-19?22:27??購物網站\.git\hooks\pre-reba
?????文件????????544??2017-04-19?22:27??購物網站\.git\hooks\pre-receive.sample
?????文件???????1239??2017-04-19?22:27??購物網站\.git\hooks\prepare-commit-msg.sample
?????文件???????3610??2017-04-19?22:27??購物網站\.git\hooks\update.sample
?????文件???????5788??2017-04-20?00:41??購物網站\.git\index
?????文件????????240??2017-04-19?22:27??購物網站\.git\info\exclude
?????文件???????1040??2017-04-20?00:41??購物網站\.git\logs\HEAD
?????文件???????1040??2017-04-20?00:41??購物網站\.git\logs\refs\heads\master
?????文件????????182??2017-04-19?22:28??購物網站\.git\logs\refs\remotes\origin\HEAD
?????文件????????840??2017-04-20?00:41??購物網站\.git\logs\refs\remotes\origin\master
?????文件????????283??2017-04-20?00:05??購物網站\.git\ob
?????文件????????442??2017-04-19?22:50??購物網站\.git\ob
?????文件????????585??2017-04-19?22:50??購物網站\.git\ob
?????文件???????1770??2017-04-19?22:50??購物網站\.git\ob
?????文件???????1065??2017-04-19?22:50??購物網站\.git\ob
?????文件?????????48??2017-04-20?00:18??購物網站\.git\ob
?????文件????????284??2017-04-20?00:18??購物網站\.git\ob
?????文件????????249??2017-04-20?00:37??購物網站\.git\ob
?????文件???????6424??2017-04-19?22:50??購物網站\.git\ob
?????文件????????150??2017-04-20?00:05??購物網站\.git\ob
............此處省略372個文件信息
評論
共有 條評論