Add and document database cache
This commit is contained in:
parent
ebf88527fe
commit
70acf2c381
3 changed files with 9 additions and 0 deletions
|
@ -30,6 +30,7 @@ Then use ``uv`` to install the project and run its commands while you’re 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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue