diff --git a/lemarche/users/management/commands/anonymize_old_users.py b/lemarche/users/management/commands/anonymize_old_users.py new file mode 100644 index 000000000..0d8ca6d33 --- /dev/null +++ b/lemarche/users/management/commands/anonymize_old_users.py @@ -0,0 +1,5 @@ +from django.core.management.base import BaseCommand + + +class Command(BaseCommand): + """Update and anonymize inactive users past a defined inactivity period"""