Hi, i'm developing a feed but i still have a couple of questionss.
1. I have this in my models:
def get_absolute_url(self):
return "/blog/%s/" % self.post_slug
but the rss has the links down as: http://example.com/blog/post_3/,
the blog/post_3/ is correct, how can i make sure its linked to right
domain name? for example have it go to andrew.com/blog/post_3?
2. What does the <link> element do?
I've changed it a few times and i can't see what difference it makes?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---