thauber / django-schedule

A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong import

MonsieurRz opened this issue · 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