Mataroa Collection list of blogs.
This is a standard Django application with uv.
- Create database tables with:
uv run manage.py migrate- Run development server with:
uv run manage.py runserverRun Python formatting with:
uv run ruff formatRun Python linting with:
uv run ruff check --fixEvery commit on branch main auto-deploys using GitHub Actions. To deploy manually:
cd ansible/
cp .envrc.example .envrc
uv run ansible-playbook playbook.yaml -vThis software is licensed under the MIT license. For more information, read the LICENSE file.