Mastering django query | How to master django queries | Part 1

preview_player
Показать описание
Hello, in this video I have taught how you can master Django query which is a very powerful skill to create some great project. In this series of video, you will understand how you can query the database using Django ORM.

We all use queries to retrieve data from the database. Querysets are Django's way to retrieve data from the database. The Django ORM lets us use querysets.
Рекомендации по теме
Комментарии
Автор

Thank you brother it's brilliant 😊
But I've a doubt, it's all hard-coded I want to make handle that with dynamic data like some requests of python frameworks from user

sukhvsin