Backend Django
Django
Framework
The web framework for perfectionists with deadlines.
Last updated: January 14, 2024

Overview

  • Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design.
  • It follows the model-view-template (MVT) architecture, a variation of the model-view-controller (MVC) pattern.
  • Django is known for its 'batteries-included' philosophy, offering a wide range of features included by default.
  • It emphasizes reusability and 'pluggability' of components, as well as less code, low coupling, and rapid development.
  • Django has a strong community, robust documentation, and is used in many high-traffic sites, providing scalability and security.