Re: Errors using django.contrib.*.view

2006-06-27 Thread [EMAIL PROTECTED]
Sorry one last shot at this ... the import line in django.contrib.syndication.views should be: from django.contrib.syndication import feeds --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To p

Re: Errors using django.contrib.*.view

2006-06-27 Thread [EMAIL PROTECTED]
I suppose answering my own question shows that I was being a dolt ... which I was ... anyway this was just that I had forgotten about the prefix in urls.py ... ok .. so that works now, but it then causes an error with importing django.contrib.syndication.views.py where it tries to import django.co

Errors using django.contrib.*.view

2006-06-27 Thread [EMAIL PROTECTED]
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