akvo.rsr.management.commands.anonymize_user module

Anonymize a user in the DB.

Usage:

python manage.py anonymize_user <user-id1> [<user-id2>, …]

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

Bases: BaseCommand

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

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

help = 'Delete a user from the DB to comply with a GDPR request'