mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
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:
parent
ce33b0c498
commit
fe903e5c14
|
@ -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
|
||||
|
|
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user