Hi,

Thanks for the advice.

I removed the sqlite db file, changed the table name to something more
random and I still hit the same problem.

Do you have any other ideas?

Thanks

Wes

On 1 April 2010 00:42, Russell Keith-Magee <freakboy3...@gmail.com> wrote:

> On Thu, Apr 1, 2010 at 1:16 AM, wchildsuk <childs.wes...@gmail.com> wrote:
> > Hi,
> >
> > I'm using the django app, django-schedule (http://github.com/thauber/
> > django-schedule) and am adding an additional table to map users to
> > calendars (see line 253 on dpaste).  When I run syncdb it completely
> > ignores my table and doesn't through any errors. Can anyone shed any
> > light on way it might be being igored?
>
> The most likely cause - a table of that name already exists. Django
> uses the existence of the table as a mark for whether the table needs
> to be created at all. If a table of the required name
> (yourapp_calendarusers) already exists -- either because of a clash
> with an existing project, or because you ran syncdb previously and
> have an old version of the table -- Django won't create or update the
> table.
>
> Yours,
> Russ Magee %-)
>
> --
> 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<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
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