Skip to main content

Provides a way to invite new users into a TurboGears2 application

Project description

About tgapp-invitations

tgapp-invitations is a Pluggable application for TurboGears2.

allows the users with invitations-invite permission to invite people via email

this pluggable requires tgapp-registration to be plugged

Installing

tgapp-invitations can be installed from pypi:

pip install tgappinvitations

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, 'invitations')

You will be able to access the plugged application at http://localhost:8080/invitations.

Options

  • invite_required (default: True): when False the normal tgapp-registration flow is preserved.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tgapp-invitations-0.2.7.tar.gz (11.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page