Skip to content
glossary / Resource

Resource

Django Model: core.Resource

A Resource represents an employee or a consultant working for the company.

Fields

  • user: The user account associated with this resource.
  • first_name: The first name of the resource.
  • last_name: The last name of the resource.
  • active: Whether the resource is currently active.