dev: store _all_ received and sent activities
add debug log line on executing bg task
models: add dict-like interface, update templates
Activitypub single user server implemented in python, but badly
cp config.yaml.dist config.yaml
activist generate-keypair
python3 -m venv venv
. venv/bin/activate
pip install -e .
sqlite3 store/database.sqlite3 < db.sqlite3.sql
activist runserver
activist runtask