Why do we use class meta in django?



Why do we use class meta in django?..

Answer / Money Taygi

Class Meta in Django is a metaclass that provides additional information about the model class, such as database table name, ordering of objects, and permissions. It can be used to customize how the model behaves or appears.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

What does super () do?

1 Answers  


Is django a mvc?

1 Answers  


What sites use django?

1 Answers  


Does instagram still use django?

1 Answers  


Can foreign key be null?

1 Answers  


Is django a full stack framework?

1 Answers  


How can you customize the functionality of the django admin interface?

1 Answers  


What are django views?

1 Answers  


How will you check in a string that all characters are in uppercase ?

1 Answers  


What is slugfield in django?

1 Answers  


What is csrf example?

1 Answers  


How does django integrate with angularjs?

1 Answers  


Categories