computed values in templates...

2009-11-10 Thread deostroll
Hi, In my db I hve some fields like 'price' and 'quantity'. In one record of data I want to display the 'price x quantity'...I tried something like this: {{ stock.price * stock.quantity }} ...and got error. Is there a recommended w

getting a single record

2009-05-01 Thread deostroll
... --deostroll --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-user

django templating workaround needed

2009-04-29 Thread deostroll
}} {{ x.ContactGroup }} (% endfor %} Please suggest a work around, thanx in advance. --deostroll PS: trying to get this work in google appengine