No, the issue isn't adding a user to that group, what I'm talking
about is how do I create the group in the first place?
I feel that creating the group should be done when running syncdb.

On Jun 2, 4:27 pm, Daniel Hilton <daniel.hil...@gmail.com> wrote:
> 2009/6/2 eric.frederich <eric.freder...@gmail.com>:
>
> Couldn't you do this with the post-save 
> signal?http://docs.djangoproject.com/en/dev/ref/models/instances/#what-happe...
>
> Create a signal that listens for the save of a admin and have it place
> an admin into your group if they aren't already.
>
> That way you could could add your new admin user to your special group.
>
> HTH
> Dan
>
>
> --
> Dan Hilton
> ============================
> DanHilton.co.uk
> ============================
--~--~---------~--~----~------------~-------~--~----~
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 
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