From 91a39ecd028feee6c00bae6e357d1a65518f41cc Mon Sep 17 00:00:00 2001 From: domenk Date: Tue, 29 Nov 2022 17:48:00 +0100 Subject: [PATCH] added url to original project --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f6851e..5f9d287 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,5 @@ set the following environment variables within the virtualenv: * `POSTGRES_PASSWORD`: the password for PostgreSQL * `DJANGO_SECRET_KEY`: the `SECRET_KEY` used by Django (set to a random string) * `ALLOWED_HOST`: e.g., 'notesfrombelow.org' + +Original fork from: