This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/README.md
2022-12-19 22:37:57 +01:00

596 B

Blog

Publish CodeQL

Simple blog management system.

Hosted at https://gabnotes.org

Development

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
./src/manage.py migrate
./src/manage.py createsuperuser

Reuse

If you do reuse my work, please consider linking back to this repository 🙂