what is container called cookiecutter-django-uv-runner:latest doing? apart from the obvious... #6308
millerthegorilla
started this conversation in
General
Replies: 1 comment 2 replies
-
|
See it in action over here: https://github.com/cookiecutter/cookiecutter-django/blob/main/hooks/post_gen_project.py#L521-L547 It basically pipes all the files in /requirements to uv so it can add them to pyproject.toml and generates a lockfile. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, just installed cookiecutter for a new project, and am running two other projects that are slightly older, although I installed from cookiecutter recently for one of them and didn't see this container being created.
I can't find anything in the docs about it, and I know django-cookiecutter has been switching over to using uv, which I applaud, having witnessed an incredible speed increase over pip, but I would like to know what the cookiecutter-django-uv-runner does and how to best use it...will it automatically update my uv lock file when I upgrade a github requirement :) ?
Any hints?
mtia...
Beta Was this translation helpful? Give feedback.
All reactions