DEV Community

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

Collapse
 
adamweiler profile image
Adam

Thank you for this guide and repo! It was very helpful.

At first it didn't work for me, but adding this on line 12 in settings.py fixed it:
import django_heroku

Collapse
 
shakib609 profile image
Shakib Hossain

Glad that you found the post useful and thanks for pointing out the mistake. I forgot to import that when I was writing the tutorial.