Q. Which of the following is required in a model to use Django Admin?
β
Correct Answer: (B)
Model registration
Explanation: You must register your model in `admin.py` to manage it via Django Admin.