Website¶
Qualified name: intranet.apps.users.models.Website
- class intranet.apps.users.models.Website(*args, **kwargs)[source]¶
Bases:
ModelRepresents a user’s website
NOTE: This model is no longer used because of privacy reasons.
Relationship fields:
- Parameters:
user (
ForeignKeytoUser) – User (related name:websites)
Methods
Attributes
idType:
AutoFieldobjectsurlType:
URLFielduserType:
ForeignKeytoUseruser_idInternal field, use
userinstead.