I was trying to deploy my django project on heroku from heroku cli. So I created an app and then I ran git push heroku master from the project directory. Then I
git push heroku master
I had the same problem, I'm new to django. The steps above didn't work after updating requirements.txt until I switched env.
requirements.txt
env
source env/Scripts/activate pip install -r requirements.txt py manage.py runserver