Old backend for Gab's Notes https://gabnotes.org
0b84780bae
updates: - [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0) - [github.com/rtts/djhtml: v1.5.2 → v2.0.0](https://github.com/rtts/djhtml/compare/v1.5.2...v2.0.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.238 → v0.0.243](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.238...v0.0.243) - [github.com/jazzband/pip-tools: 6.12.1 → 6.12.2](https://github.com/jazzband/pip-tools/compare/6.12.1...6.12.2) |
||
---|---|---|
.github | ||
.kolo | ||
envs | ||
src | ||
stubs | ||
.dockerignore | ||
.eslintrc | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.prettierrc | ||
constraints.txt | ||
docker-compose-build.yaml | ||
docker-compose.yaml | ||
Dockerfile | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
requirements-dev.in | ||
requirements-dev.txt | ||
requirements.in | ||
requirements.txt | ||
tasks.py |
Blog
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 🙂