How To Generate Text Files Dynamically With Django - Django Wednesdays #15

  Рет қаралды 13,536

Codemy.com

Codemy.com

Күн бұрын

Пікірлер: 70
@Codemycom
@Codemycom 3 жыл бұрын
▶️ Watch Entire Django Wednesdays Playlist ✅ Subscribe To My KZbin Channel: bit.ly/35Xo9jD bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶️ Get The Code bit.ly/3sJpeV6
@edcm2349
@edcm2349 3 жыл бұрын
Hi! Nice video. You know, I would like to do exactly the opposite. Read texts from a text file (for example a list of questions and answers) into django database. How would you do that? I can read from a CSV file, and that is easy. How would you go about is ok, but can you explain how to do it from a raw text file or even MS Word .
@yahyaa4499
@yahyaa4499 3 жыл бұрын
You are a genius! Just Amazing👍👍
@Codemycom
@Codemycom 3 жыл бұрын
Ha, glad you liked it
@svysvr4268
@svysvr4268 Жыл бұрын
Thanks for the lesson. my project involves creating documents to be downloaded. perfect lesson at the perfect time. :)
@Codemycom
@Codemycom Жыл бұрын
awesome
@mohdrummanshuja749
@mohdrummanshuja749 Жыл бұрын
when I click the Venue Text File button I am not getting all those options to either just see it or save it, it is just simply downloading it. Please help! I tried trying 'inline' instead of 'attachment' now still not getting options but just seeing those texts!
@Codemycom
@Codemycom Жыл бұрын
What did you do differently from the video?
@Raja-ie7nq
@Raja-ie7nq 3 жыл бұрын
Nice work.....will you post a video for viewing events in calendar with some calendar style stuff...and also notice board like upcoming events
@Codemycom
@Codemycom 3 жыл бұрын
Probably will
@santhoshsan6453
@santhoshsan6453 Жыл бұрын
Thanks for this .. this helped me to create vcf files with customer details on the fly... Thanks a tonnnn
@Codemycom
@Codemycom Жыл бұрын
Glad to hear it!
@bearz_ftw126
@bearz_ftw126 3 ай бұрын
Hello! Do you know how to generate a txt file but have it attached to the model as a field?
@Codemycom
@Codemycom 3 ай бұрын
I don't have any videos on that
@tifanysusanto9531
@tifanysusanto9531 2 жыл бұрын
i tried it not work on me. the file cannot be download and when i inspect, the href is empty. how to fix it?
@Codemycom
@Codemycom 2 жыл бұрын
check your code and figure out what you did differently from the video.
@963seeker
@963seeker Жыл бұрын
Love the simplicity, something very hard in technical fields
@Codemycom
@Codemycom Жыл бұрын
Thanks!
@fahrenheit1863
@fahrenheit1863 Жыл бұрын
I want to clarify one point. To display the text correctly in Notepad (Windows), you need to set ` `.
@AhmedTheCoder
@AhmedTheCoder 3 жыл бұрын
how to create, Edit and then download CSV file on fly
@Codemycom
@Codemycom 3 жыл бұрын
I have a whole course on python and excel if you're interested in those things
@AhmedTheCoder
@AhmedTheCoder 3 жыл бұрын
@@Codemycom I want to convert from a CSV file to an AutoCAD file and I succeeded in that, but after the conversion, I cannot access the converted file because I do not want to save it on the server, but when converting it it generate file to download it on click.
@Codemycom
@Codemycom 3 жыл бұрын
@@AhmedTheCoder Sorry, I don't know AutoCAD or how you did that.
@AhmedTheCoder
@AhmedTheCoder 3 жыл бұрын
@@Codemycom thanks for replay, my question about after conversion I want to download the file and not save it in server.
@umeshpurohit5252
@umeshpurohit5252 3 жыл бұрын
Great Sir! A new concept. Thanks!
@Codemycom
@Codemycom 3 жыл бұрын
Enjoy!
@renanrivera9805
@renanrivera9805 Жыл бұрын
Great tutorial! Thanks mate
@Codemycom
@Codemycom Жыл бұрын
Welcome!
@kyawmying224
@kyawmying224 9 ай бұрын
John Elder is awesome.
@Codemycom
@Codemycom 9 ай бұрын
Ha thanks!
@KuriakoseKuruvilaAnathanam
@KuriakoseKuruvilaAnathanam Жыл бұрын
You earned a new subscriber.
@Codemycom
@Codemycom Жыл бұрын
Appreciate it!
@prasadmande8489
@prasadmande8489 3 жыл бұрын
Sir I used Ajax in django form.is_valid() method returns false without Ajax it validate the form
@Codemycom
@Codemycom 3 жыл бұрын
I don't have any videos on Ajax.
@sophyia4358
@sophyia4358 3 жыл бұрын
Can I also use this code to generate .txt file on django admin? My aim is to save user's information. Tha backend is an API.
@Codemycom
@Codemycom 3 жыл бұрын
Huh? Your users info is already saved on the database, you don't need to add it to a text file to save it...
@linatroshka
@linatroshka Жыл бұрын
Thanks for this video. It has been very helpful. I slightly adapted if for my case where I need to save a single post in my app to a text file.
@Codemycom
@Codemycom Жыл бұрын
awesome
@xanderkaufman5162
@xanderkaufman5162 3 жыл бұрын
I tired to do this for an individual file instead of all my files... it didn't work.. Suggestions?
@Codemycom
@Codemycom 3 жыл бұрын
Sorry, not sure what you mean
@promiseogunka8020
@promiseogunka8020 2 жыл бұрын
could you make a video for generating .doc or .docx files as well or can this method work as well
@Codemycom
@Codemycom 2 жыл бұрын
No sorry
@terrywright6571
@terrywright6571 2 жыл бұрын
When I click the link the machine brings up a download window and puts the file into downloads rather than as per your system offering me the options. (windows 11 and Edge browser)
@Codemycom
@Codemycom 2 жыл бұрын
That's a setting in your web browser. You can change that in your browser settings
@terrywright6571
@terrywright6571 2 жыл бұрын
@@Codemycom Thanks
@williamtouzalin1180
@williamtouzalin1180 Жыл бұрын
Interresting
@Codemycom
@Codemycom Жыл бұрын
Thanks
@angelosnasser3321
@angelosnasser3321 2 жыл бұрын
Thx 😊
@Codemycom
@Codemycom 2 жыл бұрын
Welcome!
@shubhammittal7851
@shubhammittal7851 2 жыл бұрын
sir how to turn text into webpage?
@daria1781
@daria1781 Жыл бұрын
Thank you for the clear and easy instructions!
@Codemycom
@Codemycom Жыл бұрын
Welcome!
@prusa16
@prusa16 2 жыл бұрын
Hi John, I used your codes in my different project and i have a different things in txt file. Such as; How can i fix this. And how can i make just save as a txt file in forexample templates/text_files?
@Codemycom
@Codemycom 2 жыл бұрын
Not sure what you did, so I couldn't guess... I'd suggest rewatching the video and trying again
@labialkosta261
@labialkosta261 3 жыл бұрын
Great Great Great work!!!
@Codemycom
@Codemycom 3 жыл бұрын
Thanks a lot!
@vittorioiacovella721
@vittorioiacovella721 2 жыл бұрын
Thanks for this! That was exactly what i needed.
@Codemycom
@Codemycom 2 жыл бұрын
Happy to hear it
@prasadmande8489
@prasadmande8489 3 жыл бұрын
Sir please make how to use Ajax in django with server side validation
@Codemycom
@Codemycom 3 жыл бұрын
I don't have any videos on Ajax.
@prasadmande8489
@prasadmande8489 3 жыл бұрын
@@Codemycom will you make video on that in upcoming videos ?
@Codemycom
@Codemycom 3 жыл бұрын
@@prasadmande8489 no, sorry. I don’t use Ajax.
@zorik6470
@zorik6470 2 жыл бұрын
Thank you! You helped me a lot!
@Codemycom
@Codemycom 2 жыл бұрын
Happy to hear it!
@rahulteja2291
@rahulteja2291 2 жыл бұрын
Well explained. Thanks a ton. 👍
@Codemycom
@Codemycom 2 жыл бұрын
Most welcome!
@teekumar5056
@teekumar5056 2 жыл бұрын
Thanks :)
@Codemycom
@Codemycom 2 жыл бұрын
Welcome!
@eduardjogi
@eduardjogi 3 жыл бұрын
Another NICE Vid.... love to see how this could be done with excel (maybe i.c.w. csv)
@Codemycom
@Codemycom 3 жыл бұрын
Yeah I'll probably do a video on that
The joker favorite#joker  #shorts
00:15
Untitled Joker
Рет қаралды 30 МЛН
OYUNCAK MİKROFON İLE TRAFİK LAMBASINI DEĞİŞTİRDİ 😱
00:17
Melih Taşçı
Рет қаралды 12 МЛН
Ozoda - Lada ( Official Music Video 2024 )
06:07
Ozoda
Рет қаралды 17 МЛН
Python Tutorial: File Objects - Reading and Writing to Files
24:33
Corey Schafer
Рет қаралды 1,8 МЛН
Regular Expressions (Regex) Tutorial: How to Match Any Pattern of Text
37:55
How To Modify The Django Admin Area - Django Wednesdays #6
21:01
Pagination For Django - Django Wednesdays #18
18:53
Codemy.com
Рет қаралды 42 М.
Python Programming Tutorial #14 - Writing to a Text File
4:14
Tech With Tim
Рет қаралды 43 М.
How To Order Items From The Database - Django Wednesdays #14
7:58
5 Tips For Object-Oriented Programming Done Well - In Python
16:08
Login With User Authentication - Django Wednesdays #21
21:25
Codemy.com
Рет қаралды 175 М.
The joker favorite#joker  #shorts
00:15
Untitled Joker
Рет қаралды 30 МЛН