Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django Calendar Widget? [closed]

Does anyone know of any existing packages or libraries that can be used to build a calendar in a django app?

like image 941
Derek Swingley Avatar asked Sep 05 '08 05:09

Derek Swingley


Video Answer


2 Answers

A quick google search reveals django-gencal, which looks like exactly what you need. It would also be worth looking at the snippets under the calendar tag on Django Snippets at http://www.djangosnippets.org/tags/calendar/.

like image 159
Harley Holcombe Avatar answered Oct 01 '22 03:10

Harley Holcombe


It seems that django-calendar has become django-agenda: http://github.com/dokterbob/django-agenda

like image 39
Berislav Lopac Avatar answered Oct 01 '22 03:10

Berislav Lopac