Does anyone know of any existing packages or libraries that can be used to build a calendar in a django app?
|
|
A quick google search reveals django-calendar, 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/. |
||
|
|
|
svn checkout http://django-calendar.googlecode.com/svn/trunk/ django-calendar-read-only svn: URL 'http://django-calendar.googlecode.com/svn/trunk' doesn't exist so google search may reveal, but it's no longer exists. |
||
|
|
|
It seems that django-calendar has become django-agenda: http://github.com/dokterbob/django-agenda |
||
|
|
|
|
I'm often needing a calendar so have started my own project for this: http://simonharrison.info/django-calendar/ It's all on github |
||
|
|
