Contextualize admin code command output

This commit is contained in:
Mouse Reeve 2022-02-17 11:53:29 -08:00
parent 637f7c9cb9
commit bf75dff338

View file

@ -17,4 +17,7 @@ class Command(BaseCommand):
# pylint: disable=unused-argument
def handle(self, *args, **options):
"""execute init"""
self.stdout.write("*******************************************")
self.stdout.write("Use this code to create your admin account:")
self.stdout.write(get_admin_code())
self.stdout.write("*******************************************")