Update migration

This commit is contained in:
Daniel Sheppard 2025-04-10 08:22:23 -05:00
parent 738ef63527
commit 68d0b58293

View File

@ -24,6 +24,8 @@ def set_prefix(apps, schema_editor):
addresses = IPAddress.objects.all()
i = 0
total = addresses.count()
if total > 0:
print('\r\n')
draw_progress(i, total, 50)
for ip in addresses:
i += 1