Hi all, I need to create my own user groups and associated required permissions. Honza Kral in Czech Django forum has adviced me to handle post_syncdb signal in my Django application. It seemed to be an ideal solution, but I recognized that I am not able to work with permissions in my post_syncdb handler, because my handler is invoked __before__ create_permission() handler in auth application.
1. Is there any way how to run my handler __after__ create_permission() one? 2. Should not be there anoher signal - let say pre_syncdb - like ini, save and delete events have? Thanks for your help, Petra --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---