From b014173427a4c0eefdd2364d8b2c36373384c154 Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Tue, 16 Sep 2014 10:57:42 +0200 Subject: [PATCH] service settings vars documented --- calebasse/settings.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/calebasse/settings.py b/calebasse/settings.py index 2e6daf0..2958540 100644 --- a/calebasse/settings.py +++ b/calebasse/settings.py @@ -297,6 +297,11 @@ CURRENT_SERVICE_EVENTS_ONLY = True # dictionary to define non-default behaviours for some services SERVICE_SETTINGS = {} +# valid keys +# - show_overlapping_appointments: boolean (default: False) +# - age_format: string, string (default: None, alternative behaviour to have +# age always displayed in months: "months_only") + #CSV_ENCODING = 'cp1252' #For windows : windows-1252/Winlatin1 #CSVPROFILE = {\ -- 2.1.0