@@veryacademy currently trying to learn as much as possible how to create different types of Django Models. For example one to one, one to many, many to many and display the data in a web application and implement CRUD operations to match those data models. Starting from simple 1 to 1, 1 to many and many to many. Then how to display the data properly using views and web UI.
These types of tutorial are not your typical RUclipsr tutorial. You will not find these anywhere other than this channel. Great content as always Zander.
Great tut. Followed along but didn't understand the concepts on ex6 - template context response and annotating the data for the change list view. Might need to rewatch it later. Thank you.
thank you so much for these videos you definetely deserve more views and subs. please keep going, i'd love to contribute even tho its small amount. thanks again.
great as always , can you make more video about middleware's and asgi and how the request response cycle work from begging to end in very detailed way ,even more detailed than the docs
Thank you so much !!, and do there will be playlist for every middleware explaining detailly , which not only covers django but also give clear and depth knowledge while working with other frameworks ?
Glad I see this !! Worth even re watching ! Mate just a question though you have any specific video dedicated for django model relationship and querying one to one or many to many or many to one and one to many models with querying!! If you can ping me the youtube link will be very helpful !! Thanks again for this video
Nice tutorial... please make a social app(Twitter/Instagram) using React+ Django . Lots of new things we can learn from you like (follower/unfollow/comment thread, etc.)
when you run the exception example the exception counter was in __init__ not global although it save the state how that happen ? my understanding that we suppose to call __init__ each time we make request right ?
Hi Manu, see if I can come up with some ideas. I was going to make a language detector which changes languages based upon the users browser language. Any ideas let me know.
Hi Jason, I am building an python asynchronous tutorial as a request this will then take us into Django async. Any other suggestions keep them coming. Thank you
49:39 It seems to me that newstats.objects.annotate().values('win', 'mac', 'iph', 'android', 'oth') prints the same as newstats.objects.values('win', 'mac', 'iph', 'android', 'oth')
Hi Rahul, thank you and, I will get there eventually. Just a big time commitment I don't have at the minute. Like I have said in the community comments I will work on this in a full time capacity come the end of February.
Hello sir I have a problem with django model and can't find a solution for it. Is there anyway to repeat a field in a model. In my model there is field that i need it 3 to 10 times.I can make 10 fields but i don't want to do that. I want to have one field in my model and if i need more just create another copy of that field in admin or form.
Every time I see a new video get published, I have to stop what I am doing and watch it. So much value! Thank you!
Thanks Paul. If you have any suggestions for tutorials, please let me know.
@@veryacademy currently trying to learn as much as possible how to create different types of Django Models. For example one to one, one to many, many to many and display the data in a web application and implement CRUD operations to match those data models. Starting from simple 1 to 1, 1 to many and many to many. Then how to display the data properly using views and web UI.
These types of tutorial are not your typical RUclipsr tutorial. You will not find these anywhere other than this channel. Great content as always Zander.
Hi Akuani, THANK YOU for your support as a member!
The way you organize the content and representing them is fantastic ❤
Loaded! Packed with valuables! Excellent stuff here
Really Great explanation. Thanks a lot!!
Glad you liked it
Thank you Zander. Sending Love from Bangladesh ♥
bro pls upload more your starting to grow I'm so happy for you, you helped me with a lot of things, I can't thank you enough
Wow you are just brilliant you have the most valuable Django content on the whole internet .Sending loves from nepal> :)
Thank you so much 😀 👍
Great tut. Followed along but didn't understand the concepts on ex6 - template context response and annotating the data for the change list view. Might need to rewatch it later. Thank you.
Excellent video men, you are one of the best teachers in youtube...you won a subscriber
YES.... Xander finally. I was digging into middlewares myself and was becoming a little frastrated. You should make a series out of this
Hi Rakib, yeah sure we can. Not just yet though, I am committed to too much and need to finish what I started.
thank you very much. it was very helpful. loved the way how you have presented the concept. great tutorial.
thank you so much for these videos you definetely deserve more views and subs. please keep going, i'd love to contribute even tho its small amount. thanks again.
Really thank you for your videos, appreciate your efforts 👍🙏.
Wow, so youtube now has a tutorial on django middleware finally.
👍
thank you, learned a lot about the structure and features of this layer
Best tutorial I ever seen, Thank you sir❤️
Thank you for this amazing tutorial!
You're very welcome!
Simply no words.... Brilliant Tutorial as always.
Could you make a video on BytesIO to make images based on database...?
Nice and helpful video! Thank you for that
Great tutorial
Glad you think so!
great as always , can you make more video about middleware's and asgi and how the request response cycle work from begging to end in very detailed way ,even more detailed than the docs
First! Awesome tutorial as always
Thanks again!
Thank you, you know your Django.
Thank you. very helpful video
Thank you so much !!, and do there will be playlist for every middleware explaining detailly , which not only covers django but also give clear and depth knowledge while working with other frameworks ?
Glad I see this !! Worth even re watching ! Mate just a question though you have any specific video dedicated for django model relationship and querying one to one or many to many or many to one and one to many models with querying!! If you can ping me the youtube link will be very helpful !! Thanks again for this video
Nice tutorial... please make a social app(Twitter/Instagram) using React+ Django . Lots of new things we can learn from you like (follower/unfollow/comment thread, etc.)
when you run the exception example the exception counter was in __init__ not global although it save the state how that happen ? my understanding that we suppose to call __init__ each time we make request right ?
I lobe your videos can you make a video on how to do logging in Django.
awesome 👍
Keep it up!
looking forward like custom middlewares....
Hi Manu, see if I can come up with some ideas. I was going to make a language detector which changes languages based upon the users browser language. Any ideas let me know.
Thank you for a nice video. Have you try Django with async? I think it is a hot topic right now.
Hi Jason, I am building an python asynchronous tutorial as a request this will then take us into Django async. Any other suggestions keep them coming. Thank you
Thanks you!
You're welcome!
Thanks 💗
Please more videos on migrations
I agree, some deep dives would be useful . See what I can do.
@@veryacademy yes specially on migration we don’t find any good stuff which can go into deep..
49:39 It seems to me that newstats.objects.annotate().values('win', 'mac', 'iph', 'android', 'oth') prints the same as newstats.objects.values('win', 'mac', 'iph', 'android', 'oth')
what are applictions of middleware ?
I just love your tutorials ... why dont you publish on Udemy
Hi Rahul, thank you and, I will get there eventually. Just a big time commitment I don't have at the minute. Like I have said in the community comments I will work on this in a full time capacity come the end of February.
Hello sir
I have a problem with django model and can't find a solution for it. Is there anyway to repeat a field in a model. In my model there is field that i need it 3 to 10 times.I can make 10 fields but i don't want to do that. I want to have one field in my model and if i need more just create another copy of that field in admin or form.
Repeat field = new table with foreign key connections normally
url matching is called first or middleware ?
middleware
Perfect
cant you tell me what is get_response do i dont know
docs.djangoproject.com/en/3.2/topics/http/middleware/
thank u sir