Uses the correct styling for output messages

This commit is contained in:
Trenton Holmes
2022-05-04 19:41:49 -07:00
committed by Trenton Holmes
parent a823b8f70c
commit dd4d903f69
3 changed files with 21 additions and 5 deletions

View File

@@ -152,4 +152,4 @@ class Command(BaseCommand):
),
)
except KeyboardInterrupt:
print("Aborting...")
self.stdout.write(self.style.NOTICE(("Aborting...")))