This question has been asked before and answered here, and I understand the reasoning as to why I am getting the error, however I am still unclear about the solution from the answer given. What code or changes should I be adding to make it work? Do I need to make changes to
DATABASES['default'] = dj_database_url.config()
in my settings? The tutorial isn’t very clear about this. Thanks for any help.
What ended up working eventually was to add:
instead of just
like the tutorial states. Then when trying to run
I still got the error
I then was able to figure out that the stickpeople build i needed to use was the 64 bit instead of the 32 bit that the tutorial had me use, and the 64 bit build is:
I don’t know if it was the best way, but in order to use the 64 bit build I started over from the beginning. Now it finally works. Hopefully this can also be used to help anyone else who is also stuck. There are a lot of holes in the heroku tutorial.