Skip to content

axant/tgapp-invitations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published