On Mon, Jun 3, 2013 at 2:27 PM, maneesha sane <[email protected]> wrote: > Thanks. > This part : > > ---- >> When I run heroku run python manage.py sqlall books I get this message: >> >> CommandError: App with label books could not be found. Are you sure your >> INSTALLED_APPS setting is correct? > > You might need to fix this before continuing, otherwise, if memory > serves, Django will not synchronize the models. > ----- > > is still where I am getting stuck. My INSTALLED_APPS setting is correct yet > I keep getting this error. I can't think of what else might make this error > come up. So yes, I do need to fix this, but have no idea how.
Did you push an updated version of your code? You can verify what the file has in it by doing something like: $ heroku run bash -a your-app And then you can use tools like: $ cat my/file > (and at the end where I showed my db settings I changed a few characters in > the password. I wouldn't post something with a real password... just wanted > to show output that looked like the real output.) It's easy to make this mistake. It didn't look like a regular Heroku-assigned password, but I thought better safe than sorry. -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
