Always an excellent explanation, thank you. I'd like to learn either Django or Flask to create a stylish CRUD template, but it always seems so complex. I don't have a solid grasp on the elements. Traversy Media has JavaScript-focused long-format videos...wonder if you'd consider a Django/Flask (or other, modern Python framework) CRUD app building session...
Thanks! Glad it helped - I think you can simply create your User model by extending AbstractUser/AbstractBaseUser, and then pass the AUTH_USER_MODEL setting into the Django() object when constructing the app object - as here: nanodjango.readthedocs.io/en/latest/settings.html
@@birilai__1 Oops, must've replied to the wrong post. I think Laravel is *slightly* faster than Django overall, but it's a negligible difference that will not matter for almost all webapps. If you think these tiny performance gains will be a concern, I'd go with Go rather than Django/Laravel. OTOH, Django gives me the best productivity in development in my opinion, so you can factor that in too. Getting to market faster will be most important for small companies and start-ups.
⭐DataCamp Black Friday sale - datacamp.pxf.io/VxyeoO⭐
☕ Buy a coffee: ko-fi.com/bugbytes
⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐
📚 Django REST Framework API playlist: th-cam.com/play/PL-2EBeDYMIbTLulc9FSoAXhbmXpLq2l5t.html
Damn! Django community is really strong!! And it's also very fun to explore this vast community.
Amazing community and amazing framework! ;)
It's fascinating
Happy for your DataCamp integration! You deserve it 100%!!!
Thanks a lot Artem!
Wow! Awesome library. Great tutorial. 🎉
Agreed! And thanks a lot!
Awesome as always, Thank you!
Thanks a lot, as always!
Thanks very much for this gist. I really like the part of Ninja integration. Bravo ...
Thanks a lot - and agreed, it's really useful to have Ninja available!
amazing job!😀
Thanks for watching!
Very cool!
Glad you liked the video, tried to keep it simple here. Thanks for the comment!
Thanks for the video
Thanks for watching!
awesome, man
Cheers!
Thank you for video
Thank you!
Always an excellent explanation, thank you. I'd like to learn either Django or Flask to create a stylish CRUD template, but it always seems so complex. I don't have a solid grasp on the elements. Traversy Media has JavaScript-focused long-format videos...wonder if you'd consider a Django/Flask (or other, modern Python framework) CRUD app building session...
This actually might get me to try Django! Is this heavily opinionated like Django is?
Thanks for this, really helpful. I was thinking how one can use custom user models with this?
Thanks! Glad it helped - I think you can simply create your User model by extending AbstractUser/AbstractBaseUser, and then pass the AUTH_USER_MODEL setting into the Django() object when constructing the app object - as here:
nanodjango.readthedocs.io/en/latest/settings.html
good thank you
Thanks!
THANKS
Thanks for watching!
Which is faster Laravel or Django?
Thanks a lot!
@bugbytes3923 What?
@@birilai__1 Oops, must've replied to the wrong post. I think Laravel is *slightly* faster than Django overall, but it's a negligible difference that will not matter for almost all webapps. If you think these tiny performance gains will be a concern, I'd go with Go rather than Django/Laravel.
OTOH, Django gives me the best productivity in development in my opinion, so you can factor that in too. Getting to market faster will be most important for small companies and start-ups.
@@bugbytes3923Understood, Thank you very much! ❤️👍
And where is the difference from µ-Django? th-cam.com/video/9BWklCgXahY/w-d-xo.html
I haven't come across µ-Django but it looks cool, I'll watch the video, thanks.