Skip to content

Commit

Permalink
Remove duplicate documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
maiksprenger committed Jan 9, 2013
1 parent 5b4447d commit d3ad6ad
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions django_cal/views.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
""" Django app to enable exporting of events to iCalendar files.
Imitates behavior of django.contrib.syndication.
Heavy inspiration came from Christian Joergensen
http://www.technobabble.dk/2008/mar/06/exposing-calendar-events-using-icalendar-django/
and Derek Willis
http://blog.thescoop.org/archives/2007/07/31/django-ical-and-vobject/ .
"""

import vobject
from django.db.models import ObjectDoesNotExist
from django.http import HttpResponse, Http404
Expand Down

0 comments on commit d3ad6ad

Please sign in to comment.