From 7c0a242e3305b1b161ef6f8fb56d7b05cd2a94d0 Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Mon, 31 Jul 2017 13:16:05 +0300 Subject: [PATCH] Fix #.2 [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). --- docs/developing-locally-docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing-locally-docker.rst b/docs/developing-locally-docker.rst index 3ef49a588..10b9e43b0 100644 --- a/docs/developing-locally-docker.rst +++ b/docs/developing-locally-docker.rst @@ -65,7 +65,7 @@ Running management commands ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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::