Introduction to Django’s ORM
摘要
This segment introduces the ORM, a key component of Django, what it is for and what it can do. It briefly covers relational databases and describes how the ORM is a link between them and your Python code.