support docker-compose run web django dbshell
Open
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 624
Description
### Problem Statement
I would like to be able to run dbshell from 'run web django dbshell'...
CommandError: You appear not to have the 'psql' program installed or on your path.
### Solution Brainstorm
I think this is low hanging fruit -- the dockerfile just needs to install the postgres psql client package: postgresql-client
Contributor guide
Assessment
This issue has not been assessed yet.