Re: Adding own auth methods

2007-07-07 Thread Tim Chase
> I'm trying to figure out whether I can use Django's built in auth > system for my needs. I need to limit access to certain areas > depending on whether the user is member of particular groups. Not > groups as in whether they area admins, moderators etc, but more in a > social network type

Adding own auth methods

2007-07-07 Thread Jamie Pittock
Hi all, I'm trying to figure out whether I can use Django's built in auth system for my needs. I need to limit access to certain areas depending on whether the user is member of particular groups. Not groups as in whether they area admins, moderators etc, but more in a social network type