Sfoglia il codice sorgente

make tgext.admin plugin work. this plugin requires toscawidgets2 to be activated

Damien Accorsi 11 anni fa
parent
commit
9bd67eb75b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pboard/pboard/config/app_cfg.py

+ 1 - 1
pboard/pboard/config/app_cfg.py Vedi File

@@ -22,7 +22,7 @@ from pboard.lib import app_globals, helpers
22 22
 base_config = AppConfig()
23 23
 base_config.renderers = []
24 24
 base_config.use_toscawidgets = False
25
-base_config.use_toscawidgets2 = False
25
+base_config.use_toscawidgets2 = True
26 26
 
27 27
 base_config.package = pboard
28 28