Document env file option in uv
This commit is contained in:
parent
6dd52cea03
commit
832763cb2a
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ Then use ``uv`` to install the project and run its commands while you’re devel
|
|||
|
||||
```bash
|
||||
uv sync --dev
|
||||
uv run src/manage.py migrate
|
||||
uv run src/manage.py runserver
|
||||
uv run --env-file=.env src/manage.py migrate
|
||||
uv run --env-file=.env src/manage.py runserver
|
||||
```
|
||||
|
||||
This will start the development server on http://localhost:8000.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue