realpython / dockerizing-django

https://realpython.com/blog/python/django-development-with-docker-compose-and-machine/
1.34k stars 484 forks source link

failed to manage.py migrate #30

Closed sephib closed 8 years ago

sephib commented 8 years ago

Hi, I'm running your example on windows10. When I run the docker-compose run -d web /usr/local/bin/python manage.py migrate I get an ERROR: Container command 'C:/Program Files/Git/usr/local/bin/python' not found or does not exist.

My workaround was to run docker-compose run -d web python manage.py migrate

FYI

mjhea0 commented 8 years ago

Thank you!