Website

Qualified name: intranet.apps.users.models.Website

class intranet.apps.users.models.Website(*args, **kwargs)[source]

Bases: Model

Represents a user’s website

NOTE: This model is no longer used because of privacy reasons.

Parameters:

Relationship fields:

Parameters:

user (ForeignKey to User) – User (related name: websites)

Methods

Attributes

id

Type: AutoField

objects

url

Type: URLField

user

Type: ForeignKey to User

user_id

Internal field, use user instead.