Untitled

Django is a high-level, open-source web framework for building web applications in Python. It follows the Model-View-Controller (MVC) architectural pattern, although it refers to it as the Model-View-Template (MVT) pattern. Django provides a set of tools and libraries that simplify and expedite web development by promoting best practices, reusability, and rapid development.

Partial feature set:

Source: https://masteringdjango.com/django-tutorials/mastering-django-structure/