What does class meta do in django?



What does class meta do in django?..

Answer / Ruchir Srivastava

The Meta class in Django models provides additional metadata about the model, such as its database table name, ordering of objects by default, and whether it is abstract (cannot be instantiated).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

Can foreign key be null?

1 Answers  


List server requirement to install django framework?

1 Answers  


What is related_name in django?

1 Answers  


How to make Foreign Key relation in django ?

1 Answers  


How you can write a view in django?

1 Answers  


How do you pronounce django in python?

1 Answers  


Do you know any companies that use django?

1 Answers  


Can i Connect mysql to django ?

1 Answers  


Is django only for backend?

1 Answers  


Discuss django architecture.

3 Answers  


Is django unchained related to django?

1 Answers  


What is django framework in python?

1 Answers  


Categories