python - Django docker with local volumes -


i'm experiencing difficulties running django docker local volumes. when run normally(without binding local folders works fine. when want run binding gives me error "python: can't open file 'manage.py': [errno 2] no such file or directory".

i'm running under windows same problem under mac os. path 100% correct. (i'm using kitematic)

does came across issue?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -