django-schedule icon indicating copy to clipboard operation
django-schedule copied to clipboard

wrong import

Open MonsieurRz opened this issue 13 years ago • 0 comments

I have no idea if this issues has something to do with my django version

import django django.VERSION (1, 4, 0, 'alpha', 1)

However I had to modify init.py from the feeds directory:

from django.contrib.syndication.feeds import FeedDoesNotExist

into

from django.contrib.syndication.views import FeedDoesNotExist

MonsieurRz avatar Feb 01 '12 11:02 MonsieurRz