Re: Does Django Template Support Nested Tags?

2012-05-11 Thread Wally Yu
t;             "action2": ["step1", "step2", "step3"] >             } >         }, >     "module2": { >         "test1": { >             "action1": ["step1", "step2", "step3"], >  

Re: Does Django Template Support Nested Tags?

2012-05-10 Thread Wally Yu
                        >                                {% for tc in tests %} >                                . > > >                      {% endfor %} > >       ... > > {% endfor %} > > > > > > > > > > On Fri, May 11, 2012 at 9:37 AM, Wally Yu wrote:

Re: Django psycopg error

2012-05-10 Thread Wally Yu
Not sure if downgrade your psycopg2 version to lower version would be working, let's say version 2.4.1 Thanks, Wally On May 11, 12:17 am, Mike Di Domenico wrote: > Good afternoon, > I am working on installing Django to work with a postgresql on ubuntu 10.04 > server (32bit). I have postgresql-8

Does Django Template Support Nested Tags?

2012-05-10 Thread Wally Yu
Hi all, I'm wondering if Django template supports nested tags? Here is my situation: My Template: {% for module in modules %} Automation Test Result for Test Suite: {{ module}} {% for TC