Project

General

Profile

Revision b053993c

IDb053993c709164015793eed9d50e1a035cd303c2
Parent d7188849
Child 0c6b774c

Added by Francois POIROTTE about 14 years ago

Suppression d'éléments de configuration désormais fournis par vigilo.turbogears (r3012).

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@3024 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigigraph/config/app_cfg.py
19 19
from vigigraph.lib import app_globals, helpers
20 20

  
21 21
base_config = VigiloAppConfig('vigigraph')
22
base_config.renderers = []
23

  
24 22
base_config.package = vigigraph
25 23

  
26
#Set the default renderer
27
base_config.default_renderer = 'genshi'
28
base_config.renderers.append('genshi')
29

  
30
#Configure the base SQLALchemy Setup
31
base_config.use_sqlalchemy = True
32

  
33 24
# Configure the authentication backend
34 25
base_config.auth_backend = 'sqlalchemy'
35 26

  

Also available in: Unified diff