Set up pytest #23
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
|
```bash
|
||||||
uv sync --dev
|
uv sync --dev
|
||||||
uv run src/manage.py migrate
|
uv run --env-file=.env src/manage.py migrate
|
||||||
uv run src/manage.py runserver
|
uv run --env-file=.env src/manage.py runserver
|
||||||
```
|
```
|
||||||
|
|
||||||
This will start the development server on http://localhost:8000.
|
This will start the development server on http://localhost:8000.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue