Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jvacek committed May 16, 2023
1 parent d60a139 commit 5d8dea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ See detailed [cookiecutter-django Docker documentation](http://cookiecutter-djan

1. `docker-compose -f local.yml build`
1. `docker-compose -f local.yml run --rm django python manage.py migrate`
1. `docker-compose -f local.yml run -e DJANGO_SUPERUSER_PASSWORD=adminadmin --rm django python manage.py createsuperuser --noinput --email 'admin@localhost'`
1. `docker-compose -f local.yml run -e DJANGO_SUPERUSER_PASSWORD=adminadmin --rm django python manage.py createsuperuser --noinput --email 'admin@fake.com'`
1. `docker-compose -f local.yml run --rm django python manage.py runscript seed_script.py`
1. `docker-compose -f local.yml up`

0 comments on commit 5d8dea6

Please sign in to comment.