资源简介
django+python+sqlite实现的简单登录注册功能的网页,运行环境为python+django
代码片段和文件信息
#!/usr/bin/env python
import os
import sys
if __name__ == “__main__“:
os.environ.setdefault(“DJANGO_SETTINGS_MODULE“ “helloweb.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)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-11-07 15:21 helloweb\
目录 0 2017-11-07 15:21 helloweb\.idea\
文件 398 2017-11-04 19:47 helloweb\.idea\helloweb.iml
文件 215 2017-11-04 19:46 helloweb\.idea\misc.xm
文件 268 2017-11-04 19:46 helloweb\.idea\modules.xm
文件 34527 2017-11-07 15:06 helloweb\.idea\workspace.xm
文件 135168 2017-11-06 15:15 helloweb\db.sqlite3
目录 0 2017-11-07 15:21 helloweb\helloweb\
文件 3720 2017-11-06 23:36 helloweb\helloweb\settings.py
文件 907 2017-11-06 23:41 helloweb\helloweb\urls.py
文件 410 2017-11-04 19:43 helloweb\helloweb\wsgi.py
文件 0 2017-11-04 19:43 helloweb\helloweb\__init__.py
目录 0 2017-11-07 15:21 helloweb\helloweb\__pycache__\
文件 2391 2017-11-06 23:36 helloweb\helloweb\__pycache__\settings.cpython-36.pyc
文件 1044 2017-11-06 23:41 helloweb\helloweb\__pycache__\urls.cpython-36.pyc
文件 544 2017-11-04 19:56 helloweb\helloweb\__pycache__\wsgi.cpython-36.pyc
文件 138 2017-11-04 19:56 helloweb\helloweb\__pycache__\__init__.cpython-36.pyc
目录 0 2017-11-07 15:21 helloweb\login\
文件 66 2017-11-04 19:59 helloweb\login\admin.py
文件 90 2017-11-04 19:59 helloweb\login\apps.py
目录 0 2017-11-07 15:21 helloweb\login\migrations\
文件 639 2017-11-06 15:08 helloweb\login\migrations\0001_initial.py
文件 0 2017-11-04 19:59 helloweb\login\migrations\__init__.py
目录 0 2017-11-07 15:21 helloweb\login\migrations\__pycache__\
文件 707 2017-11-06 15:08 helloweb\login\migrations\__pycache__\0001_initial.cpython-36.pyc
文件 146 2017-11-04 20:28 helloweb\login\migrations\__pycache__\__init__.cpython-36.pyc
文件 350 2017-11-06 15:16 helloweb\login\models.py
文件 63 2017-11-04 19:59 helloweb\login\tests.py
文件 173 2017-11-06 23:34 helloweb\login\urls.py
文件 3122 2017-11-06 23:52 helloweb\login\views.py
文件 0 2017-11-04 19:59 helloweb\login\__init__.py
............此处省略16个文件信息
相关资源
- Lukas-Kanade光流法python代码
- Python编写组合导航数据采集程序
- python爬取豆瓣每个账户对电影的评分
- 基于python实现 淘宝购物车秒杀,自动
- Python-2.7.13-xcompile.patch
- pydelicious的__init__.py替换文件
- 使用python对淘宝商品信息数据进行爬
- python全套视频教程
- Python_百科爬虫
- BGLL社区划分算法python+networkx包
- python_spider.zip
- Python-定时爬取指定城市天气(一)
- python爬虫Scrapy(一)-我爬了boss数据
- sublime_package_control-python3.zip
- 豆瓣电影信息Python爬虫存入MongoDB.一分
- 遗传算法的Python实现
- 广工校园网心跳脚本 python
- Python爬虫文件:爬取图片的程序.py
- 02.6.利用Python SOCKET多线程开发FTP软件
- 搜狗词库(scel)转化成txt
- 模糊聚类python可执行完整代码
- Arcgis中利用python语言对多个shp文件进
- Arcgis中利用python语言对shp文件批量计
- Arcgis使用Python代码将栅格数据批量转
- python爬取新浪微博源代码
- python进阶篇34集全套视频云盘
- NAO机器人python源码,录音、动作、绕
- 使用Python进行图像处理
- python 实现购物程序
- Python高德交通态势爬取
评论
共有 条评论