Please anyone help me,instead of django ORM can we use SQL query for left join 10 tables with multiple where and group by conditions to retrieve perticular fields in those,
if yes is it safe to use sql ?
do anyone have alternate solution other than Djnago ORM please tell me.
What proffesionals use to handle complex database operations in django ?