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

22 lines
533 B
Markdown
Raw Permalink Normal View History

2020-08-14 16:01:13 +02:00
# Blog
2022-09-28 00:33:55 +02:00
![Publish](https://github.com/Crocmagnon/blog/actions/workflows/publish.yaml/badge.svg)
![CodeQL](https://github.com/Crocmagnon/blog/actions/workflows/codeql-analysis.yaml/badge.svg)
2020-08-14 16:01:13 +02:00
Simple blog management system.
2020-08-18 19:44:13 +02:00
2020-11-12 16:07:20 +01:00
Hosted at https://gabnotes.org
## Development
```shell
2023-02-28 14:57:28 +01:00
pip install -U pip pip-tools invoke
inv sync-dependencies
2022-12-19 22:37:57 +01:00
pre-commit install --install-hooks
inv test-cov
2022-12-19 22:37:57 +01:00
./src/manage.py migrate
./src/manage.py createsuperuser
```
2022-01-02 19:29:28 +01:00
# Reuse
2022-02-24 20:38:43 +01:00
If you do reuse my work, please consider linking back to this repository 🙂