📅  最后修改于: 2022-03-11 14:47:04.282000             🧑  作者: Mango
Django ORM provides an elegant and powerful way to interact with the database. ORM stands for Object Relational Mapper. It is just a fancy word describing how to access the data stored in the database in Object Oriented fashion.