linked to pages detailing of each item and tag.
The main fields of the model Item are name, description, quantity,
entry_date, slug.
Assuming the data base filled with information, we would like to add
another field 'estimated_price' without damaging the existing
database. The option is to set the new field in the directory
migrations.
on its quantity.
In views.py:
Use of queryset expressions to update the field total_item_estimated_price
and to estimate the total_inventory_value by summing the column of the field
total_item_estimated_price.
Adding of the update of the currency of the whole items and the total_inventory_value
if one currency is changed.