Hi Xavier,

I had dropped my tables earlier, so this wasn't the problem.
Everything
was being created afresh, although there were existing tables in the
DB
that had nothing to do with my models.  All my existing tables had
different names
than the ones in my models.

On Aug 7, 2:55 am, Xavier Ordoquy <xordo...@linovia.com> wrote:

> This will often happen when you have both model table created in the database 
> and then you add some field and syncdb.
> Syncdb will not perform operation on tables that are already created, 
> including created new fields or intermediate tables.
> However, if you start from scratch, this should be fine.

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

Reply via email to