use

float( form.cleaned_data['a'] )

etc

also, when retreiving the field from the db it will be a Decimal
object and needs to be converted to do math with it

on_sale = float(myObj.price) * 0.9




On Jun 10, 9:22 pm, Waleria <[email protected]> wrote:
> Hello..
>
> I again.....now my problem is:
>
> I have the function following:http://paste.pocoo.org/show/224041/
>
> These values i get of a form...however returns me an error....fallows
> below the error
>
> Exception Type:  TypeError
> Exception Value: unsupported operand type(s) for *: 'Decimal' and
> 'float'
>
> Exception Location: C:\simuladores\..\simuladores\detector\views.py in
> graph, line 32

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to