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