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
2021-01-09 18:42:00 +01:00
articles Add image fallback when user has disabled javascript 2021-01-06 16:29:55 +01:00
attachments Add search fields to articles and attachments admin 2020-12-30 11:32:26 +01:00
blog Switch to offline compressed assets 2021-01-05 17:59:58 +01:00
docker Update run.sh 2021-01-09 18:42:00 +01:00
.dockerignore Run precommit and check for missing migrations during tests 2020-09-03 22:16:27 +02:00
.gitignore Ignore db 2020-11-12 15:37:30 +01:00
.gitlab-ci.yml Build latest sooner and only retag to publish 2021-01-05 19:16:43 +01:00
.pre-commit-config.yaml Update pre-commit hooks 2021-01-03 22:08:39 +01:00
docker-compose.yml Update docker-compose file with memcached 2021-01-05 18:28:49 +01:00
Dockerfile Declare all env variables in the Dockerfile albeit commented 2021-01-05 18:28:32 +01:00
LICENSE Add LICENSE 2020-08-17 08:23:08 +02:00
manage.py Initial commit 2020-08-14 14:53:30 +02:00
poetry.lock Add memcached config 2021-01-05 03:06:50 +01:00
pre-commit.Dockerfile Revert to docker build using gitlab ci 2020-12-26 16:49:47 +01:00
pyproject.toml Add memcached config 2021-01-05 03:06:50 +01:00
README.md Add assets pipeline to bundle and minimize css 2020-12-25 14:20:13 +01:00

Blog

Simple blog management system.

Hosted at https://gabnotes.org

Run locally

Remember to run

./manage.py collectstatic --no-input && ./manage.py assets build --manifest django

Before running server and after editing static files.