Q. What is the name of the file used to define model admin settings?
β
Correct Answer: (A)
admin.py
Explanation: `admin.py` is used to register and customize models in the admin interface.