Re: how to work with web service in django

2009-05-19 Thread LiLi
hey nick! tnx for advice.. I will try those things :) From: Nick Lo To: django-users@googlegroups.com Sent: Tuesday, May 19, 2009 1:36:35 AM Subject: Re: how to work with web service in django Hello, > I'm trying to make application in wich

Re: how to work with web service in django

2009-05-18 Thread Nick Lo
Hello, > I'm trying to make application in wich you will search some product > and for response my application will list you products from other > pages(for example amazon or some e-shop).. I want to do it with web > service and I have no idea where to start..does someone know how to > d

Re: how to work with web service in django

2009-05-18 Thread Michael
On Mon, May 18, 2009 at 10:55 AM, LiLi wrote: > hey satchmo is really great solution..thank you for that.. but I don't have > to do e-shop.. only page that will list information of some product from > other page.. In fact that is only parsing but I don't know how to do it.. do > you think that I

Re: how to work with web service in django

2009-05-18 Thread LiLi
7;m looking for solutions all day long..I'm not only waiting someone to response to this message :) Tnx! From: Michael To: django-users@googlegroups.com Sent: Friday, May 15, 2009 1:26:11 AM Subject: Re: how to work with web service in django On Thu, May 14, 20

Re: how to work with web service in django

2009-05-14 Thread Michael
On Thu, May 14, 2009 at 5:20 PM, lperk wrote: > > hello everyone! > > I'm trying to make application in wich you will search some product > and for > response my application will list you products from other pages(for > example > amazon or some e-shop).. I want to do it with web service and I ha

how to work with web service in django

2009-05-14 Thread lperk
hello everyone! I'm trying to make application in wich you will search some product and for response my application will list you products from other pages(for example amazon or some e-shop).. I want to do it with web service and I have no idea where to start..does someone know how to do it? Or