Update README.md

acknowledges the gaps in instructions causing #196
This commit is contained in:
Mouse Reeve 2020-09-23 11:58:00 -07:00 committed by GitHub
parent 71d5c790b8
commit 23b045d7f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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