Quantcast
Channel: Django Feed setting number of items to return in URL parameter - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by ebsddd for Django Feed setting number of items to return in URL...

It looks like get_object takes the kwargs you need, and is supposed to return an object describing the feed. In your case, you just need the count:def get_object(self, request, *args, **kwargs): return...

View Article



Django Feed setting number of items to return in URL parameter

I am working with the Django 1.4 Feed class to return RSS feeds for my database entries. I want to let the user specify the number of feeds to return in the URL, I tried something but it isn't working...

View Article
Browsing all 2 articles
Browse latest View live


Latest Images