atiberghien / django-fullcalendar-examples

18 stars 8 forks source link

Broken reference to django_schedule/forms RulesForm #4

Open stefanzero opened 10 years ago

stefanzero commented 10 years ago

django_schedule/forms.py contains the classes SpanForm, EventForm, and OccurrenceForm, but not the class RuleForm

Here is the error message for the URL myagenda/calendar:

cannot import name RuleForm

Exception Location: django-fullcalendar-examples\django_schedule_fullcalendar\myagenda\forms.py in , line 3

from schedule.forms import EventForm, RuleForm