djangodocker icon indicating copy to clipboard operation
djangodocker copied to clipboard

python: can't open file 'manage.py': [Errno 2] No such file or directory

Open DavidHulsman opened this issue 7 years ago • 0 comments

This is for anyone else who gets stuck on Windows + Docker + this project:

If you get above mentioned error because Docker runs on VirtualBox on Windows, make sure to place your project folder in your user folder: C:\Users\[Your Username]\[Any Optional Subfolder]

Docker needs certain folder permissions and can't get those if the project folder isn't available in one of your personal folders :)

DavidHulsman avatar Jul 27 '17 01:07 DavidHulsman