django 初步简单框架

时间:2020-11-14 10:45:54
【文件属性】:
文件名称:django 初步简单框架
文件大小:22KB
文件格式:RAR
更新时间:2020-11-14 10:45:54
django 我自己做的一个初步开发的django简单页面,其中包含了MTV三个阶层的东东,重点的是理解,后面的就简单了,其中包含django的模板使用以及数据库的连接,这里的数据库用的是sqlite3 ,django自带的东西
【文件预览】:
DjangoWeb
----templates()
--------sucess.html(560B)
--------error.html(159B)
--------testInclude.html(172B)
--------loginError.html(177B)
--------login.html(367B)
--------listUser.html(469B)
--------userExit.html(215B)
----DjangoWeb()
--------__pycache__()
--------wsgi.py(395B)
--------__init__.py(0B)
--------settings.py(3KB)
--------urls.py(889B)
----static()
----db.sqlite3(132KB)
----.idea()
--------DjangoWeb.iml(1KB)
--------misc.xml(973B)
--------.name(9B)
--------modules.xml(270B)
--------encodings.xml(159B)
--------workspace.xml(36KB)
----manage.py(252B)
----LoginApp()
--------models.py(208B)
--------__pycache__()
--------__init__.py(0B)
--------migrations()
--------views.py(2KB)
--------admin.py(176B)
--------tests.py(60B)

网友评论