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.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/991d54df-b5a8-4bf1-9673-c6af14d83ea6n%40googlegroups.com.

