☕ Buy a coffee: ko-fi.com/bugbytes ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐
@aafan.kuware6 ай бұрын
15:19 yes, that is must needed video. thank you for listening my inner feelings😊
@bugbytes39236 ай бұрын
Thanks a lot!
@AmoahDevLabs6 ай бұрын
Great package, the Italian baby, Neapolitan. Thanks for sharing.
@bugbytes39236 ай бұрын
Thanks!
@dmccallie6 ай бұрын
Django is a great toolkit for building web sites, but learning how to create decent Forms is a learning curve nightmare. I wish the core package made it less necessary to use things like “crispy forms” and “widget tweaks.” The need to easily style the details of your forms using template language (and not the python code) seems like a built-in requirement. I don’t understand why this isn’t more straightforward. Thank you for the great tutorials!
@bugbytes39236 ай бұрын
Thanks for the comment! I've also always found the form field rendering quite convoluted in Django, but hopefully the framework can get some of the better ideas from those packages into its core at some point!
@robhafemeister31005 ай бұрын
Great video and the package looks really good.
@bugbytes39235 ай бұрын
Thanks a lot Rob!
@seydinaoumarsamabaly18066 ай бұрын
Thank you so much for another new interesting tutorial !!!
@bugbytes39235 ай бұрын
Thanks as always, mate!
@lanzydorona14805 ай бұрын
im always watching of your django tutorial. Django+Tailwind = ❤
@bugbytes39235 ай бұрын
Thanks a lot!
@dinobaurier59345 ай бұрын
Thanks for the video. And also thanks to Carlton Gibson for the neapolitan package. Nice that it is picked up.
@bugbytes39235 ай бұрын
Thank you for watching!
@alexdubkov69986 ай бұрын
Super! Thank you a lot!
@bugbytes39236 ай бұрын
Thanks for watching!
@raulolmos3456 ай бұрын
Excellent video as always, this together with HTMX would be the best in my opinion for each of us developers to have our basic toolbox.
@bugbytes39236 ай бұрын
Thanks! Would be interesting to combine this with some HTMX, for sure!
@nosaugowe79256 ай бұрын
Lovely Video! Does this package, provide a way of restricting access? Say user1 can only read, user2 can read and delete. How would AbstractUser handle this?
@iwswordpress6 ай бұрын
Really useful! CBVs would be useful :)
@bugbytes39236 ай бұрын
Will get something done soon!
@kimuyu6 ай бұрын
Very promising package. Thanks for the great tut. Does this package support inlines in the manner they are supported in Django admin?
@user-hr8iz9lb3g6 ай бұрын
I love it !
@bugbytes39236 ай бұрын
Agreed, it's cool!
@frikkievandermerwe6 ай бұрын
Thanks for all your very informative videos - I subscribed to BugBytes, your content is excellent. Just one question, how difficult would it be to go with Bootstrap rather than Tailwind with Neapolitan? Meaning, how would one incorporate it into the project? Would you need to rewrite the views completely?
@bugbytes39236 ай бұрын
Thanks a lot! Neapolitan's base templates contain a small number of TailwindCSS classes, but it would be fairly easy to override these templates and add your own CSS framework, including Bootstrap.