akvo.rsr.management.commands.hubspot_user_list module

class akvo.rsr.management.commands.hubspot_user_list.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: BaseCommand

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)[source]

The actual logic of the command. Subclasses must implement this method.

help = 'Script to manage user list for using with hubspot'
akvo.rsr.management.commands.hubspot_user_list.export(n_years=100)[source]
akvo.rsr.management.commands.hubspot_user_list.mark_users_as_inactive(fd_csv)[source]