This commit is contained in:
Flatlogic Bot 2025-10-28 05:01:04 +00:00
parent 5614a714bc
commit e741fe47b1
2 changed files with 7 additions and 6 deletions

View File

@ -33,6 +33,7 @@ def upload_inventory(request):
# Skip header row
next(reader)
for row in reader:
if row and len(row) == 3:
print(f"Processing row: {row}")
Application.objects.create(
name=row[0],