Re: post_syncdb signal: Called several times

2009-01-14 Thread Malcolm Tredinnick
On Wed, 2009-01-14 at 10:42 +0100, Thomas Guettler wrote: > Hi, > > I read the docs for the sync_db signal: >http://docs.djangoproject.com/en/dev/ref/signals/#post-syncdb > > The signal gets fired several times. Since my app has several model classes. The "since" bit doesn't follow. The po

post_syncdb signal: Called several times

2009-01-14 Thread Thomas Guettler
Hi, I read the docs for the sync_db signal: http://docs.djangoproject.com/en/dev/ref/signals/#post-syncdb The signal gets fired several times. Since my app has several model classes. But how can you know that the tabel for a particular model was just created? Or do you need to write the cal