Revision 602ecd07
Added by Frédéric Péters over 10 years ago
calebasse/settings.py | ||
---|---|---|
295 | 295 |
# display events only for current service |
296 | 296 |
CURRENT_SERVICE_EVENTS_ONLY = True |
297 | 297 |
|
298 |
# dictionary to define non-default behaviours for some services |
|
299 |
SERVICE_SETTINGS = {} |
|
300 |
|
|
298 | 301 |
#CSV_ENCODING = 'cp1252' #For windows : windows-1252/Winlatin1 |
299 | 302 |
#CSVPROFILE = {\ |
300 | 303 |
# 'delimiter' : ';', |
Also available in: Unified diff
settings: add per-service settings, for non-default behaviours
Closes #5457