Memo Details

Django ORM
Django's ORM (Object-Relational Mapper) allows you to interact with your database using Python instead of raw SQL queries. It provides a high-level, easy-to-use interface to define models and perform database operations.
Mody