Re: Why do I get this error "context must be a dict rather than Context." ?

2017-11-20 Thread pallavi pund
This helped me too . thank you On Sunday, April 30, 2017 at 4:15:32 AM UTC+5:30, Tim Graham wrote: > > It looks like the tutorial you're following hasn't been updated for Django > 1.11. > > Line 20 should pass a dict rather than Context: > > t.render({'current_date': now}) > > It's related to thi

Re: Create a web application

2009-07-31 Thread pallavi
hey susanne, sorry i could not help as i gave up that aplication. perhaps some one surely can help u here On Jul 31, 1:36 am, susanne wrote: > Hello Mr.pallavi, Mr.George and other members, > I have similar application like palavi. I followed this hints but not > success. > Please let me know ho

Re: Create a web service for an existing stand alone python script

2009-05-05 Thread pallavi
Dear all, thans for your input. I read doumentation from different resources and still confused to solve my problem. any help would be appreciated. My main python program is science.py it have several modules.in it (each definition reads some parameters and results some data, that will be read by

Create a web service for an existing stand alone python script

2009-05-01 Thread pallavi
Dear Django Users and Developers, I am very new to this world of web services and also python. I was reading about django and could not find solution for my problem. I hope anyone from this community can help me with the solution. I have a python application This python script contain some modul