Re: On button click need to call a python function...

2022-10-18 Thread subin
Please let me know if you need to reschedule. On Tue, Oct 18, 2022 at 7:05 AM Saswat Mahapatra wrote: > Hi , > > I am new to django. > On button click I need to call a python function which returns 2 values. > If both the values are the same then I need to display the same image in 2 > places on

Re: On button click need to call a python function...

2022-10-18 Thread subin
Please let me know if you need an extension. On Tue, Oct 18, 2022 at 7:18 AM Saswat Mahapatra wrote: > Hi jitendra, > > Thank you for your quick response. I am new to python web development. > On button click I need to call a python function and based on 2 values > which It will return I need

Re: On button click need to call a python function...

2022-10-18 Thread subin
Have a good day. On Tue, Oct 18, 2022 at 9:20 AM Mike Dewhirst wrote: > On 18/10/2022 5:04 pm, Saswat Mahapatra wrote: > > Hi , > > I am new to django. > On button click I need to call a python function which returns 2 values. > If both the values are the same then I need to display the same ima

Re: On button click need to call a python function...

2022-10-18 Thread Mike Dewhirst
On 18/10/2022 5:04 pm, Saswat Mahapatra wrote: Hi , I am new to django. On button click I need to call a python function which returns 2 values. If both the values are the same then I need to display the same image in 2 places on the web page or else a different image. How to call the python

Re: On button click need to call a python function...

2022-10-17 Thread Saswat Mahapatra
Hi jitendra, Thank you for your quick response. I am new to python web development. On button click I need to call a python function and based on 2 values which It will return I need to show a image. Thank you, Saswat On Tuesday, 18 October 2022 at 11:41:39 UTC+5:30 jitendra...@gmail.com w

Re: On button click need to call a python function...

2022-10-17 Thread Jitendra kumar Patra
Ping me On Tue, 18 Oct, 2022, 11:35 Saswat Mahapatra, wrote: > Hi , > > I am new to django. > On button click I need to call a python function which returns 2 values. > If both the values are the same then I need to display the same image in 2 > places on the web page or else a different image.