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
This commit is contained in:
parent
31cd09d94f
commit
da8ad21119
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ Finally run the webserver with
|
||||||
|
|
||||||
python3 app/app.py runserver
|
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
|
## Development
|
||||||
|
|
||||||
### Changing the database
|
### Changing the database
|
||||||
|
|
Loading…
Reference in a new issue