Skip to content

Commit

Permalink
Command skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilouf committed Dec 23, 2024
1 parent 67a64ab commit 3ec3a0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lemarche/users/management/commands/anonymize_old_users.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from django.core.management.base import BaseCommand


class Command(BaseCommand):
"""Update and anonymize inactive users past a defined inactivity period"""

0 comments on commit 3ec3a0e

Please sign in to comment.