What is the recommended way to implement multiple user types using Django 1.5\'s new configurable user model functionality?
I would like to have two user types: priv
I'd use a single model with a "type" attribute. Here is why: