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] a8d8a1d08f [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.269 → v0.0.270](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.269...v0.0.270)
2023-05-30 04:28:08 +00:00
.github Deploy after auto merge 2023-04-22 10:03:26 +02:00
envs Reorganize env files 2021-12-27 22:10:28 +01:00
src redirect rss view 2023-05-21 12:14:15 +02: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-05-30 04:28:08 +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
Dockerfile Bump python from 3.11.2-slim-bullseye to 3.11.3-slim-bullseye 2023-04-10 20:02:22 +00:00
LICENSE Bump pre-commit checks 2022-02-24 20:38:43 +01:00
README.md Switch to rtx 2023-02-28 14:57:28 +01:00
constraints.txt Update dependencies 2023-05-01 18:03:57 +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
pyproject.toml Ignore PLC1901 2023-03-14 11:05:58 +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-05-01 18:03:57 +00:00
requirements.in Rollback two factor auth 2023-01-30 21:21:55 +01:00
requirements.txt Update dependencies 2023-05-01 18:03:57 +00:00
tasks.py Remove hashes from dependencies & update 2023-03-14 10:55:46 +01:00

README.md

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 🙂