I found this amazing channel when I was feeling low with Django and now am happy.Thanks please continue this series and also manage your playlists cause its hard to follow through them . Please also teach us about DRF
@veryacademy3 жыл бұрын
Thanks Rahul, yeah - they are a bit of a mess that is for sure.
@AcademyOmen3 жыл бұрын
Amazing 🔥✅ This is the only channel with such videos on django👏
@veryacademy3 жыл бұрын
It won’t stop, at some point I will refine all of this into a coherent course 👍
@julienboudreau84193 жыл бұрын
Just joined your channel based on this tutorial. I've been learning Django from mostly your channel. Would love to see more in depth applications of model inheritance, database optimization, etc. Currently following your django ecommerce course.
@veryacademy3 жыл бұрын
Thanks Julien, noted. It is a popular request, particularly the optimization. We will get there, these types of tutorials - in my opinion need a better base to start from, this is what the ecommerce project will provide eventually.
@julienboudreau84193 жыл бұрын
@@veryacademy Thanks that sounds great. Your tutorials are the only ones that get in depth with real world examples and look at some of the deeper django features, so I've been learning lots. I'm following your ecommerce project now looking forward to completing. On the side, I'm building my own app with lessons learned. I can see the ecommerce being an actual course. Keep it up love all the content.
@CoCo-yz6jh3 жыл бұрын
You are super cool sir thank you so much...may you soon get millions subscribers that you deserve 😊 you making my life so much easy for learning django and I don’t have to pay for these awesome tutorials!
@veryacademy3 жыл бұрын
Thank you so much 😀
@ucalefendiyev279010 ай бұрын
this is amazing
@bellosegun3 жыл бұрын
I have learn better ways of doing things in django from you... I have had this concern on my ecommerce project... Thanks a lot.. I appreciate this... Would be nice if this is added to the ecommerce series..
@veryacademy3 жыл бұрын
Thanks Bello - this is the next step in the project - we will add this and more to our tables. Then we can go ahead and add features 👍
@bellosegun3 жыл бұрын
@@veryacademy wow that'd be great
@SuperFreakyMad3 жыл бұрын
Haven't started watching yet but thanks in advance :-)
@veryacademy3 жыл бұрын
👍
@ajaykryadav Жыл бұрын
too good explanations
@1ManStartup Жыл бұрын
Super helpful, thanks for making this!
@paborlouise3193 жыл бұрын
Good one 👍
@veryacademy3 жыл бұрын
Thank you! Cheers!
@kopilagaire66513 жыл бұрын
Thanks for the content. It would be great if you would create video covering all model meta options like indexes, unique_together, etc.
@veryacademy3 жыл бұрын
Noted - that is a good idea - maybe not next week but the week after 👍
@jhoanmartinezsilva26093 жыл бұрын
Thanks again
@veryacademy3 жыл бұрын
Always welcome
@LavYash3 жыл бұрын
Thanks for this awesome video!! Could you tell me about the toolbar you were using starting 15:27 min ?
@veryacademy3 жыл бұрын
Django-debug-toolbar I made a video about it yesterday 👍
@LavYash3 жыл бұрын
@@veryacademy Thank you!
@samirThapaSRT3 жыл бұрын
Wow bro thanks you so much
@veryacademy3 жыл бұрын
Any time
@bellosegun3 жыл бұрын
I prefer the multi-table Inheritance... Looks simpler and more readable..
@alkfalfnsflgjslfj21273 жыл бұрын
Can you do a video on advanced user authentication worthy of production plz
@veryacademy3 жыл бұрын
If or when the community grows I will continue providing more advanced and in depth tutorials.
@ThukuWakogi3 жыл бұрын
Hi Would a json field work in this scenario? And what are the benefits and disadvantages
@veryacademy3 жыл бұрын
Hi Tim, yes you could use something like a JSONB in Postgres. Maybe it’s better to think about Tradeoffs initially, for example could you easily get Django admin to save multiple inputs to a JSONB? Once you have suitably indexed, cached and otherwise optimised - unless you are running big datasets it probably just bakes down to - do you want to go that extra effort to learning how to work with this data in your chosen db - assuming we are talking about Postgres / MySQL. You will see lots of info online, negative and positive, always take with a pinch of salt.
@bringinglife23 жыл бұрын
Hello, I have a doubt, which is more efficient between the two, products= Product.objects.all(), products_ = products.filter(something=something) or Product.objects.filter(something=something) while quering? like in terms of the number of queries in db. Thanks :)
@veryacademy3 жыл бұрын
I get the sentiment of your question. Both queries need to run through the whole table to find the data - so it would take in terms of time - probably be the same. Also the amount of queries should be the same.
@aashayamballi3 жыл бұрын
👏🏽👏🏽👏🏽
@veryacademy3 жыл бұрын
Its the Aashay seal of approval 3 claps 😁👍 Thank you.