Q. Where do you register models to make them accessible in the Django admin?
β
Correct Answer: (B)
admin.py
Explanation: Models are registered in `admin.py` to manage them via the admin interface.