django-models

Last Updated :
Discuss
Comments

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

Tags:
Share your thoughts in the comments