Add the superuser creation to the quick deployment guide
This commit is contained in:
parent
c9c2a5cda9
commit
e986389d25
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue