I published my first article of 2024 🎉
It contains all my ideas for the informal session of the Django roadmap for 2024, proposed by the new DSF board member, Thibaud Colas @thibaudcolas 🚀
Thanks for the hint 🙏
I published my first article of 2024 🎉
It contains all my ideas for the informal session of the Django roadmap for 2024, proposed by the new DSF board member, Thibaud Colas @thibaudcolas 🚀
Thanks for the hint 🙏
@paulox @thibaudcolas The `Rapid application development` section reads like RoR scaffolding (https://www.rubyguides.com/2020/03/rails-scaffolding/) which seems like it might be useful.
Laravel starter kits (https://laravel.com/docs/10.x/starter-kits) are a similar approach, but provide even more (at the risk of being more opinionated).
I think newer #Django devs would especially benefit from these approaches because it reduces the time from `pip install django` to a simple application that does _something_.
@adamghill @thibaudcolas Thanks for these two examples 😃