DEV Community

Discussion on: Deploy Your Django + React.js app to Heroku

Collapse
 
so2liu profile image
so2liu

I solved this problem by deleting this line in Procfile:
release: python manage.py migrate
Following this stackflow Link.
Of course I don't know what happened. I would appreciate it if you explain somehow.