Re: comments error

2009-05-31 Thread lperk
Does someone know how to redirect posted comment to another page if you have your own form for sending comments? On May 31, 9:55 pm, lperk wrote: > Hey.. I'm trying to send comment with django comments option and > everything is ok..I see it form..but when I send comment

comments error

2009-05-31 Thread lperk
Hey.. I'm trying to send comment with django comments option and everything is ok..I see it form..but when I send comment I got error: Comment post not allowed (400) Why:Missing content_type or object_pk field. Can anyone help me with this.. what do I have to do..where to insert thos

Re: help with ValueError

2009-05-29 Thread lperk
I just resolve this! hehe just few minutes from posting this below :) thank you all anyway!!! On May 29, 10:33 pm, lperk wrote: > hey U all! > > I'm trying to resolve this problem but there is no result..probably is > something stupid but I can't see it.. I have th

help with ValueError

2009-05-29 Thread lperk
hey U all! I'm trying to resolve this problem but there is no result..probably is something stupid but I can't see it.. I have this tables in models.py: class Link(models.Model): url = models.URLField(unique=True) def __str__(self): return self.url class bookmark(models.Model): title

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