Re: Database error only for certain models?

2006-12-02 Thread markguy
After hammering everything and starting over from scratch, it occurs to me... far, far too late... that I might not have restarted apache before retrying the admin site. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Database error only for certain models?

2006-12-01 Thread markguy
Unfortunately, this is happening even after I dropped the table and re-sync'd. That's pretty much my SOP after changing a model, to avoid earlier brushes with what you describe. Appreciate the reply in any case! --~--~-~--~~~---~--~~ You received this message

Re: Database error only for certain models?

2006-12-01 Thread Nathan R. Yergler
I've seen something similar to this happen when I run syncdb, change a model slightly, and then forget to drop the tables and re-sync. So Django finds the database fine, and only the tables relating to the changed model cause problems. Hope that helps, Nathan On Sat, 2006-12-02 at 01:48

Database error only for certain models?

2006-12-01 Thread markguy
After running ./manage.py syncdb, I have three tables/objects. Admin index page shows all three. Clicking on two of those tables results in an error that reads (in part): "Something's wrong with your database installation. Make sure the appropriate database tables have been created, and make