Re: RSS producing wrong link from get_absolute url

2009-04-03 Thread John Baker
Thanks. That sorted it. It was the database. Ironically, the sites have disappeared from the admin app since upgrading to 1.0 from 0.96 so haven't seen them for a while. I had to update via SQL. I will look into why they disappeared. On 3 Apr, 07:14, Alex Koshelev wrote: >

Re: RSS producing wrong link from get_absolute url

2009-04-03 Thread Graham Dumpleton
What do you have 'django.root' option set to in Apache configuration related to mod_python? Graham On Apr 3, 9:23 am, John Baker wrote: > I have a strange problem with simple RSS feeds. It works fine locally > on my development machine but when I deploy to the test server

Re: RSS producing wrong link from get_absolute url

2009-04-03 Thread Alex Koshelev
Have you changed your `Site` model entry to the proper port number? On Fri, Apr 3, 2009 at 2:23 AM, John Baker wrote: > > I have a strange problem with simple RSS feeds. It works fine locally > on my development machine but when I deploy to the test server running > through

RSS producing wrong link from get_absolute url

2009-04-02 Thread John Baker
I have a strange problem with simple RSS feeds. It works fine locally on my development machine but when I deploy to the test server running through mod_python on port :81 the blog item links miss out the port number and so don't work. Test server with new RSS code..