Hey Luke! I just wanted to put it out there that your channel about Django is unique. I don't think there. is one like your channel out there 🙂. I am pretty sure the channel will grow big. Keep putting your efforts and producing this amazing content. 🚀
@@yugandharsurya So you are reffering to the qrcode tutorial? Are you familiar with django forms? As mentioned before you can do this with the use of modelform
Hey, your videos are too good.💖💖💖 I have created a QRcode generator using Django. It worked fine on localhost but when I host that project on Heroku then the image didn't show up. can you plz make a video to deploy it with Heroku or anything else????
Yes sir. One video on how to deploy big project. Like you can deploy your social network project. That will be good. These deployment task is pretty bad. Pythonanywhere has only 500 mb limit.
@@Pyplane I did, i ran the command pip install python-barcode Still it says " from barcode.writer import ImageWriter ModuleNotFoundError: No module named 'barcode.writer"
I don't use weasyprint any more. I have an article on the blog on how to use it but xhtml2pdf is much better in my opinion. There is a video available here on the channel on this. Cheers
Hi Guys! Here is the source code if anyone would need it:
github.com/hellopyplane/Barcodes-with-Django
thanks
I think u read my mind ,
You've just cleared what m thinking ,
Waiting for react part 3
Hey Dear! After Seeing ur Ad visited the channel and it didn't disappoint me...keep up the good work subscribers will grow soon,cheers!
Thank you Shubham :)
Amazing Bro!!!! Thank you. God bless you
Thanks for watching Joel! :)
Hey Luke! I just wanted to put it out there that your channel about Django is unique. I don't think there. is one like your channel out there 🙂. I am pretty sure the channel will grow big. Keep putting your efforts and producing this amazing content. 🚀
Thank you Abdullah for such nice words :) very motivating comment for me! Cheers!
Love your Work Luke, God Bless You with Great Health🥰🥰🥰
Thank you! :)
i found your video useful 👏👏👏 tanks a lot
Great content.
Appreciations from India, Sir!!😇
Thank you!
Awesome man!
Thank you Siya!
Liked you video very much buddy ..
Thank You
Thanks for watching Vishnu ! :)
i love you very match
you are a great man
Please explain how to take input from the user and do the same operation then give output(as a barcode) to the user...
Depends what you want to do here (there are many options). But in general just create a modelform based of the Product class
Thanks, @@Pyplane for your reply, I want to take input URL from the user and show them a QRcode that's it
@@yugandharsurya So you are reffering to the qrcode tutorial? Are you familiar with django forms? As mentioned before you can do this with the use of modelform
@@Pyplane yes yes, thank you I'll try it
Can I add the barcode variable in a existing product model?
Thanks, Luke :)
Thanks for watching as always Aashay :)
Best broooo
In case of update any information.. every time barcode Will generate new..?
Thanks Luke
For this😍😍😍😍
Thanks for watching :) Cheers!
Hey, your videos are too good.💖💖💖
I have created a QRcode generator using Django.
It worked fine on localhost but when I host that project on Heroku then the image didn't show up.
can you plz make a video to deploy it with Heroku or anything else????
Or can you tell me here itself??
Hi again. there are a lot of good tutorials already on youtube related to this. check them out :)
@@Pyplane thanks, OK I'll check that,
Yes sir. One video on how to deploy big project. Like you can deploy your social network project. That will be good. These deployment task is pretty bad. Pythonanywhere has only 500 mb limit.
Please teach django eccomerce using with template step by step sir
Hi there! I think this is a good idea but once the social network project is completed as well as the friendly introduction to django series. Cheers!
Barcode scanner next?
What is the function of BytesIo, and why did you use File ????
please make a django fuol playlist to learn from scratch
Hi. You can checkout the social network playlist. Soon I'll publish a friendly introduction to django course. Cheers!
Thanks mate
Thanks for watching!
thanks dude!
Thanks for watching!
Want more real life django project
why 1 digit apper in last what is solution of it
Why Error : a bytes-like object is required, not 'Image'
please help me
did u fixed the problem??
ModuleNotFoundError: No module named 'barcode.writer' i am getting this error, can you please help me
hi. Did you do the installation properly? Check with pip freeze command do you have the barcode package installed. Good luck!
@@Pyplane I did, i ran the command pip install python-barcode
Still it says " from barcode.writer import ImageWriter
ModuleNotFoundError: No module named 'barcode.writer"
@@nazmusshahadat6360 I understand but does the command pip freeze confirm that you have it installed? Please check
brother, I did it from the start with a new project, It works
thank youuuu
@@nazmusshahadat6360 awesome!
weasyprint with django tutorial
pdf generate
I don't use weasyprint any more. I have an article on the blog on how to use it but xhtml2pdf is much better in my opinion. There is a video available here on the channel on this. Cheers
the most important thing is How to read barcode using Django?
Doesn’t work, image is not correct, I’ve barcode = 1112223334445 but image has barcode = 1112223334448, always last digit is wrong