Just curious, but I was looking at using the post-syncdb hook and
found that it's actually called *before* the complete syncdb command
finishes.  (Custom and indicies are run after the signal)

http://docs.djangoproject.com/en/dev/ref/signals/#post-syncdb

When I first used this my expectation was that the signal would be
*after* the syncdb command finishes.
It would be nice to have a 'real' post-syncdb signal.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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