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 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 column rso_members.image.
>
> Does anybody know what i need to do to have the admin register this
> new column without having to delete and recreate my table?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to