I greatly appreciate the SQL refresh. Thank you so much! If it's possible, I would love to see more raw SQL examples in the future, especially for complex Django queries. It would help us understand to what sql, Django querysets translate to.
Thanks Tobi. I'll keep doing this a lot in the future videos - I think it's important to understand what's going on behind the scenes (helps with designing the tables, understand efficient vs. inefficient queries, etc). Cheers!
Thank you so much for this. Would love some tutorials on query and performance optimization, especially how to do complex calculations with subqueries.
Thank you! I made videos on these topics as part of this series - if you've watched those and have any suggestions for further topics, let me know! Subqueries: th-cam.com/video/QvaScsn6S6E/w-d-xo.html Query Optimization: th-cam.com/video/a3dTy8RO5Ho/w-d-xo.html
Congratulations, on the fantastic content. Subqueries, Conditional Expressions is something I would really like you to cover, I have also had some problems with Indexes and Constraints, I also believe it would be a very relevant content.
What's the best way to back up a database? I'm using a heroku postgres db and I'm wondering if there's an efficient way to dump all its contents periodically.
I would like to see Django Htmx, Accounting system with subledger and general ledger entries. Reporting with pdf and excel. Show data with charts. Transfer of data using background jobs or celery and update status on front end.
Well, you don’t need it. If the extension works for you then go for it. It’s easier to view certain things like constraints, etc, on SQLite Browser though.
@@bugbytes3923 hm, what's your opinion on free udms such as dbeaver ce? Cause the idea of generalization always seems great. Have you had an experience of using smth like that?
Playlist link: th-cam.com/video/EsBqIZmR2Uc/w-d-xo.html
I cloned the repo link I dont of orm series there no requirenment.txt and no dbsqlite3 file there
Just a reminder that this could have easily been a 15$ udemy course. Thanks for making it free for everyone, you are doing a great job
Thanks a lot, appreciate it!
Never seen this kind of 'straight to the point' videos, great content to learn Django ORM, Love from Bangladesh.
Thanks a lot! Greetings from Scotland!
I greatly appreciate the SQL refresh. Thank you so much! If it's possible, I would love to see more raw SQL examples in the future, especially for complex Django queries. It would help us understand to what sql, Django querysets translate to.
Thanks Tobi. I'll keep doing this a lot in the future videos - I think it's important to understand what's going on behind the scenes (helps with designing the tables, understand efficient vs. inefficient queries, etc). Cheers!
after your video about proxy models, i decided to watch the entire series and here i am lesson1 done😎
Awesome! Thanks for your support ;)
Great intro to SQL. The principles are explained in a clear language. Thank you.
Thanks a lot for the kind words!
On Udemy I found course about ORM Rs.3999 quite expensive for me you are providing all this stuff for free
I am very grateful to you.
Thanks a lot Prashant! I'm glad the content is helpful and not costing you anything !
You look and talk like Sick Boy from Trainspotting who got sober and started to make this awesome videos. Great content!
Haha thanks 🤣
well explained.Connecting Django app to multiple databases and how to link them is something i wish you could add as a topic in this series
Thank you. Great suggestion!
I'll be adding some content on linking to multiple DBs and querying them later in the series, for sure.
It's happening 😅. I can't believe it. Thanks very much. Looking out for much more.
Thanks!
Thank you so much for this. Would love some tutorials on query and performance optimization, especially how to do complex calculations with subqueries.
Thank you! I made videos on these topics as part of this series - if you've watched those and have any suggestions for further topics, let me know!
Subqueries: th-cam.com/video/QvaScsn6S6E/w-d-xo.html
Query Optimization: th-cam.com/video/a3dTy8RO5Ho/w-d-xo.html
Thank you for putting up the effective teaching methods for us . Great Job! much appreciations💯
Thanks a lot, glad it's helpful!
Thanks a lot. series is going to be very important for django learners.
Thanks!
Perfect! Love Django contents!
Thanks!
Congratulations, on the fantastic content.
Subqueries, Conditional Expressions is something I would really like you to cover, I have also had some problems with Indexes and Constraints, I also believe it would be a very relevant content.
Thanks a lot! Hope the content coming up can help!
Your videos are amazing! Thanks for your work
Thanks a lot, appreciate it!
Good tutorial as always..
Thanks a lot !
Another excellent video! Thanks!
Thanks a lot Peter!
can you share the another excellent vedio link please!
Awesome contents !!! 👍👍👍
Thanks a lot!
That's what I was searching for! Thanks a lot
Awesome - hope the series is helpful, and thanks for watching!
Just found your channel looking forward to learn awesome stuff from you.
Thanks a lot! Any video suggestions, please feel free to let me know!
@@bugbytes3923 you have already a lot of stuff about Django Htmx i wanna learn that thank you for asking.
Great video 🚀🚀
Thanks Pablo!
I work as a Django developer, but I like watching your videos instead any famous movies
Бро ты красава! продолжай дальше и огромное тебе спасибо!
Спасибо!
Thank you 👏👏
You're welcome 🙂
Please create series on Django + Reflex, Using Django to handle backend, Reflex to frontend, Using this combination No javascript required
Terima kasih, sangat membantu.
Can I get access to the database used in this video please. I'd like to follow along with how you use the data in Django. Thanks a lot.
What's the best way to back up a database? I'm using a heroku postgres db and I'm wondering if there's an efficient way to dump all its contents periodically.
I would like to see Django Htmx, Accounting system with subledger and general ledger entries. Reporting with pdf and excel. Show data with charts. Transfer of data using background jobs or celery and update status on front end.
you can use sqlite extension instead of DB browser
Hi
Big Fan of your videos. Appreciate if you could do a video on formset_factory with htmx
thanks
there's an sqlite viewer as plugin in vs code. So why would we need an extra app?..
Well, you don’t need it. If the extension works for you then go for it.
It’s easier to view certain things like constraints, etc, on SQLite Browser though.
@@bugbytes3923 hm, what's your opinion on free udms such as dbeaver ce? Cause the idea of generalization always seems great. Have you had an experience of using smth like that?