Fix docs erros/typos (#1264)

* Fix #.1

* 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).

* Fix #.3

Designate @bertdemiranda as a contributor (#1242).
This commit is contained in:
Shupeyko Nikita 2017-07-31 13:27:58 +03:00 committed by GitHub
parent ce33b0c498
commit fe903e5c14
2 changed files with 3 additions and 2 deletions

View File

@ -59,6 +59,7 @@ Listed in alphabetical order.
Ben Warren `@bwarren2`
Ben Lopatin
Benjamin Abel
Bert de Miranda `@bertdemiranda`_
Bo Lopker `@blopker`_
Bouke Haarsma
Brent Payne `@brentpayne`_ @brentpayne

View File

@ -59,13 +59,13 @@ You can also set the environment variable ``COMPOSE_FILE`` pointing to ``local.y
And then run::
$ docker-compose -f production.yml up
$ docker-compose up
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::