FullCalendar and django
问题 I want to use fullcalendar jquery plugin in my django project. I have an Entry model class Entry(models.Model): date = models.DatetimeField() it only has a date attribute. I know that fullcalendar uses start and end but will get to that too :) my ajax view is the following def eventsFeed(request): from django.utils.timezone import utc from django.core.serializers.json import DjangoJSONEncoder if request.is_ajax(): print 'Its ajax from fullCalendar()' try: start = datetime.fromtimestamp(int