Well this worked (added to app_cfg.py) , thanks!
 

def enable_plugs ():
    from tg import config
    if config.get ('indexer_enabled'):
        plug(base_config, "indexer", plug_bootstrap=False)


from tg.configuration import milestones
milestones.config_ready.register (enable_plugs)

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to