refactor: remove print logs from back migrations
This commit is contained in:
parent
343718cd2a
commit
d36e8af571
1 changed files with 0 additions and 1 deletions
|
|
@ -67,7 +67,6 @@ def update_user_empty_password():
|
|||
try:
|
||||
users = User.objects.filter(password="")
|
||||
updated_users = []
|
||||
print(users)
|
||||
|
||||
for user in users:
|
||||
user.password = make_password(uuid.uuid4().hex)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue