djangoproject.com icon indicating copy to clipboard operation
djangoproject.com copied to clipboard

Django Running with uv Package Manager Demo

Open pravintargaryen opened this issue 10 months ago • 2 comments

Hello Django Team,

I recently came across uv, a new Python package manager that claims to be 10-100x faster than pip. Given Django's focus on developer productivity and performance, I was wondering if the team has considered testing or providing an official demo of a Django application using uv for package management.

A simple demo or documentation update could help the community explore this new tool efficiently.

Thanks for your time and all the work you do on Django!

pravintargaryen avatar Feb 26 '25 11:02 pravintargaryen

There are a lot of blog posts on uv, and then also uv & django.

Found the following from a quick search, and it looks particularly useful and in depth; https://blog.pecar.me/uv-with-django

marksweb avatar Feb 26 '25 21:02 marksweb

Thanks @marksweb for the suggestion. I'll definitely look into it.

pravintargaryen avatar Feb 27 '25 05:02 pravintargaryen

In my opinion, alternative package managers are out of scope for Django's documentation. I'm going to close this, but thank you for the suggestion @pravintargaryen.

If you feel strongly that mention of uv should be added to Django's documentation, you can open a ticket.

adamzap avatar Aug 09 '25 15:08 adamzap

Hi @adamzap 👋 Generally we're trying to discourage folks using Trac for random ideas and suggestions. Instead we have the forum and the new features repo. Thanks.

At a higher level, your initial judgement was right. Maybe we update one day, but for now the existing pip examples are fine, and it's out of scope to cover more. As such, I'd lean to not then suggesting folks raise it elsewhere at all. It just keeps the time sink in motion, but somewhere else, where someone else has to shut it down, again. I hope that makes sense.

Obviously in cases where it's not clear cut, pointing folks in the right direction is the way to go.

carltongibson avatar Aug 09 '25 15:08 carltongibson