These Django Model tutorials are amazing! Thank you so much BugBytes! I hope you'll create more tutorials about designing Django database Models and querying them as this is 100% awesomeness. 🙏😀
Thank you! I'm glad they're useful, as I know these are more "theoretical" than some other videos. Definitely, I will be doing a lot more on Models and Django ORM in the future. Both individual videos/topics, as well as within the context of larger projects. Thanks again Sil!
Thank you! Is this the approach for creating subcategories for category parent model? Like for an ecommerce project, or do you maybe have a video on that?
Man you're just amazing. So many great videos! On the topic, do you have an opinion about django-polymorphic? It's another library I was looking at but haven't tried yet.
Thanks a lot Andreas! I think the functionality offered by django-polymorphic is quite similar to this. I typically use django-model-utils for a few different things, so I usually go with the InheritanceManager - and therefore I haven't used django-polymorphic much! I may do a small video on this at some point, though, with some comparisons.
Did I see in the very last part you got the last ok of subclassed MCQuestion of 4 but when you called get_subclass using 4 it returned a Boolean question? Is this a bug in the InheritanceManager?
These Django Model tutorials are amazing!
Thank you so much BugBytes!
I hope you'll create more tutorials about designing Django database Models and querying them as this is 100% awesomeness. 🙏😀
Thank you! I'm glad they're useful, as I know these are more "theoretical" than some other videos.
Definitely, I will be doing a lot more on Models and Django ORM in the future. Both individual videos/topics, as well as within the context of larger projects.
Thanks again Sil!
Dude, your Django content is amazing
@@MagnusAnand Thanks very much Guz Man! More coming soon.
thx, learned a new module today
Thank you! Is this the approach for creating subcategories for category parent model? Like for an ecommerce project, or do you maybe have a video on that?
Man you're just amazing.
So many great videos!
On the topic, do you have an opinion about django-polymorphic?
It's another library I was looking at but haven't tried yet.
Thanks a lot Andreas!
I think the functionality offered by django-polymorphic is quite similar to this. I typically use django-model-utils for a few different things, so I usually go with the InheritanceManager - and therefore I haven't used django-polymorphic much!
I may do a small video on this at some point, though, with some comparisons.
Did I see in the very last part you got the last ok of subclassed MCQuestion of 4 but when you called get_subclass using 4 it returned a Boolean question?
Is this a bug in the InheritanceManager?