Metadata-Version: 2.3
Name: django-uv
Version: 0.3.0
Summary: Add your description here
Author: Paul Traylor
Author-email: Paul Traylor <kungfudiscomonkey@gmail.com>
Requires-Dist: django>=5.2.5
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# django-uv helper

A helper for uv to allow calling django-admin for a regular project.

```bash
uvx django-uv
# Translates to running `uv run django-admin` in your project
```

You can configure the `DJANGO_SETTINGS_MODULE` in your `pyproject.toml`

```toml
[tool.django]
settings = 'path.to.our.settings'
```

Or let `django-uv` try to automatically detect it.
