What is Django, and why is it used?
Django is a high-level Python web framework that follows the Model-View-Template (MVT) architecture. It is used because of its built-in security features, ORM (Object-Relational Mapping), rapid development, scalability, and built-in admin panel.