How to update several product lines at the same time [closed]
Hello I would like some help I am a django beginner and I am making a stock management application
I register the articles in a model and I manage the stock in and out
my problem is that I want to update several articles at the same time select article 1 quantity article 2 quantity up to article n and save in base who to update the stock of each product. but I don't know how to do it. Currently I can do for one product. thank you for giving me directions