学习笔记之Django
All contents are moved to python/学习笔记之Python at main · haoran119/python (github.com)
The Web framework for perfectionists with deadlines | Django
- https://www.djangoproject.com/
- Django makes it easier to build better Web apps more quickly and with less code.
Django (web framework) - Wikipedia
- https://en.wikipedia.org/wiki/Django_(web_framework)
- Django (/ˈdʒæŋɡoʊ/ JANG-goh; stylised as django)[4] is a Python-based free and open-source web framework, which follows the model-template-view (MTV) architectural pattern.[5][6] It is maintained by the Django Software Foundation (DSF), an independent organization established as a 501(c)(3) non-profit.
- Django's primary goal is to ease the creation of complex, database-driven websites. The framework emphasizes reusability and "pluggability" of components, less code, low coupling, rapid development, and the principle of don't repeat yourself.[7] Python is used throughout, even for settings files and data models. Django also provides an optional administrative create, read, update and delete interface that is generated dynamically through introspection and configured via admin models.
- Some well-known sites that use Django include the Public Broadcasting Service,[8] Instagram,[9] Mozilla,[10] The Washington Times,[11] Disqus,[12] Bitbucket,[13] and Nextdoor.[14] It was used on Pinterest,[15] but later the site moved to a framework built over Flask.
如何轻松了解 Python 必学的 django 框架?
- https://mp.weixin.qq.com/s/FpYeYUoED7ii4VJ8F2YzPw
- https://docs.djangoproject.com/zh-hans/2.2/ref/contrib/admin/actions/
Django 模板语言基础来啦
轻松搞定 Django 模板语言进阶!
Flask 和 requests 搭建一个简单的API服务
Python 四大主流 Web 编程框架