Update readme
This commit is contained in:
parent
467ba0bec1
commit
bffd79a8f5
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -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
|
||||||
|
|
Reference in a new issue