Working locally after pushing to Heroku


#1

I just got done with the first Hello Web App book and pushed to Heroku with no problems. But I want to test things out in a local environment with new stuff, and I’m getting errors when I do python manage.py runserver.

I read the Heroku docs for running apps locally and didn’t understand. Is there a simple way to work locally?


#2

What errors are you getting?


#3

http://pastebin.com/jZAEvXsv


#4

Never mind, for some reason the requirements.txt files that were installed on my virtual environment changed and some were missing. I had to pip install django-registration-redux again and for some reason my django reverted to 1.9.1, so I had to upgrade it to 1.9.6. Then when I ran python manage.py runserver, it worked locally.

Not sure why this happened though

Thank you


#5

✨ programming! ✨