django-schedule
django-schedule copied to clipboard
wrong import
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