On Fri, Apr 11, 2008 at 7:40 AM, Ian Lawrence <[EMAIL PROTECTED]> wrote:
> Hi
>
> > Is there any way I can change this behaviour as I need to overwrite the URL
>  > completely to something like
>  you could do something like in settings.py:
>  ROOT_URL = whogotmassive.com
>
>  and in your feed.py:
>  link = "%s/balls" % settings.ROOT_URL

sorry ...forgot this bit too:
        def item_link(self, obj):
                return  '%s' % (self.link)

Ian

-- 
http://ianlawrence.info

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to