django+Mysql增删改查

时间:2020-11-12 23:20:15
【文件属性】:
文件名称:django+Mysql增删改查
文件大小:23KB
文件格式:ZIP
更新时间:2020-11-12 23:20:15
django Django Python Pythonweb框架 Python的 Web 框架Django入门学习,Django+Mysql实现基本额增删改查功能。入门学习案例。
【文件预览】:
school.sql
db.sqlite3
manage.py
static
----index.css(76B)
app
----admin.py(66B)
----models.py(261B)
----migrations()
--------__pycache__()
--------__init__.py(0B)
--------0001_initial.py(687B)
----tests.py(63B)
----__pycache__()
--------views.cpython-37.pyc(2KB)
--------__init__.cpython-37.pyc(114B)
--------models.cpython-37.pyc(421B)
--------admin.cpython-37.pyc(155B)
--------apps.cpython-37.pyc(313B)
----__init__.py(0B)
----apps.py(86B)
----views.py(2KB)
web
----settings.py(3KB)
----urls.py(1KB)
----__pycache__()
--------urls.cpython-37.pyc(1KB)
--------wsgi.cpython-37.pyc(510B)
--------__init__.cpython-37.pyc(163B)
--------settings.cpython-37.pyc(2KB)
----__init__.py(100B)
----wsgi.py(400B)
.idea
----workspace.xml(2KB)
----misc.xml(194B)
----modules.xml(265B)
----web.iml(447B)
----inspectionProfiles()
--------profiles_settings.xml(174B)
templates
----add.html(400B)
----update_page.html(548B)
----detail.html(205B)
----index.html(1KB)

网友评论