Although I haven’t included everything from the first book (this first app doesn’t require it) I have been able to set up the production database and create the settings_production.py file. I’ve made it successfully to the top of page 108, then when I enter
heroku run python manage.py migrate
I get the following long error message:
https://pastebin.com/jv74bg3r
Also, here is my settings.py file:
https://pastebin.com/58kMZMtG
and my settings_production.py file:
https://pastebin.com/VNhC78yX
I can post any other necessary information. Thanks in advance for the help!