Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The insuree module has a custom Django command generateinsurees that can generate any number of insurees, along with their family and an optional active policy.

Syntax

The command generateinsurees syntax is the following:

generateinsurees <number_of_families> <number_of_members_in_each_family> [--policy] [--verbose] [--locale=<locale_name>]

...

The claim module has a custom Django command generateclaims that can generate any number of claims, along with their services and items.

Syntax

The command generateclaims syntax is the following:

generateclaims <number_of_claims> <number_of_services_in_each_claim> <number_of_items_in_each_claim> [--verbose]

...