To actually use Django, you don’t need to use SQL . In fact, Django makes it really really hard for you to use SQL directly with it. It comes with an ORM (Object Relational Mapper), which does most of the behind the scenes work for you.
To actually use Django, you don’t need to use SQL . In fact, Django makes it really really hard for you to use SQL directly with it. It comes with an ORM (Object Relational Mapper), which does most of the behind the scenes work for you.