Re: Syndication is generating bad url

2008-02-07 Thread Brian Luft
I ran into the same problem. I also wanted to add for any other users out there that Django caches the value of the current site so if you make a change you'll need to restart your server/python instance. On Jan 7, 10:33 am, RevMatt <[EMAIL PROTECTED]> wrote: > Figured it out myself. In my djan

Re: Syndication is generating bad url

2008-01-07 Thread RevMatt
Figured it out myself. In my django admin I had not properly set the Site information when I went from the development server to the live server. On Jan 7, 10:57 am, RevMatt <[EMAIL PROTECTED]> wrote: > I'm launching my first django site and am having an odd problem with > syndication (I'm sure