What is model in django?

Model

maps to a single database table.

Model

is about your data.

Model contains

1. fields

2. methods

Model is similar to the concept of class in other object-oriented programming.

Leave a Comment