What is the use of the Django admin interface?

What is the use of the Django admin interface?

a) To manage HTML and CSS files
b) To provide a web-based interface for managing database records
c) To manage the Python environment
d) To handle user authentication

Answer:

b) To provide a web-based interface for managing database records

Explanation:

The Django admin interface is a built-in feature that allows site administrators to manage database records through a web-based interface without writing code.

Reference:

Django Quiz – MCQ Questions and Answers

Scroll to Top