public
Description: An event agenda application for Django 1.0+.
Homepage:
Clone URL: git://github.com/dokterbob/django-agenda.git
kramer (author)
Fri Aug 28 08:37:37 -0700 2009
dokterbob (committer)
Thu Oct 22 04:10:29 -0700 2009
name age message
file .gitignore Tue Oct 14 05:18:59 -0700 2008 Corrected .DS_Store. [Mathijs de Bruin]
file AUTHORS Sun Sep 28 07:02:34 -0700 2008 Description files. [Mathijs de Bruin]
file COPYRIGHT Sun Sep 28 07:30:45 -0700 2008 Changed name to django-agenda and started clean... [Mathijs de Bruin]
file LICENSE Sun Sep 28 07:02:34 -0700 2008 Description files. [Mathijs de Bruin]
file README.rst Fri Oct 31 04:15:51 -0700 2008 Added model graph. [Mathijs de Bruin]
file TODO Sun Sep 28 07:02:34 -0700 2008 Description files. [Mathijs de Bruin]
directory agenda/ Thu Oct 22 04:10:29 -0700 2009 Adding basic calendar as a collection of events [kramer]
directory demo/ Sat Aug 29 08:12:50 -0700 2009 Fixed the date without time bug. Signed-off-by... [kramer]
directory deps/ Sat Aug 29 08:12:47 -0700 2009 Updated vobject to version 0.8.1c Signed-off-b... [kramer]
file graph_models.dot Fri Oct 31 04:15:51 -0700 2008 Added model graph. [Mathijs de Bruin]
file graph_models.png Fri Oct 31 04:15:51 -0700 2008 Added model graph. [Mathijs de Bruin]
README.rst

django-agenda

What is it?

The django-agenda app is a generic implementation of a web-based calendar with events.

Status

Django-agenda is currently stable enough for beta testing. As much as I would love people using it right now, I have not taken it into production myself and therefore would not swear over its stability.

Feautures

Current

  • Full post-1.0 support, currently used on Django trunk.
  • Kind admin interface with automatic author assignment (Django User).
  • More elegant date_based generic view implementation. Finally you get all the info a decent archive will require.
  • Demo project with very basic templates.
  • Event archive.
  • Browseable calendar based on Python's calendar module.
  • django.contrib.comments support
  • django.contrib.sites support (with default value in admin)
  • Event and comment feeds.
  • Sitemaps.
  • Fully localizable; all strings are translatable.
  • vCard iCalendar export, timezone aware and all!

Future

  • User contributed events.
  • Repeated events

Models

graph_models.png

Requirements

All requirements are currently included in the "deps" directory. - django-logging - vobject

License

The django-agenda app is released under the GPL version 3.