A

Admin • 828.03K Points
Coach

Q. Where do you register models to make them accessible in the Django admin?

  • (A) models.py
  • (B) admin.py
  • (C) settings.py
  • (D) views.py
  • Correct Answer - Option(B)
  • Views: 7
  • Filed under category Django
  • Hashtags:

Explanation by: Admin
Models are registered in `admin.py` to manage them via the admin interface.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.