I am wondering how you can use args captured from your urls.py in a
feed class

example

urls.py
(r'^feeds/(?P<url>.*)/(?P<myarg>.*)/$',
'django.contrib.syndication.views.feed',{'feed_dict': feeds}),

I then want to use myarg in my subclass of Feeds to do filtering on
the objects for the feed.

Thanks

Mackenzie


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to