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 (
Home
Django-schedule
A calendaring/scheduling application, featuring:
- one-time and recurring events
- calendar exceptions (occurrences changed or cancelled)
- occurrences accessible through Event API and Period API
- relations of events to generic objects
- ready to use, nice user interface
- view day, week, month, three months and year
- project sample which can be launched immediately and reused in your project
To read more
see Tony’s post
To discuss
Visit/subscribe to django-schedule discussion group
To try it out (stable version)
Download and unpack v1.0. Then:
cd project_sample
ln -s ../schedule
python manage.py syncdb
python manage.py load_sample_data
python manage.py runserver
(use admin interface to log in)
To try the new AJAX user interface
Download and upack v1.1. Then do the same, plus:
ln -s ../schedule_weekcal







