@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_.