Re: syncdb no such table: auth_group

2009-06-05 Thread Daniel Roseman
On Jun 5, 8:42 am, Wim Feijen wrote: > Hello, > > python manage.py syncdb failed for me, saying: there is no such table > auth_group. On closer examination, the error stack mentioned one of my > models: timewriting. > > After commenting 5 lines of code: tada... syncdb worked! > > However, I do no

syncdb no such table: auth_group

2009-06-05 Thread Wim Feijen
Hello, python manage.py syncdb failed for me, saying: there is no such table auth_group. On closer examination, the error stack mentioned one of my models: timewriting. After commenting 5 lines of code: tada... syncdb worked! However, I do not understand, and I am interested in: why ? Wim ---