This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
calebasse/calebasse/agenda
Mikaël Ates d94f9a54f8 agenda: a clearer informative message on event exceptions. 2014-10-03 15:36:37 +02:00
..
conf agenda/actes/dossiers: move Occurence fields into Event, add recurring events support 2012-12-31 17:24:35 +01:00
management agenda: remove createacts command, it is no more needed 2013-01-28 11:41:08 +01:00
migrations agenda/migrations: rename migration to fix periodicities 2014-04-11 16:10:32 +02:00
templates/agenda agenda: a clearer informative message on event exceptions. 2014-10-03 15:36:37 +02:00
templatetags agenda: add some filters. 2013-06-21 11:01:12 +02:00
README Begin model 2012-09-19 17:41:13 +02:00
__init__.py Begin model 2012-09-19 17:41:13 +02:00
admin.py agenda/actes/dossiers: move Occurence fields into Event, add recurring events support 2012-12-31 17:24:35 +01:00
appointments.py agenda: availabilities in schedules are service agnostic 2014-09-26 15:19:57 +02:00
forms.py agenda: prevent periodic modification and deletion if one act is not new. 2014-09-29 08:02:24 +02:00
managers.py agenda: displaying overlapping appointments is a service option 2014-09-16 16:53:11 +02:00
models.py agenda: prevent periodic modification and deletion if one act is not new. 2014-09-29 08:02:24 +02:00
tests.py agenda: adapt tests to new Event/Act interactions 2013-01-10 11:48:10 +01:00
urls.py ressource disponibility view refactored 2014-03-28 11:56:05 +01:00
views.py agenda: availability bar doesn't care about events' services 2014-09-23 16:35:49 +02:00

README

This Django module is based on django-swingtime
https://code.google.com/p/django-swingtime/

django-swingtime is copyright by David A. Krauth.