This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
kramer (author)
Fri Aug 28 08:37:37 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Oct 14 05:18:59 -0700 2008 | |
| |
AUTHORS | Sun Sep 28 07:02:34 -0700 2008 | |
| |
COPYRIGHT | Sun Sep 28 07:30:45 -0700 2008 | |
| |
LICENSE | Sun Sep 28 07:02:34 -0700 2008 | |
| |
README.rst | Fri Oct 31 04:15:51 -0700 2008 | |
| |
TODO | Sun Sep 28 07:02:34 -0700 2008 | |
| |
agenda/ | Thu Oct 22 04:10:29 -0700 2009 | |
| |
demo/ | Sat Aug 29 08:12:50 -0700 2009 | |
| |
deps/ | Sat Aug 29 08:12:47 -0700 2009 | |
| |
graph_models.dot | Fri Oct 31 04:15:51 -0700 2008 | |
| |
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.







