Re: OperationalError -- Table has no column named ..

2008-12-09 Thread djan
Thanks so much for the help! I deleted the database, made the changes you suggested and ran syncdb again. I have two lingering issues. 1) At the django admin interface, I still only see a place to enter data for 'Artist', and none of the tables that follow it in models.py appear (the updated vers

Re: OperationalError -- Table has no column named ..

2008-12-09 Thread Daniel Roseman
On Dec 9, 5:02 am, djan <[EMAIL PROTECTED]> wrote: > Hello, > > I'm running OpenSuSE-11.0 with the lastest version of django and > sqlite3. > When I enter the admin interface to enter data into my database, I got > the error: > > OperationalError at /admin/archive/artist/add/ > > table archive_art