users.management.commands package

Submodules

users.management.commands.delete_expired_accounts module

class users.management.commands.delete_expired_accounts.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: BaseCommand

help = 'Delete user accounts that are past the grace period'
handle(*args, **options)[source]

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

users.management.commands.seed_users module

class users.management.commands.seed_users.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: BaseCommand

help = 'Seed the database with test mentors and mentees'
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.

Module contents