Ugh, I implemented this manually and it was a pain messing around in jQuery / js; horrible language. Still, very valuable to know there's a lovely extension like this. Top video.
In terms of ideas for future features, as you mentioned, it could be a good idea if you do a video to show how to encrypt the database. Talking about financial transactions, it would be good if the objects are also encrypted to add security
Have you tested how efficient this in? What happens if you happen to have something like 10k, 50k, 500k lines of entries? Does it have any sort of async export possiblity ?
Brother I have a request to you. you make videos so useful i learned a lot from you but one thing in my mind is after built a website such as Social Network webapp or ecommerce We have to expand or scale out database So how to handle a lot of users and lots of data and maintain them in Django. Could you please make a video on this TOPIC plzzzzzz.....
Well for one look at the queries you are making.He has a video on Django orm.Your queries has to be efficient no duplicates ,don't fetch data you don't need.Optimised queries will take you far before you even think of caching.
☕ Buy a coffee: ko-fi.com/bugbytes
⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐
Ugh, I implemented this manually and it was a pain messing around in jQuery / js; horrible language.
Still, very valuable to know there's a lovely extension like this. Top video.
True, much easier in Python/Django! Thanks!
Man you're a blessing for us wow everything one can have needed in Django absolutely everything ! Thank you so much !
Thanks a lot, much appreciated!
In terms of ideas for future features, as you mentioned, it could be a good idea if you do a video to show how to encrypt the database. Talking about financial transactions, it would be good if the objects are also encrypted to add security
Absolutely valuable content. Can you make also instant search with htmx? for that table?
Great idea! I'll look at adding this. And thank you!
Thanks for the excellent video! It would be nice to have a PDF format to.🙂
Thank you! Great idea, I'll look into that for sure.
Great one, thank you
Thanks for watching!
Thanks brother
Thanks for watching!
thank you!
Thanks for watching!
thanks
Thanks for watching!
Thanks. 🙏
Thanks for watching!
it was a great video, TransactionFilter is a custom class or django class?
Thanks! This is a FilterSet class, set up in this video:
ruclips.net/video/PJgBHMsM7NY/видео.html
Have you tested how efficient this in?
What happens if you happen to have something like 10k, 50k, 500k lines of entries?
Does it have any sort of async export possiblity ?
You can do the export in celery and mail it to the user
🎉🎉🎉🎉🎉🎉🎉
Thanks!!!
How to styling it like adding a border?
Brother I have a request to you. you make videos so useful i learned a lot from you but one thing in my mind is after built a website such as Social Network webapp or ecommerce We have to expand or scale out database So how to handle a lot of users and lots of data and maintain them in Django. Could you please make a video on this TOPIC plzzzzzz.....
I am building an ecommerce shop and the same question has been boring me.
@@yajitimothy2903 do you find any solution?
@yajitimothy2903 have you find any solution ??
Not yet
Well for one look at the queries you are making.He has a video on Django orm.Your queries has to be efficient no duplicates ,don't fetch data you don't need.Optimised queries will take you far before you even think of caching.