Old backend for Gab's Notes https://gabnotes.org
5d2b9f743f
Bumps [bpython](https://github.com/bpython/bpython) from 0.23 to 0.24. - [Release notes](https://github.com/bpython/bpython/releases) - [Changelog](https://github.com/bpython/bpython/blob/main/CHANGELOG.rst) - [Commits](https://github.com/bpython/bpython/commits) --- updated-dependencies: - dependency-name: bpython dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.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 🙂