Fix message
This commit is contained in:
parent
0ab60c1852
commit
390ff974d7
|
|
@ -36,6 +36,6 @@ class Command(BaseCommand):
|
|||
content_object=profile, old_id=a.id)
|
||||
objects.append(award)
|
||||
awards = Award.objects.bulk_create(objects)
|
||||
self.stdout.write(self.style.WARNING(f'Created establishment employee objects.'))
|
||||
self.stdout.write(self.style.WARNING(f'Created awards objects.'))
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -31,4 +31,4 @@ class Command(BaseCommand):
|
|||
type.country = country
|
||||
objects.append(type)
|
||||
types = AwardType.objects.bulk_create(objects)
|
||||
self.stdout.write(self.style.WARNING(f'Created establishment employee objects.'))
|
||||
self.stdout.write(self.style.WARNING(f'Created award types objects.'))
|
||||
Loading…
Reference in New Issue
Block a user