文件名称:python的Django框架模型
文件大小:19KB
文件格式:ZIP
更新时间:2021-11-19 16:46:44
python
python的Django框架模型,已经配置好,导入可用,内有增删改查例子,注释完整
【文件预览】:
DjangoWeb
----venv()
----manage.py(556B)
----Student()
--------apps.py(94B)
--------tests.py(63B)
--------migrations()
--------admin.py(66B)
--------__init__.py(0B)
--------models.py(1KB)
--------__pycache__()
--------views.py(2KB)
----.idea()
--------misc.xml(306B)
--------workspace.xml(14KB)
--------dictionaries()
--------DjangoWeb.iml(1KB)
--------inspectionProfiles()
--------modules.xml(277B)
----DjangoWeb()
--------settings.py(3KB)
--------urls.py(1KB)
--------__init__.py(63B)
--------__pycache__()
--------wsgi.py(411B)
----templates()
--------first.html(790B)
--------insert.html(412B)
--------update.html(537B)