Old backend for Gab's Notes https://gabnotes.org
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.
Go to file
pre-commit-ci[bot] da704b3d41
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/rtts/djhtml: 3.0.2 → 3.0.3](https://github.com/rtts/djhtml/compare/3.0.2...3.0.3)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.253 → v0.0.254](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.253...v0.0.254)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.4...v3.0.0-alpha.6)
- [github.com/jazzband/pip-tools: 6.12.2 → 6.12.3](https://github.com/jazzband/pip-tools/compare/6.12.2...6.12.3)
2023-03-07 04:50:47 +00:00
.github Reorder pre-commit 2023-03-02 14:25:19 +01:00
.kolo Update deps 2022-09-23 21:45:29 +01:00
envs Reorganize env files 2021-12-27 22:10:28 +01:00
src Preload fonts 2023-03-02 16:42:25 +01:00
stubs Fix moar mypy 2021-12-31 12:08:35 +01:00
.dockerignore Fix docker build : ignore media and static files 2021-12-28 12:26:05 +01:00
.eslintrc Update deps 2022-09-23 21:45:29 +01:00
.gitignore Switch to rtx 2023-02-28 14:57:28 +01:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2023-03-07 04:50:47 +00:00
.prettierrc Add eslint, prettier, djhtml, pytest-style & django-upgrade 2021-12-27 22:57:18 +01:00
.tool-versions Switch to rtx 2023-02-28 14:57:28 +01:00
constraints.txt Update dependencies 2023-03-06 18:11:59 +00:00
docker-compose-build.yaml Setup for M1 mac & cleanup 2022-02-24 21:11:58 +01:00
docker-compose.yaml Setup for M1 mac & cleanup 2022-02-24 21:11:58 +01:00
Dockerfile Bump python from 3.11.1-slim-bullseye to 3.11.2-slim-bullseye 2023-02-13 20:05:30 +00:00
LICENSE Bump pre-commit checks 2022-02-24 20:38:43 +01:00
pyproject.toml update ruff rules 2023-03-02 13:10:25 +01:00
README.md Switch to rtx 2023-02-28 14:57:28 +01:00
requirements-dev.in Switch to ruff and fix errors 2023-01-30 20:58:18 +01:00
requirements-dev.txt Update dependencies 2023-03-06 18:11:59 +00:00
requirements.in Rollback two factor auth 2023-01-30 21:21:55 +01:00
requirements.txt Update dependencies 2023-03-06 18:11:59 +00:00
tasks.py update ruff rules 2023-03-02 13:10:25 +01:00

Blog

Publish CodeQL

Simple blog management system.

Hosted at https://gabnotes.org

Development

pip install -U pip pip-tools invoke
inv sync-dependencies
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 🙂