format files with black
This commit is contained in:
@@ -17,4 +17,8 @@ class Command(BaseCommand):
|
||||
u.is_staff = True
|
||||
u.save()
|
||||
|
||||
self.stdout.write("Created default user {} with password {}.".format(self.user_name, self.password))
|
||||
self.stdout.write(
|
||||
"Created default user {} with password {}.".format(
|
||||
self.user_name, self.password
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user