Set up pytest #23

Merged
rixx merged 2 commits from pytest into main 2025-03-24 09:34:54 +00:00
Showing only changes of commit 832763cb2a - Show all commits

View file

@ -29,8 +29,8 @@ Then use ``uv`` to install the project and run its commands while youre 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.