Models in Django

A model is the sole, authoritative source of your data's information. It comprises both the fields and the actions needed by the data stored. As a convention, one model maps to a single table in the database.