filmov
tv
How to Get the SQL Query from Django QuerySet

Показать описание
How to print the SQL Query from Django QuerySet
1)
Open django shell
2)
Import the model class
3)
Print the SQL query
OR
1)
Open django shell
2)
Import the model class
3)
Print the SQL query
OR