Question
I need manage.py, but not even django not found on container. Installed with dokku 0.8
root@probot:/# python manage.py db init
python: can’t open file ‘manage.py’: [Errno 2] No such file or directory
I also made a request in requirements.txt to django1.9.7 (./var/lib/herokuish/buildpacks/buildpack-python/tests/python-django/requirements.txt)
please help.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×