Skip to content

docs: add uv installation instructions to Django guide#1145

Open
EricWanjohiMuturi wants to merge 1 commit into
themesberg:mainfrom
EricWanjohiMuturi:docs/django-uv-guide
Open

docs: add uv installation instructions to Django guide#1145
EricWanjohiMuturi wants to merge 1 commit into
themesberg:mainfrom
EricWanjohiMuturi:docs/django-uv-guide

Conversation

@EricWanjohiMuturi
Copy link
Copy Markdown

Description

This PR adds installation instructions using uv (by Astral) to the Django "Getting Started" guide.

As uv is rapidly becoming a preferred package manager in the Python ecosystem due to its speed and environment management capabilities, providing these alternatives alongside pip makes the documentation more modern and accessible for different developer workflows.

Changes

  • Added uv commands for Django installation.
  • Added uv commands for project initialization.
  • Added uv commands for django-compressor installation.
  • Maintained consistency with existing documentation styling (using the {{< code >}} shortcode).

Screenshots

Requirements
image

Screenshot from 2026-04-23 22-55-01

Project Setup
image

Screenshot from 2026-04-23 22-55-53

Checklist

  • Verified changes locally using hugo server.
  • Verified that multi-line commands render correctly.
  • No changes made to package.json or package-lock.json.

##The Why
uv is a modern, fast alternative to pip and adding this option helps Python developers who prefer the astral-sh ecosystem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant