Guides
References
1
from Digitalblend.iControl import profiles
Digitalblend.iControl.profiles.
Profile
A Profile is a relationship between a model and user allowing django user model enhancing.
register
Create a Profile relation for the given models into the User class.
models (Model) – A list of Model to implement into the user profile.
profiles.Profile.register(Example1Model, Example2Model, )