You need to delete the model's tables from the database and then do
syncdb.  Else you could use some of the django plugins that senses the
difference between the model and the existing database and then it
changes the database for you.  google for django-extensions

On Apr 3, 2:14 am, jjgod <[email protected]> wrote:
> Hi Joey,
>
> On 4月3日, 上午2时07分, Joey Gartin <[email protected]> wrote:
>
> > I am new also, but I noticed right away that you had quotes around Speaker
>
> > speakers = models.ManyToManyField("Speaker")
> > That may be the problem.  I have added manytomany fields after the fact and
> > had no problems.
>
> Thanks, but I did try changing "Speaker" back to Speaker, yet nothing
> happened
> after I syncdb again.
>
> - Jiang
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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