Add system checks

This commit is contained in:
Tobias Kunze 2025-05-26 09:15:53 +02:00
parent 3abd298dea
commit 93c4fc9b26
3 changed files with 90 additions and 0 deletions

View file

@ -129,6 +129,7 @@ uv run --env-file=.env src/manage.py COMMAND
Useful commands:
- ``migrate``: Make sure database migrations are applied.
- ``check --deploy``: Runs checks, e.g. for missing or mismatched configuration, including custom servala configuration.
- ``showmigrations``: Show current database migrations status. Good for debugging.
- ``runserver``: Run development server
- ``clearsessions``: Clear away expired user sessions. Recommended to run regularly, e.g. weekly or monthly (doesnt