From da8ad21119386c5875479eb652b1ad5be70efb78 Mon Sep 17 00:00:00 2001 From: kindtanton Date: Wed, 20 Nov 2019 18:20:11 +0100 Subject: [PATCH] Added a note at the end of the setup section of README to tell the user to use localhost instead of 127.0.0.1 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 970c3ba..8ee5972 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ Finally run the webserver with python3 app/app.py runserver +Make sure to use localhost instead of 127.0.0.1 if you want to be able to login. + ## Development ### Changing the database