Changeset - b42eae7b7abb
[Not reviewed]
default
0 1 0
Mads Kiilerich (mads) - 6 years ago 2020-08-01 23:18:43
mads@kiilerich.com
Grafted from: 0463d8d387c6
tg: fix launching with kajiki after moving to FullStackApplicationConfigurator 27d9ca0c8381

Application start failed with:
TypeError: 'FullStackApplicationConfigurator' object is not subscriptable
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/config/app_cfg.py
Show inline comments
 
@@ -92,7 +92,7 @@ try:
 
except ImportError:
 
    pass
 
else:
 
    base_config['renderers'].append('kajiki')
 
    base_config.get_blueprint_value('renderers').append('kajiki')
 
    enable_debugbar(base_config)
 

	
 

	
0 comments (0 inline, 0 general)