What defines a Django model, and which base class must it inherit from to work with Django’s ORM?
A Python dictionary inheriting from dict
A Python class that inherits from models.Model to represent a database table
A JSON configuration file used for schema settings
An SQL script template that extends QuerySet
This question is part of this quiz :
Python | Django Models