资源简介
基于python开发网站,用django框架,mysql数据库,整个网站功能包含用户的注册登录,买家浏览,卖家上传汽车信息等,还有后台管理功能。
代码片段和文件信息
#!/usr/bin/env python
import os
import sys
if __name__ == “__main__“:
os.environ.setdefault(“DJANGO_SETTINGS_MODULE“ “Car.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)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 11 2018-10-11 15:31 Car\.git\COMMIT_EDITMSG
文件 311 2018-10-11 15:46 Car\.git\config
文件 73 2018-10-11 15:25 Car\.git\desc
文件 23 2018-10-11 15:25 Car\.git\HEAD
文件 478 2018-10-11 15:25 Car\.git\hooks\applypatch-msg.sample
文件 896 2018-10-11 15:25 Car\.git\hooks\commit-msg.sample
文件 189 2018-10-11 15:25 Car\.git\hooks\post-update.sample
文件 424 2018-10-11 15:25 Car\.git\hooks\pre-applypatch.sample
文件 1642 2018-10-11 15:25 Car\.git\hooks\pre-commit.sample
文件 1348 2018-10-11 15:25 Car\.git\hooks\pre-push.sample
文件 4898 2018-10-11 15:25 Car\.git\hooks\pre-reba
文件 544 2018-10-11 15:25 Car\.git\hooks\pre-receive.sample
文件 1492 2018-10-11 15:25 Car\.git\hooks\prepare-commit-msg.sample
文件 3610 2018-10-11 15:25 Car\.git\hooks\update.sample
文件 9422 2018-10-11 15:31 Car\.git\index
文件 240 2018-10-11 15:25 Car\.git\info\exclude
文件 160 2018-10-11 15:31 Car\.git\logs\HEAD
文件 160 2018-10-11 15:31 Car\.git\logs\refs\heads\master
文件 146 2018-10-11 15:46 Car\.git\logs\refs\remotes\origin\master
文件 241 2018-10-11 15:31 Car\.git\ob
文件 233355 2018-10-11 15:29 Car\.git\ob
文件 136 2018-10-11 15:31 Car\.git\ob
文件 21 2018-10-11 15:29 Car\.git\ob
文件 1160 2018-10-11 15:29 Car\.git\ob
文件 57 2018-10-11 15:31 Car\.git\ob
文件 61 2018-10-11 15:31 Car\.git\ob
文件 269 2018-10-11 15:29 Car\.git\ob
文件 149 2018-10-11 15:29 Car\.git\ob
文件 268 2018-10-11 15:31 Car\.git\ob
文件 2093 2018-10-11 15:29 Car\.git\ob
............此处省略360个文件信息
相关资源
- Python爬虫入门到实战 (二花) PDF版
- Python贪吃蛇源码+背景音乐+中文字体
- Python3学习笔记
- Python数据挖掘和实战课程源码
- Python编程快速上手 让繁琐工作自动化
- 卷积神经网络python
- Python3.7.2中文文档-标准库-通用操作系
- Python3.7.2中文文档-标准库-Python数据类
- pygame-1.9.6-cp36-cp36m-win_amd64.whl
- Introduction to Data Science - A Python Approa
- python网络爬虫爬取整个网页
- Deep Learning With Python - Jason Brownlee
- Long Short Terms Memory Networks with Python J
- 破解wifi密码python小程序
- python之外星人入侵完整版程序源码
- python之外星人入侵
- 基于python的小游戏 含源代码
- 深度学习入门 基于python理论与实现
- 混合地理加权回归python实现代码
- 基于python的单机版中国象棋
- python3基础教程第三版高清
- python入门笔记强烈推荐.zip
- Python-自然场景文本检测PSENet的一个
- Python-在特征金字塔网络FPN的Pytorch实现
- Python-PyTorch实时多人姿态估计项目的实
- Python-用PyTorch10实现FasterRCNN和MaskRCNN比
- Python-心脏核磁共振MRI图像分割
- Python-基于YOLOv3的行人检测
- Python-数据结构与算法leetcodelintcode题解
- Python-RLSeq2Seq用于SequencetoSequence模型的
评论
共有 条评论