I'm following the tutorial to deploy Django applications on Heroku.
In the 5th line of the code, it says pip freeze > requirements.txt
but when I run it (from the venv
), the requirements.txt
file is empty! It produced 6-7 dependencies with the same code before.
How can I fix this?