I am trying to add syndication support to a django project and it seems
to have trouble getting the view from django.contrib.syndication.view
per the url.py setting ... I keep getting this error:

Could not import listmgr.lister.views.django.contrib.syndication.views.
 Error was: No module  named django.contrib.syndication.views

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

Do I need to add django.contrib.syndications.views somewhere?

I am running python 2.3 and the latest django brought down again from
svn this am...

It seems lke it things the view is in my project ... but of course it
is django ...

help ...


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to