tgapp-contactform is a Pluggable application for TurboGears2 that shows a simple contact form.
Project description
About contactform
tgapp-contactform is a Pluggable application for TurboGears2 that shows a simple contact form.
Installing
contactform can be installed both from pypi or from bitbucket:
pip install tgapp-contactform
should just work for most of the users
Plugging contactform
In your application config/app_cfg.py import plug:
from tgext.pluggable import plug
Then at the end of the file call plug with contactform:
plug(base_config, 'contactform')
You will be able to access the plugged application at http://localhost:8080/contactform.
Options
contactform.sender and contactform.recipients can be used to specify the mail sender and receiver. They are required but can be overwritten using the contactform.before_send hook.
Available Hooks
contactform makes available a some hooks which will be called during some actions to alter the default behavior of the appplications:
contactform.before_send(maildata) -> maildata -> called before sending email (the hook must return the maildata)
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
File details
Details for the file tgapp-contactform-0.0.2.tar.gz
.
File metadata
- Download URL: tgapp-contactform-0.0.2.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2af76ee5f75562b9cc866f5c23b0b2b7b48b393c584b8745faea3f697ef48156 |
|
MD5 | 2989387791a1c0d9e6ad0c9b2e69bf57 |
|
BLAKE2b-256 | 76ac79aee89ee39e5d98861f843bb4f16f4aa2f02f235f1af9910a9c8eeb60a4 |