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
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
I'm launching my first django site and am having an odd problem with
syndication (I'm sure there are more problems, but that's what I'm
hitting right now):
the rss file is spitting out the links as "http://example.com[path]";
rather than "http://mydomain.com/[path]";. Here's my model:
from djan
3 matches
Mail list logo