Skip to content

mataroablog/illich

Repository files navigation

illich

Mataroa Collection list of blogs.

Development

This is a standard Django application with uv.

  1. Create database tables with:
uv run manage.py migrate
  1. Run development server with:
uv run manage.py runserver

Format and lint

Run Python formatting with:

uv run ruff format

Run Python linting with:

uv run ruff check --fix

Deploy

Every commit on branch main auto-deploys using GitHub Actions. To deploy manually:

cd ansible/
cp .envrc.example .envrc
uv run ansible-playbook playbook.yaml -v

License

This software is licensed under the MIT license. For more information, read the LICENSE file.

About

The Mataroa Collection of Blogs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published