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 whi
mplate create an 8 column table:
>
>
> {% for r in list1 %}
> {% cycle '' '' '' '' '' '' '' ''%}
> {{r}}
> {% cycle '' '' '' '' '' '' '&
%} *
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 '' ''
3 matches
Mail list logo