Hi!

I'm trying to add rows to database after sync, but I need to do it
after *all* of the apps has been synced. Since my after sync function
traverses all these apps and builds interesting information to the
database.

While post_syncdb http://docs.djangoproject.com/en/dev/ref/signals/#post-syncdb
allows to connect to sender, I need to know is there a way to connect
to "last sender"... Since there isn't any kind of "after sync signal".

Thanks.

-- 
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