UNKNOWN
Project description
About switchboard_tg2
switchboard-tg2 provides an easy way to plug Switchboard, a feature flipper library, into TurboGears2 applications.
Installing
switchboard_tg2 can be installed both from pypi:
easy_install switchboard_tg2
should just work for most of the users
Plugging switchboard_tg2
In your application config/app_cfg.py import plug:
from tgext.pluggable import plug
Then at the end of the file call plug with switchboard_tg2:
plug(base_config, 'switchboard_tg2')
You will be able to access Switchboard’s admin UI at http://localhost:8080/switchboard.
More information
You can find more information about Switchboard and how to use it in your code in the Switchboard docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
switchboard-tg2-0.1.tar.gz
(2.5 kB
view hashes)