Contextualize admin code command output
This commit is contained in:
parent
637f7c9cb9
commit
bf75dff338
|
@ -17,4 +17,7 @@ class Command(BaseCommand):
|
||||||
# pylint: disable=unused-argument
|
# pylint: disable=unused-argument
|
||||||
def handle(self, *args, **options):
|
def handle(self, *args, **options):
|
||||||
"""execute init"""
|
"""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(get_admin_code())
|
||||||
|
self.stdout.write("*******************************************")
|
||||||
|
|
Loading…
Reference in New Issue