Provides a way to invite new users into a TurboGears2 application
Project description
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:
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-invitations-0.1.2.tar.gz
.
File metadata
- Download URL: tgapp-invitations-0.1.2.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98f7fa8d0221d01c38720024f3407c1512218ab4c1e201cfaf799a174eb7b7d7 |
|
MD5 | e29b7e521d58dddc4dbe941a6946a878 |
|
BLAKE2b-256 | eebd00fff88e2dc37bf1fb753094342a794c0c84bf8de8deb7dc8969cada51e0 |