Are the files available?
I've gone through most of the first lesson, but when I tried to start it up again after pushing to Heroku, it says my Database is "improperly configured. "
I'd like to compare my locals.py and base.py to see where I've messed up
Sorry You must be a logged in, registered user to answer a question.
Answers
Make sure you don't have local.py in your Git repo. If you look at this question and it's accepted answer you'll see how to remove it from your repo if it got committed in.
yep, that was it. Took a while to figure it out.
Jeff Self
on
This happens when I try and run 'python manage.py syncdb'
Jeff Self
on