Re: 2 Questions about feeds

2009-08-09 Thread Léon Dignòn
Please try to change the Sitename in the backend at /admin/sites/site/ Per default its example.com On Aug 8, 8:46 pm, When ideas fail wrote: > 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 "/bl

2 Questions about feeds

2009-08-08 Thread When ideas fail
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