Skip to content
bartekgorny edited this page Sep 13, 2010 · 19 revisions

Django-schedule
======

A calendaring/scheduling application, featuring:

  • one-time and recurring events
  • calendar exceptions (occurrences changed or cancelled)
  • occurrences accessible through Event API and Period API
  • relations of events to generic objects
  • ready to use, nice user interface
  • view day, week, month, three months and year
  • project sample which can be launched immediately and reused in your project

To read more
-————————

see [http://thauber.com/blog/post/django-schedule/](http://thauber.com/blog/post/django-schedule/)

To try it out
-——————-

Download and upack the source code. Then:

cd project_sample ln -s ../schedule python manage.py syncdb python manage.py load_sample_data python manage.py runserver
Clone this wiki locally