[Django]-Django RSS Feed Wrong Domain

3👍

May be it’s coming from environment variables? Try:

export | grep your.mistery.domain

see if that comes up with anything, do that as the same user under which you are running your Django apps.

You know you can always implement your item_link() method which would return the URL that you want, see documentation here

Leave a comment