you might have already seen this ticket: http://code.djangoproject.com/ticket/7561
re: post-sync isn't actually post sync you could patch your deployed version of django of course I would just use a standalone script or command that you run after syncing. if you can On Jul 1, 5:34 pm, Jari Pennanen <jari.penna...@gmail.com> wrote: > 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_syncdbhttp://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.