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 <gzjj...@gmail.com> wrote:
> Hi Joey,
>
> On 4月3日, 上午2时07分, Joey Gartin <joeygar...@gmail.com> 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 django-users@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