Hello all,
I begin with django and i'm trying set calculate value to a field in django admin.
I have 3 fields : quantity, price and total_httc.
what I want is that after entering the values of quantity and price the total_httc is filled in automatically.
total_httc = quantity * price.