On Thu, Dec 18, 2008 at 11:42:19AM -0800, bruno desthuilliers wrote:
> > i'm trying to display a nested array with no luck.
> >
> > that's my tries:
> >
> > --- python manage.py shell ---
> > from django.template import Template, Context
> > list_parts = {
> >
On 18 déc, 18:31, marco ghidinelli wrote:
> hello.
>
> Does django template engine supports nested dictionary?
Yes, indeed.
> i'm trying to display a nested array with no luck.
>
> that's my tries:
>
> --- python manage.py shell ---
> from django.template import
hello.
Does django template engine supports nested dictionary?
i'm trying to display a nested array with no luck.
that's my tries:
--- python manage.py shell ---
from django.template import Template, Context
list_parts = {
'root': {'value': [{'tag': 'a'},
3 matches
Mail list logo