django-models

时间:2021-04-14 06:17:19
【文件属性】:
文件名称:django-models
文件大小:137KB
文件格式:ZIP
更新时间:2021-04-14 06:17:19
Python Django模块 概述 在这里,我们正在使用Django完成第一个模块。 目标是创建一个具有一些视图的项目和应用程序。 使用Django的admin功能,我们将模块中的一些条目添加到提供的sqlite数据库中。 此仓库用于学习在Django中创建模块以及将模板,静态文件和数据库链接在一起的基础知识。
【文件预览】:
django-models-master
----manage.py(639B)
----.vscode()
--------settings.json(104B)
----wine_cellar_project()
--------settings.py(3KB)
--------urls.py(808B)
--------__init__.py(0B)
--------asgi.py(415B)
--------wsgi.py(415B)
----Pipfile.lock(4KB)
----README.md(397B)
----Pipfile(175B)
----templates()
--------wine_detail.html(295B)
--------home.html(259B)
--------cellar.html(117B)
--------nav.html(0B)
--------base.html(391B)
----.gitignore(3KB)
----cellar()
--------apps.py(87B)
--------urls.py(378B)
--------tests.py(1KB)
--------migrations()
--------admin.py(117B)
--------__init__.py(0B)
--------models.py(1KB)
--------views.py(353B)
----static()
--------img()
--------base.css(21B)

网友评论