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.

Reply via email to