On Thu, Sep 11, 2008 at 6:00 PM, ek_wals <[EMAIL PROTECTED]> wrote: > > What then is the point of 'is_superuser' or superuser's in general? > > Looking through the Django code, it seems that the only use for > superusers is that a superuser is automatically a moderator. > > Could be so much more. >
Yeah, ... a super user could have all permissions that are defined in a project for example. Wait a moment -- that's already true today! (See the User has_perm method) Do you have some other ideas, what a superuser could be apart from that? Matthias --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

