Notification emails #80
@ -15,6 +15,7 @@ logger.setLevel(logging.INFO)
|
||||
|
||||
class Command(BaseCommand):
|
||||
def handle(self, *args, **options): # noqa: D102
|
||||
# TODO? keep a record of explicit unfollow requests to avoid re-following
|
||||
extensions = Extension.objects.all()
|
||||
moderators = Group.objects.get(name='moderators').user_set.all()
|
||||
for extension in extensions:
|
||||
|
Loading…
Reference in New Issue
Block a user