From 23b045d7f7b16cea2a7c36ed461a32c3f834b4d1 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 23 Sep 2020 11:58:00 -0700 Subject: [PATCH] Update README.md acknowledges the gaps in instructions causing #196 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1d6fa66f..f2a1b115 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ Initialize the database (or, more specifically, delete the existing database, ru ``` This creates two users, `mouse` with password `password123` and `rat` with password `ratword`. +The application uses Celery and Redis for task management, which must also be configured. (Further instructions pending, sorry! + And go to the app at `localhost:8000` #### With Docker