mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-23 23:12:57 +03:00
Explicitly state that docker exec does not work for running management commands (#4487)
Co-authored-by: Imran Rahman <imranrahman.ix@gmail.com>
This commit is contained in:
parent
7a81a561c9
commit
0ecb9ce299
|
@ -77,7 +77,7 @@ As with any shell command that we wish to run in our container, this is done usi
|
|||
$ docker compose -f local.yml run --rm django python manage.py createsuperuser
|
||||
|
||||
Here, ``django`` is the target service we are executing the commands against.
|
||||
|
||||
Also, please note that the ``docker exec`` does not work for running management commands.
|
||||
|
||||
(Optionally) Designate your Docker Development Server IP
|
||||
--------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user