Not deleting in the localhost
When trying to delete the inventory, it doesn't update in the localhost. The inventory is still there and no deletion happen.
How to Reproduce
Create an inventory name "Banana"
Click the delete button in the locahost for "Banana"
Refresh the page and it shows up that "Banana" is not deleted.
Possible fixes
This issue most likely because the methods are not linked with the localhost yet and it didn't read the methods in the views.py.
Not deleting in the localhost When trying to delete the inventory, it doesn't update in the localhost. The inventory is still there and no deletion happen.
How to Reproduce Create an inventory name "Banana" Click the delete button in the locahost for "Banana" Refresh the page and it shows up that "Banana" is not deleted.
Possible fixes This issue most likely because the methods are not linked with the localhost yet and it didn't read the methods in the views.py.