Users

This model behaves identically to the default user model, but you’ll be able to customize it in the future if the need arises.

class nss_procurement.users.models.User(id, password, last_login, is_superuser, username, first_name, last_name, is_staff, is_active, date_joined, uuid, created_at, updated_at, external_uid, name, email, phone_number)
exception DoesNotExist
exception MultipleObjectsReturned
get_absolute_url() str

Get URL for user’s detail view.

Returns:

URL for user detail.

Return type:

str

class nss_procurement.users.models.VendorAccount(id, uuid, created_at, updated_at, user, address, office_address, legal_entity_name, legal_entity_type, legal_entity_bin, foundation_date, company_size, activity_description)
exception DoesNotExist
exception MultipleObjectsReturned