Re: [novice question] Render a list of objects

2019-06-24 Thread Sudeep Gopal
%} * On Sunday, June 23, 2019 at 8:15:58 PM UTC-4, Sudeep Gopal wrote: > > Thank you so much Joe... > > I was actually able to go forward. > > With the below code :- > > > {% for r in list1 %} > {% cycle '' '' '' '' '' '' '' ''%

Re: [novice question] Render a list of objects

2019-06-23 Thread Sudeep Gopal
dfor %} > > {% for r in list2 %} > {% cycle '' '' '' '' '' '' '' ''%} > {{r}} > {% cycle '' '' '' '' '' '' '' '' %} > {% endfor %} > > > > > Hope this helps > > On Friday, June 21, 2019 at 5:58:21 PM UTC-5, Sudeep Gopal wrote: >> >> Hello, >>

[novice question] Render a list of objects

2019-06-21 Thread Sudeep Gopal
Hello, I am new to django. I am using django forms in my project and I am not using django models. >From the user, my django form asks for 4 inputs :- signal_to_noise_1 , signal_to_noise_2, bandwidth1 and bandwidth2. Based on these values I use my look up table and I create a results