mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 13:34:53 +03:00
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).
This commit is contained in:
parent
7a96694f39
commit
7c0a242e33
|
@ -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::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user