A

Admin • 828.03K Points
Coach

Q. What does `Meta` class inside a Django model define?

  • (A) HTML metadata
  • (B) Database table name and options
  • (C) External API data
  • (D) Django Admin configurations
  • Correct Answer - Option(B)
  • Views: 12
  • Filed under category Django
  • Hashtags:

Explanation by: Admin
`Meta` allows specifying options like table name, ordering, verbose_name, etc.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.