python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
when i am trying to deploy my django project on heroku server these errors are showing so please give any ans
ERROR: Command errored out with exit status 1
ERROR: "Failed building wheel for backports.zoneinfo",
ERROR: "Could not build wheels for backports.zoneinfo",
which is required to in...
Ganesh
Votes: 0
Answers: 1
Application error whike deploying on Heroku
I followed the steps by uploading my website to Heroku, but I can't open my website. Any idea?
I get this error:
Application Error An error occurred in the application and your page
could not be serv...
Furqan
Votes: 0
Answers: 1
H14 Error regarding favicon when deploying Django app to Heroku
Attempting to deploy my Django web application to Heroku.
This is the first time I have ever deployed the app on Heroku however the app works as expected when running at localhost:8000.
I have followe...
jimiclapton
Votes: 0
Answers: 1
What is the easiest way to reset migrations in Heroku CLI?
I recently deployed Django REST API project on Heroku and I wanted to remove migrations and migrate again.
I have tried:
heroku run python manage.py migrate --app cyberminds-backend zero
but it retur...
Teshie Ethiopia
Votes: 0
Answers: 0