Update readme

This commit is contained in:
Gabriel Augendre 2022-12-19 22:37:57 +01:00
parent 467ba0bec1
commit bffd79a8f5

View file

@ -5,14 +5,18 @@
Simple blog management system. Simple blog management system.
The authoritative source for this repo is at https://git.augendre.info/gaugendre/blog
Hosted at https://gabnotes.org Hosted at https://gabnotes.org
## Development ## Development
```shell ```shell
pyenv virtualenv 3.11.1 blog
pyenv local charasheet
pip install pip-tools
pip-sync requirements.txt requirements-dev.txt
pre-commit install --install-hooks
inv test-cov inv test-cov
inv beam ./src/manage.py migrate
./src/manage.py createsuperuser
``` ```
# Reuse # Reuse