Django示例代码

时间:2022-08-27 04:07:00
【文件属性】:
文件名称:Django示例代码
文件大小:10KB
文件格式:ZIP
更新时间:2022-08-27 04:07:00
Django Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.
【文件预览】:
mysite
----manage.py(647B)
----polls()
--------apps.py(90B)
--------urls.py(115B)
--------tests.py(63B)
--------migrations()
--------admin.py(66B)
--------__init__.py(0B)
--------models.py(60B)
--------__pycache__()
--------views.py(303B)
----templates()
--------hello.html(20B)
----mysite()
--------settings.py(3KB)
--------urls.py(822B)
--------__init__.py(0B)
--------__pycache__()
--------wsgi.py(405B)

网友评论