I've followed all the steps mentioned in readme
docker-compose up
docker exec -i -t backend /bin/bash
python3.5 manage.py migrate
python3.5 manage.py createsuperuser (create root user)
But when I goto localhost/login and login, the webpage show "Bad Login Info"
I've followed all the steps mentioned in readme
docker-compose up
docker exec -i -t backend /bin/bash
python3.5 manage.py migrate
python3.5 manage.py createsuperuser (create root user)
But when I goto localhost/login and login, the webpage show "Bad Login Info"