When I want to deploy my code to Heroku using
git push heroku master
I have ImportError:Couldn't import Django
.
So I try python manage.py runserver
to see what is going on and it shows this in the terminal.
Full description of ImportError:Couldn't import Django.
Before I tab all the process for deploying my code to Heroku,python manage.py runserver
works well (the system gives me a link to open my Web page).
Here is my requirements.txt requirements.txt