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-05 17:59:58 +01:00
articles Switch to offline compressed assets 2021-01-05 17:59:58 +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 Switch to offline compressed assets 2021-01-05 17:59:58 +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 Rename gitlab ci jobs and stages 2021-01-03 22:09:12 +01:00
.pre-commit-config.yaml Update pre-commit hooks 2021-01-03 22:08:39 +01:00
docker-compose.yml Create a docker-compose suitable for dev 2020-12-27 13:38:20 +01:00
Dockerfile Add memcached config 2021-01-05 03:06:50 +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.