2010/1/20 Christopher Bird :
> Hi
>
> Im trying iterating over a dictionary.
> i have no problem with this but when i get to the last key:value
> ( value is a list) i get the following error
>
>
> value= list
> TypeError: 'float' object is not iterable
>
Hi
Im trying iterating over a dictionary.
i have no problem with this but when i get to the last key:value
( value is a list) i get the following error
value= list
TypeError: 'float' object is not iterable
django code
{% for states in prices_demand.items %}
{{ states.0 }}
{
2 matches
Mail list logo