Deployment of a web app created in Django in heroku fails.

Asked 2 years ago, Updated 2 years ago, 291 views

To deploy the web app created in Django in heroku

 git push herokumain

The following error occurred while trying to:

"""Omitted""

remote: 
To https://git.heroku.com/hogehoge.git
 ! [remote rejected] main->main (pre-receive hook decremented)
error: failed to push some refs to 'https://git.heroku.com/hogehoge.git'

After a lot of research, I found the following article
I tried, but I still get the same error.

[Django] Error encountered during heroku deployment No. 1-Qiita

What other things do you think are missing?

django heroku

2022-09-30 21:54

1 Answers

The cause was the same as the link below.I did the same thing and it was solved!

Error deploying Python Django to Heroku mNo matching distribution found for anaconda-client==1.6... 」-Qita


2022-09-30 21:54

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.