91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 11.17MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2023-06-16
  • 語言: Python
  • 標簽: 完整項目??Django??

資源簡介

本項目為汽車線上交易平臺,通過上傳個人信息以及汽車信息,通過審核后,個人就可以在平臺上進行買賣車輛。 本項目在實踐過程中主要使用了MySQL數據庫技術、以Django的MTV三層架構為主要設計思路,利用ajax進行前后端分離。主要功能有:用戶注冊登錄、商品瀏覽、商品認證與發布、對商品進行收藏購買,上/下架商品,加入購物車,訂單查詢等。

資源截圖

代碼片段和文件信息

#!/usr/bin/env?python3
import?os
import?sys

if?__name__?==?“__main__“:
????os.environ.setdefault(“DJANGO_SETTINGS_MODULE“?“usedcar.settings“)
????try:
????????from?django.core.management?import?execute_from_command_line
????except?ImportError:
????????#?The?above?import?may?fail?for?some?other?reason.?Ensure?that?the
????????#?issue?is?really?that?Django?is?missing?to?avoid?masking?other
????????#?exceptions?on?Python?2.
????????try:
????????????import?django
????????except?ImportError:
????????????raise?ImportError(
????????????????“Couldn‘t?import?Django.?Are?you?sure?it‘s?installed?and?“
????????????????“available?on?your?PYTHONPATH?environment?variable??Did?you?“
????????????????“forget?to?activate?a?virtual?environment?“
????????????)
????????raise
????execute_from_command_line(sys.argv)

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????294??2018-11-09?17:56??二手車\.idea\misc.xml

?????文件????????277??2018-11-09?17:56??二手車\.idea\modules.xml

?????文件???????5433??2018-11-11?22:16??二手車\.idea\workspace.xml

?????文件????????671??2018-11-09?18:00??二手車\.idea\二手車.iml

?????文件????????501??2018-10-17?14:47??二手車\usedcar\.idea\inspectionProfiles\Project_Default.xml

?????文件????????288??2018-08-03?03:46??二手車\usedcar\.idea\misc.xml

?????文件????????266??2018-08-03?03:46??二手車\usedcar\.idea\modules.xml

?????文件????????914??2018-10-17?14:47??二手車\usedcar\.idea\usedcar.iml

?????文件??????48000??2018-10-17?18:48??二手車\usedcar\.idea\workspace.xml

?????文件????????562??2018-08-22?07:29??二手車\usedcar\buy\admin.py

?????文件?????????81??2018-08-03?03:44??二手車\usedcar\buy\apps.py

?????文件???????2245??2018-08-24?02:35??二手車\usedcar\buy\migrations\0001_initial.py

?????文件???????1360??2018-08-24?02:35??二手車\usedcar\buy\migrations\0002_auto_20180824_1035.py

?????文件????????479??2018-08-29?11:38??二手車\usedcar\buy\migrations\0003_orders_isdelete.py

?????文件??????????0??2018-08-03?03:44??二手車\usedcar\buy\migrations\__init__.py

?????文件???????1638??2018-10-17?14:49??二手車\usedcar\buy\migrations\__pycache__\0001_initial.cpython-35.pyc

?????文件???????1203??2018-10-17?14:49??二手車\usedcar\buy\migrations\__pycache__\0002_auto_20180824_1035.cpython-35.pyc

?????文件????????706??2018-10-17?14:49??二手車\usedcar\buy\migrations\__pycache__\0003_orders_isdelete.cpython-35.pyc

?????文件????????151??2018-10-17?14:49??二手車\usedcar\buy\migrations\__pycache__\__init__.cpython-35.pyc

?????文件???????2429??2018-08-29?11:38??二手車\usedcar\buy\models.py

?????文件?????????60??2018-08-03?03:44??二手車\usedcar\buy\tests.py

?????文件????????627??2018-08-29?11:22??二手車\usedcar\buy\urls.py

?????文件???????5894??2018-08-30?03:27??二手車\usedcar\buy\views.py

?????文件??????????0??2018-08-03?03:44??二手車\usedcar\buy\__init__.py

?????文件????????281??2018-10-17?14:48??二手車\usedcar\buy\__pycache__\admin.cpython-35.pyc

?????文件???????2861??2018-10-17?14:48??二手車\usedcar\buy\__pycache__\models.cpython-35.pyc

?????文件????????719??2018-10-17?14:49??二手車\usedcar\buy\__pycache__\urls.cpython-35.pyc

?????文件???????5639??2018-10-17?14:49??二手車\usedcar\buy\__pycache__\views.cpython-35.pyc

?????文件????????140??2018-10-17?14:48??二手車\usedcar\buy\__pycache__\__init__.cpython-35.pyc

?????文件?????????63??2018-08-03?03:44??二手車\usedcar\front\admin.py

............此處省略226個文件信息

評論

共有 條評論