🚢 Just released Django Keel – a production-ready Django starter.

For 10+ years I maintained a popular Django cookiecutter template used across client projects and FOSS. Django Keel is all those lessons distilled into something cleaner and more modern.

Tired of spending 2 days on boilerplate every time? Me too.

Not a toy. Not a tutorial. Just the boring defaults that actually work in production.

https://github.com/CuriousLearner/django-keel

https://django-keel.readthedocs.io/

#Django #Python #WebDev #OpenSource #DjangoKeel

GitHub - CuriousLearner/django-keel: A versatile, production-ready Django project template for any use case Build SaaS applications, API backends, web apps, or internal tools with one template.

A versatile, production-ready Django project template for any use case Build SaaS applications, API backends, web apps, or internal tools with one template. - CuriousLearner/django-keel

GitHub

Always wanted to fix this with #copier instead of #cookiecutter, but never got the time to do it.

Now that I had some time, I **really** wanted to get this done.

I've felt the pain of maintaining a cookiecutter template, cherry picking changes from client projects back into the template and it was a mess!

Finally I have something useful which is also able to pull updates from the template. It just makes sense from DX perspective.

I just added Py3.14 support and by default Keel now generates project on Python 3.14