Re: Basic RSS in Django

2009-04-16 Thread Oto Brglez
Thanx Jeff! it works now ;) Oto On 15 apr., 15:25, Jeff FW wrote: > It looks like you're missing (or at least, didn't mention) the > templates. In documentation: > > http://docs.djangoproject.com/en/dev/ref/contrib/syndication/#ref-con... > > make sure to read the paragraph

Re: Basic RSS in Django

2009-04-15 Thread Jeff FW
-Jeff On Apr 15, 8:30 am, Oto Brglez <otobrg...@gmail.com> wrote: > Hi all you Django users and developers! > > I have a question about RSS framework in Django. I want basic RSS. > Nothing custom nothing advanced. Just RSS from my model for last 10 > imports in model. This

Basic RSS in Django

2009-04-15 Thread Oto Brglez
Hi all you Django users and developers! I have a question about RSS framework in Django. I want basic RSS. Nothing custom nothing advanced. Just RSS from my model for last 10 imports in model. This is what i got: # Model: class Koda(models.Model): naslov = models.CharField