From 35da79f0b21c7b87995c0b6c375298b9e9375413 Mon Sep 17 00:00:00 2001 From: radex Date: Mon, 11 May 2020 19:06:35 +0200 Subject: [PATCH] better onboarding readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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