> with a URL like: > > http://www.foo.com/rss/the_slug/11344/bar/ > > and this from the URLConf: > > feeds = { > 'rss': CustomRSS, > > }supposed to work?
To be consistent with your example URL above, that dictionary definition should read: feeds = { 'the_slug': CustomRSS, } > > It's my understanding that in the above URL "the_slug" is the slug and > anything after that should be shipped off in a list (i.e., ['11344', > 'bar']) to get_objects(self, bits). Yes? Mebbe? Correct. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---