Currently, WireCloud images provide some commands (like initdb, createdefaultsuperuser ...) that is nice but, sometimes, running individual manage.py commands is required. Those commands can be executed by using docker-compose exec wirecloud bash and then running the manage.py commands inside the container. Anyway, adding this support is easy so lets make it.
Currently, WireCloud images provide some commands (like
initdb
,createdefaultsuperuser
...) that is nice but, sometimes, running individualmanage.py
commands is required. Those commands can be executed by usingdocker-compose exec wirecloud bash
and then running themanage.py
commands inside the container. Anyway, adding this support is easy so lets make it.