dokterbob / django-agenda
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
452cde4
kramer (author)
Fri Aug 28 08:37:37 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
AUTHORS | Sun Sep 28 07:02:34 -0700 2008 | |
| |
COPYRIGHT | ||
| |
LICENSE | ||
| |
README.rst | ||
| |
TODO | Sun Sep 28 07:02:34 -0700 2008 | |
| |
agenda/ | ||
| |
demo/ | ||
| |
deps/ | ||
| |
graph_models.dot | ||
| |
graph_models.png | Fri Oct 31 04:15:51 -0700 2008 |
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
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.

