Hi there. This video ia great but I just want to know what if I only want a certain row to be downloaded in csv say for example data from the month of June. Because this one downloads all data. What to add in the code? Thanks
Hey, Great tutorial. Thank you so much, keep the good working going on. I have a small doubt. How can I specify the file path at which the CSV file has to be downloaded? Can I download it directly into my project?
@@patrickknows2296 I'm guessing your model will have some date_signedup field, so in your for...in loop you could filter with a lookup like Member.objects.all(date_signedup__gt="insert_date") But I'm a noob so not 100% certain it would work😊
Join my free course on the basics of using the database in Django: prettyprinted.com/djangodata
pdf file export
Brilliant. Simple explanation, easily explained. Thank you Anthony
thanks bro for creating this tutorial
Hello, Can you make a tutorial on how to upload/import a csv file into database models? Thanks!
Nice video, man. It's objective and solved my problem. Thank you so much!
Works flawlessly!! I dont even get a window pop up. It just downloads automatically!
Thank you very much for this, helped a lot
Hi there. This video ia great but I just want to know what if I only want a certain row to be downloaded in csv say for example data from the month of June. Because this one downloads all data. What to add in the code? Thanks
How to do the same task in Django Rest Framework and from the frontend how to download it? Please someone help me.
how how did you setup the url to the function in views ? Is that in the url file ?
Hi Instead of model what if I want to use Filter o/p as input.I have tried it but no luck any help on this.
Thanks. Can you please do one for importing csv into model/table too
How can I do this with search results not the whole table? Thx
Please make Add to Cart tutorial in django
Most underrated channel
Great video!! It it possible if you can show this if I amusing raw sql with a cursor instead of the ORM?
Hey, Great tutorial. Thank you so much, keep the good working going on. I have a small doubt. How can I specify the file path at which the CSV file has to be downloaded? Can I download it directly into my project?
For pdf what should i do and please make a video to convert html to pdf
Awesome, thanks .
Really nice tutorial, I have a question, how to include diacritics in my export?
thanks guy
Fantastic
Good video, however it would be better, if the report had made a query in the filtered database, bringing only a few items, not all.
We have the same concern bro, did you find out how this works?
@@patrickknows2296 I'm guessing your model will have some date_signedup field, so in your for...in loop you could filter with a lookup like Member.objects.all(date_signedup__gt="insert_date")
But I'm a noob so not 100% certain it would work😊
thanks
awesome
First viewer
Thanks for watching!