Add the superuser creation to the quick deployment guide

This commit is contained in:
Rodolphe Breard 2018-01-27 21:38:38 +01:00
parent c9c2a5cda9
commit e986389d25

View file

@ -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
```