Projet

Général

Profil

0001-settings-add-a-dictionary-to-define-non-default-beha.patch

Frédéric Péters, 10 septembre 2014 21:56

Télécharger (847 octets)

Voir les différences:

Subject: [PATCH] settings: add a dictionary to define non-default behaviours
 for some services

(fixes: #5457)
 calebasse/settings.py | 3 +++
 1 file changed, 3 insertions(+)
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' : ';',
301
-