The syncdb worked. Isso didn't know that the delete() need a table. Thanks, On Jun 5, 2012 10:50 AM, "David Markey" <[email protected]> wrote:
> Did you do a python manage.py syncdb? > > Are you using sqlite and have relative paths? > > On 5 June 2012 14:37, Lucas Aride Moulin <[email protected]> wrote: > >> When I use example.objects.all().delete() I get an error that the table >> example_delete wasn't found on the DB. Any ideas of what am I doing wrong? >> Thanks, >> >> -- >> 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. >> > > -- > 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. > -- 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.

