Re: How to retrieve the values from the context_process.py file to template?

2020-05-26 Thread Aboyeji Solomon Adeleke
Your context should be written this way response_context = get_result(request) On Tuesday, May 26, 2020 at 2:26:35 PM UTC+1, ratnadeep ray wrote: > > Hi all, > > I am trying to display the value from the context_process.py file to the > template. > > The content of my context_process.py is as f

Re: How to retrieve the values from the context_process.py file to template?

2020-05-26 Thread Aboyeji Solomon Adeleke
response_context = { } On Tuesday, May 26, 2020 at 2:26:35 PM UTC+1, ratnadeep ray wrote: > > Hi all, > > I am trying to display the value from the context_process.py file to the > template. > > The content of my context_process.py is as follows: > > from fusioncharts.models import QRC_DB >

Re: How to retrieve the values from the context_process.py file to template?

2020-05-26 Thread Aboyeji Solomon Adeleke
Yes, import the get_result from the context_process.py -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this di