mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-22 06:58:07 +00:00
Contextualize admin code command output
This commit is contained in:
parent
637f7c9cb9
commit
bf75dff338
1 changed files with 3 additions and 0 deletions
|
@ -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("*******************************************")
|
||||
|
|
Loading…
Reference in a new issue