Table of Contents
To make the switch entirely from traditional TG widgets to ToscaWidgets:
- Install ToscaWidgets (easy_install ToscaWidgets).
- Install twForms (easy_install tw.forms).
- In your app.cfg, set “toscawidgets.on = True”.
- Change your site template so that it does not have any calls to ET (these were needed in older TurboGears versions to render widgets using Kid templates on web pages rendered using Genshi templates).
- If your app.cfg has anything in tg.include_widgets, install the “tw*” version of the widget and reference the new version in tg.include_widgets.