The Web framework for perfectionists with deadlines | Djangoweb
Django (web framework) - Wikipediadjango
- https://en.wikipedia.org/wiki/Django_(web_framework)
- Django (
- 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 框架?api
Django 模板語言基礎來啦mvc
輕鬆搞定 Django 模板語言進階!app