diff --git a/README.md b/README.md index 0ce5f7a..5f73f23 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Please use Python3, for the love of `$deity`... ```sh docker-compose up --build ``` - +3. Open `spejstore/urls.py` and comment out `url(r'^admin/login/.*', auth_redirect),` +4. Run `docker-compose run --rm web python manage.py createsuperuser` -- now you can dev authenticate w/o SSO ### Build & run