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
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
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
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
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
5 matches
Mail list logo