Hi, I’m having this git push problem.
I was following till here:
$ git push heroku master
and I received error saying:
$ python manage.py collectstatic --noinput
and then,
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/secure-island-57960.git'
What I guess is, because I cannot install wsgiref since it is not compactable with Python3 -
When I was trying to install wsgiref manually, I got error saying something is mission parenthesis.
On the top of this, I’m very confused why Heroku default installs python 2.7 while I was deploying it.