Django is a high-level Python web framework that enables rapid development of secure and maintainable websites. It follows the Model-View-Template (MVT) architectural pattern and includes everything you need: ORM, authentication, admin interface, forms, and more — all built-in.
Django was created at a newspaper company and follows the "batteries included" philosophy.