Q. How do you register a model with the admin site?
β
Correct Answer: (B)
Using admin.site.register()
Explanation: `admin.site.register()` is used to register models in the admin interface.