About tgapp-invitations
tgapp-invitations is a Pluggable application for TurboGears2.
Installing
tgapp-invitations can be installed both from pypi or from bitbucket:
pip install tgappinvitations
should just work for most of the users
Plugging tgapp-invitations
In your application config/app_cfg.py import plug:
from tgext.pluggable import plug
Then at the end of the file call plug with tgappinvitations:
plug(base_config, 'tgappinvitations')
You will be able to access the plugged application at http://localhost:8080/tgappinvitations.
Available Hooks
tgapp-invitations makes available a some hooks which will be called during some actions to alter the default behavior of the appplications:
Exposed Partials
tgapp-invitations exposes a bunch of partials which can be used to render pieces of the blogging system anywhere in your application:
Exposed Templates
The templates used by registration and that can be replaced with tgext.pluggable.replace_template are:
Release files for tgapp-invitations 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tgapp-invitations-0.1.1.tar.gz | 11.5 kB | Details |
Release files / tgapp-invitations-0.1.1.tar.gz
| Download URL | tgapp-invitations-0.1.1.tar.gz |
|---|---|
| Size | 11.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b97a03539620187417d81de9ebcea6c8269707bd00398ba45224f4553a86fa65
|
|
BLAKE2b-256 checksum How to use checksums |
d79d877e36fbe4b52a388c6fd2d5a8f1c33ba8fbdc1134f69bd64751dc13dcb9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |