Profile

1
from Digitalblend.iControl import profiles
class Digitalblend.iControl.profiles.Profile

A Profile is a relationship between a model and user allowing django user model enhancing.

static register(*modelsToRegister)

Create a Profile relation for the given models into the User class.

Parameters

models (Model) – A list of Model to implement into the user profile.

1
profiles.Profile.register(Example1Model, Example2Model, )