I'm deploying an app on Heroku.
- I have created a heroku account
- I have installed heroku CLI
- I have created a requirements.txt file
- I have specified the Python Runtime.
- I have modified settings.py for Heroku
- I have made the procfile to start processes.
- I'm using git to track the project's files.
- I have done the committing the project.
And when I want to do the pushing to heroku with the command git push heroku master
I have this error in the terminal:
error: src refsoec master: no concuerda con ninguno
error: falló el push de algunas referencias a 'https://git.heroku.com/quiet-wildwood-34710.git'
Someone knows the solution? Thanks