Hello everyone I have a need to overwrite the item_link of my rss items in my feed.
I'm using the item_link method described here. http://www.djangoproject.com/documentation/syndication_feeds/ If I use this code def item_link(self, obj): return 'balls' and my site url in djangoadmin is whogotbig.com the link that is created for each article is http://whogotbig.comballs Is there any way I can change this behaviour as I need to overwrite the URL completely to something like http://whogotmassive.com/balls I can't change the name of the site in django admin as that would break everything else. Any tips or advice would be gratefully welcomed. matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---