smsverification is a Pluggable application for TurboGears2.
smsverification can be installed both from pypi or from bitbucket:
pip install smsverification
should just work for most of the users
In your application config/app_cfg.py import plug:
from tgext.pluggable import plug
Then at the end of the file call plug with smsverification:
plug(base_config, 'smsverification')
You will be able to access the plugged application at http://localhost:8080/smsverification.
smsverification makes available a some hooks which will be called during some actions to alter the default behavior of the appplications:
smsverification exposes a bunch of partials which can be used to render pieces of the blogging system anywhere in your application:
The templates used by registration and that can be replaced with tgext.pluggable.replace_template are: