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-04 18:15:54 +01:00
articles Remove underline from pills 2021-01-04 18:15:54 +01:00
attachments Add search fields to articles and attachments admin 2020-12-30 11:32:26 +01:00
blog Switch to django-compressor 2021-01-04 18:15:53 +01:00
docker Switch to django-compressor 2021-01-04 18:15:53 +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 Tweak gitlab pipeline 2020-12-26 17:20:28 +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 Switch to django-compressor 2021-01-04 18:15:53 +01:00
pre-commit.Dockerfile Revert to docker build using gitlab ci 2020-12-26 16:49:47 +01:00
pyproject.toml Switch to django-compressor 2021-01-04 18:15:53 +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.