Re: Added a column

2007-05-01 Thread [EMAIL PROTECTED]
If it's an existing table, the easiest thing is to go directly to the db and create the column manually. On May 1, 4:09 pm, gsmith <[EMAIL PROTECTED]> wrote: > I'm using sqllite as my database. I've added a Image Field to one of > my tables. I am wondering how i get my database to register this

Re: Added a column

2007-05-01 Thread Honza Král
On 5/1/07, gsmith <[EMAIL PROTECTED]> wrote: > > I'm using sqllite as my database. I've added a Image Field to one of > my tables. I am wondering how i get my database to register this new > column. I thought running the command 'python manage.py syncdb' would > update my database. However, aft

Added a column

2007-05-01 Thread gsmith
I'm using sqllite as my database. I've added a Image Field to one of my tables. I am wondering how i get my database to register this new column. I thought running the command 'python manage.py syncdb' would update my database. However, after I do that my admin errors out saying ' no such colu