preparing rss feed

2006-08-01 Thread a
preparing rss feeds i hav a table in postgres and it has title and body columns, i want to create a rss file on the fly when this table is updated wat is the best way to get it done thanks a lot --~--~-~--~~~---~--~~ You received this message because you are subs

Re: preparing rss feed

2006-08-01 Thread James Bennett
On 8/1/06, a <[EMAIL PROTECTED]> wrote: > i hav a table in postgres and it has title and body columns, i want to > create a rss file on the fly when this table is updated wat is the best > way to get it done > thanks a lot Have you read the documentation for Django's syndication system? http://w

Re: preparing rss feed

2006-08-01 Thread Tyson Tate
On Aug 1, 2006, at 9:36 AM, a wrote: > preparing rss feeds > > i hav a table in postgres and it has title and body columns, i want to > create a rss file on the fly when this table is updated wat is the > best > way to get it done > thanks a lot If that table is part of your Django project, ju