heroku / django-heroku

[DEPRECATED] Do not use! See https://github.com/heroku/django-heroku/issues/56
BSD 3-Clause "New" or "Revised" License
459 stars 142 forks source link

Can't open file 'manage.py': [Errno 2] No such file or directory #28

Open ghost opened 5 years ago

ghost commented 5 years ago

My Procfile contains

web: gunicorn chn_parking.wsgi Why I am getting this error?

Can't open file 'manage.py': [Errno 2] No such file or directory I am trying to deploy an app on Heroku. When i type heroku run python manage.py migrate

https://stackoverflow.com/questions/52672656/cant-open-file-manage-py-errno-2-no-such-file-or-directory/52672771?noredirect=1#comment92276071_52672771