username_tools.management.commands package

Submodules

username_tools.management.commands.clear_blacklist module

class username_tools.management.commands.clear_blacklist.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

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

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

username_tools.management.commands.populate_blacklist module

class username_tools.management.commands.populate_blacklist.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

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

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

Module contents