ORM
The Django web framework includes a default OBJECT-RELATIONAL MAPPING (ORM) layer that can be used to interact with application data from various relational databases such as SQLite, PostgreSQL and MySQL. here we are useing MYSQL for the DJANGO ORM