-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manage.py dbshell
not working with Docker setup
#3
Comments
Thank you |
@bittner any update/fix for this? |
Not yet, but this should be much cleaner to fix today. With pipenv we can now cleanly put development dependencies into a project. We'd have to replace the requirements.txt file by a |
@bittner any update? |
This is easier to do than ever now.
Hence, if you want to contribute and open a PR to add the required dependency to Thanks for pinging! 👍 💯 |
Current Behavior
As a developer
when I use Docker Compose for development
and I try to run
python manage.py dbshell
then execution is aborted,
because the database client is missing on the
application
image.Expected Behavior
python manage.py dbshell
should always work in development (as without Docker).The text was updated successfully, but these errors were encountered: