Nothing to say except that this is another great tutorial. Thank you very much.
@bugbytes392310 ай бұрын
Thanks so much!
@anatoliyloboda460111 ай бұрын
As an amateur I face with a lot of issues with Django but looking these amazing lessons I become more aware of the main ideas. Thanks for your contributions in my education!!!
@bugbytes392311 ай бұрын
Thanks a lot for the comment, that is really great to hear - best of luck with your Django journey! If you have any suggestions for videos that may help, feel free to drop them here.
@anatoliyloboda460111 ай бұрын
@@bugbytes3923 I haven't finished your django jorney therefore I do not know whether the answers on my qustions are available or not. I face filtering user application by various attributes ascwell as giving some parameters depending on the chosen. For example, when I choose a brand I want to iterate in filters only for those models that belong to that particular brand.
@AfsarKhan-l3p4k18 күн бұрын
Thank you, Your contents are very helpful
@bugbytes392318 күн бұрын
Thanks a lot!
@Dorso2009 Жыл бұрын
Great series so far! Thank you!!
@bugbytes3923 Жыл бұрын
Thanks a lot!
@FernandoLopez-vc2ldАй бұрын
Very useful, thanks for sharing
@bugbytes3923Ай бұрын
Thanks - glad to hear it's useful!
@robhafemeister3100 Жыл бұрын
Lyle, great stuff as always
@bugbytes3923 Жыл бұрын
Thanks as ever, Rob!
@امینجمالی-خ9ص3 ай бұрын
great tutorial thanks buddy
@bugbytes39233 ай бұрын
@@امینجمالی-خ9ص thank you!
@Ego_Maritm Жыл бұрын
Thank you for the great video bro💪
@bugbytes3923 Жыл бұрын
No problem - thank you for watching!
@nileshswami2426 Жыл бұрын
Love you ❤ great work
@bugbytes3923 Жыл бұрын
Thanks a lot!
@saptechstuff1497 Жыл бұрын
thanks, very useful topic, it would be very helpful if you post a video on displaying table data in django and other topics that would be useful are how to deploy the django web app on a live web server and interactive charts based on multiple inputs on the web page and finally a how to video on clean and fully designed UI with interactive input boxes and dropdowns
@bugbytes3923 Жыл бұрын
Thanks! Good suggestions too 👍
@AliHassan-wc6nb Жыл бұрын
Great work. One request! How to validate debits =credits in diulbe entry system before saving model form.
@thesocialbus87863 ай бұрын
Thanks master❤
@bugbytes39233 ай бұрын
thanks a lot!
@deldridg7 ай бұрын
Succint and clear. You are an excellent presenter and this has helped fast track my Django learning. Much appreciated mate from a new Aussie subscriber in Sydney - Dave PS. Noting that validation can be done in the form class and at the model level, is there a rule of thumb for choosing the most appropriate approach? My guess is to keep validation as close to the db as possible. Cheers - D
@bugbytes39237 ай бұрын
Thanks a lot, really appreciate the support Dave! Greetings from Glasgow, Scotland! Agreed, setting up validation at the DB level is most important for data integrity. Form-level validations are important too - can prevent you hitting the database unnecessarily if there's any issues with the submitted data.
@JustinSpryce Жыл бұрын
Great lesson
@احمدفوزىالحشاش2 сағат бұрын
❤
@Peterstavrou Жыл бұрын
Another great video! How come you never use CBV?
@bugbytes3923 Жыл бұрын
Thank you! I have a preference for functions for learning and for the videos, tbh - I believe they're more explicit in a lot of cases. But sometimes it depends on the project, the other developers, etc. With DRF I'd use CBVs always. I do like CBVs too!
@SaumyenPDeka Жыл бұрын
How to create multiple validators for a single field?