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
2023-01-30 20:58:18 +01:00
.github Switch to ruff and fix errors 2023-01-30 20:58:18 +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 Switch to ruff and fix errors 2023-01-30 20:58:18 +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 Reorganize env files 2021-12-27 22:10:28 +01:00
.pre-commit-config.yaml Switch to ruff and fix errors 2023-01-30 20:58:18 +01:00
.prettierrc Add eslint, prettier, djhtml, pytest-style & django-upgrade 2021-12-27 22:57:18 +01:00
constraints.txt Revert "Update deps" 2023-01-23 23:06:17 +01: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 Switch to pip-tools 2022-12-19 22:12:47 +01:00
LICENSE Bump pre-commit checks 2022-02-24 20:38:43 +01:00
pyproject.toml Switch to ruff and fix errors 2023-01-30 20:58:18 +01:00
README.md Update readme 2022-12-19 22:37:57 +01:00
requirements-dev.in Switch to ruff and fix errors 2023-01-30 20:58:18 +01:00
requirements-dev.txt Switch to ruff and fix errors 2023-01-30 20:58:18 +01:00
requirements.in Switch to pip-tools 2022-12-19 22:12:47 +01:00
requirements.txt Revert "Update deps" 2023-01-23 23:06:17 +01:00
tasks.py Switch to ruff and fix errors 2023-01-30 20:58:18 +01:00

Blog

Publish CodeQL

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 🙂