I'm setting up some group permissions in management.py but am running
into (I think) order-of-signalling issues. When I get my post_syncdb
signal, my apps models are in the database, but the custom permissions
(class Meta: permissions =...) aren't created. Also by looking at the
verbose output of syncdb, the signal is coming before django loads the
initial data (from the app/sql directory).

I presume that the custom permissions and initial data loading is also
kicked off from the post_syncdb signal, and that my management.py is
getting the signal first. How to fix/work around?


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

Reply via email to