Adds command to get admin code

This commit is contained in:
Mouse Reeve
2022-02-17 10:59:28 -08:00
parent b4e0749f73
commit ed536e6b41
5 changed files with 26 additions and 1 deletions

View File

@ -10,7 +10,9 @@ class Command(BaseCommand):
help = "Generate preview images"
# pylint: disable=no-self-use
def add_arguments(self, parser):
"""options for how the command is run"""
parser.add_argument(
"--all",
"-a",
@ -38,6 +40,7 @@ class Command(BaseCommand):
preview_images.generate_site_preview_image_task.delay()
self.stdout.write(" OK 🖼")
# pylint: disable=consider-using-f-string
if options["all"]:
# Users
users = models.User.objects.filter(