You could probably use the permissions system to achieve this. I know I have done this before (but not in Django) to similar effects. Each user (guest, authenticated, priviledged or otherwise) will have permissions that define what they do. You can then move people around the permission groups as you please.
- Re: Registered and unregistered users Burhan
- Re: Registered and unregistered users Bsoltani
- Re: Registered and unregistered users quentinsf

