From e986389d256fa4f42d9ab4979eca8206f0540290 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 27 Jan 2018 21:38:38 +0100 Subject: [PATCH] Add the superuser creation to the quick deployment guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5fa76b2..c5af1b8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ pipenv --python 3 --update pipenv run ./manage.py migrate pipenv run ./manage.py collectstatic pipenv run ./manage.py compilemessages +pipenv run ./manage.py createsuperuser ```