[Running management commands: "docker-compose -f production.yml run" to "docker-compose -f local.yml run'](https://cookiecutter-django.readthedocs.io/en/latest/developing-locally-docker.html#running-management-commands).
This commit is contained in:
Nikita P. Shupeyko 2017-07-31 13:16:05 +03:00
parent 7a96694f39
commit 7c0a242e33

View File

@ -65,7 +65,7 @@ Running management commands
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
As with any shell command that we wish to run in our container, this is done As with any shell command that we wish to run in our container, this is done
using the ``docker-compose -f production.yml run`` command. using the ``docker-compose -f local.yml run`` command.
To migrate your app and to create a superuser, run:: To migrate your app and to create a superuser, run::