Wirecloud / docker-wirecloud

🐳 Docker Official Image packaging for WireCloud https://conwet.fi.upm.es/wirecloud
Other
8 stars 14 forks source link

Provide a simple way for running manage.py commands #6

Closed aarranz closed 6 years ago

aarranz commented 6 years ago

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.