Q. In which file do you typically register models to appear in Django admin?
β
Correct Answer: (B)
admin.py
Explanation: You register models in admin.py to make them appear in Django admin interface.