文件名称:djangotutorial
文件大小:1.07MB
文件格式:ZIP
更新时间:2024-03-05 21:12:17
Python
Django教程 这只是我对Django教程的实现,可在找到 安装 这将需要安装新的虚拟环境以及在该环境中安装Django。 十分简单。 我正在使用IDE,并且总是搞砸环境创建命令。 有一天,我将其张贴在这里。 贡献 如果您有任何疑问,请随时提问。 执照
【文件预览】:
djangotutorial-master
----polls()
--------models.py(837B)
--------apps.py(85B)
--------templates()
--------static()
--------__init__.py(0B)
--------migrations()
--------views.py(2KB)
--------admin.py(575B)
--------tests.py(7KB)
--------urls.py(438B)
----templates()
--------admin()
----mysite()
--------templates()
--------wsgi.py(389B)
--------__init__.py(0B)
--------settings.py(3KB)
--------asgi.py(389B)
--------urls.py(814B)
----manage.py(662B)
----.gitignore(27B)
----README.md(501B)