Add and document database cache

This commit is contained in:
Tobias Kunze 2025-03-26 15:38:25 +01:00
parent ebf88527fe
commit 70acf2c381
3 changed files with 9 additions and 0 deletions

View file

@ -30,6 +30,7 @@ Then use ``uv`` to install the project and run its commands while youre devel
```bash
uv sync --dev
uv run --env-file=.env src/manage.py migrate
uv run --env-file=.env src/manage.py createcachetable
uv run --env-file=.env src/manage.py runserver
```