Adds success message
This commit is contained in:
parent
381490e31d
commit
01db77a745
1 changed files with 3 additions and 0 deletions
|
@ -38,3 +38,6 @@ class Command(BaseCommand):
|
|||
for user_id in deleted_users.values_list("id", flat=True):
|
||||
erase_user_data.delay(user_id)
|
||||
self.stdout.write(".", ending="")
|
||||
|
||||
self.stdout.write("")
|
||||
self.stdout.write("Tasks created successfully")
|
||||
|
|
Loading…
Add table
Reference in a new issue