Closed
Description
Description
The document says exec
doesn't work for running management commands.
But actually we can use it with /entrypoint script as he said
I tested it as he said, like docker compose -f docker-compose.local.yml exec django /entrypoint python3 manage.py createsuperuser
It works fine.
How do you think just adding that command to document?
Rationale
Just add how to use command to document.