Revision 76974b6f
Added by Benjamin Dauvergne almost 12 years ago
calebasse/agenda/conf/default.py | ||
---|---|---|
27 | 27 |
|
28 | 28 |
# Indicate the default length in time for a new occurrence, specifed by using |
29 | 29 |
# a datetime.timedelta object |
30 |
DEFAULT_OCCURRENCE_DURATION = datetime.timedelta(hours=+1)
|
|
30 |
DEFAULT_EVENT_DURATION = datetime.timedelta(hours=+1)
|
|
31 | 31 |
|
32 | 32 |
# If not None, passed to the calendar module's setfirstweekday function. |
33 | 33 |
CALENDAR_FIRST_WEEKDAY = 1 |
Also available in: Unified diff
agenda/actes/dossiers: move Occurence fields into Event, add recurring events support