Metadata-Version: 1.0
Name: tgapp-permissions
Version: 0.1.2
Summary: Permission management for web application in turbogears2
Home-page: https://github.com/axant/tgapp-permissions
Author: Axant, Vincenzo Castiglia
Author-email: vincenzo.castiglia@axant.it
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: About tgapp-permissions
        -------------------------
        
        tgapp-permissions is a Pluggable application for TurboGears2.
        
        Installing
        -------------------------------
        
        tgapp-permissions can be installed both from pypi or from bitbucket::
        
            pip install tgapppermissions
        
        should just work for most of the users
        
        Plugging tgapp-permissions
        ----------------------------
        
        In your application *config/app_cfg.py* import **plug**::
        
            from tgext.pluggable import plug
        
        Then at the *end of the file* call plug with tgapppermissions::
        
            plug(base_config, 'tgapppermissions')
        
        You will be able to access the plugged application at
        *http://localhost:8080/tgapppermissions*.
        
        Available Hooks
        ----------------------
        
        tgapp-permissions makes available a some hooks which will be
        called during some actions to alter the default
        behavior of the appplications:
        
        Exposed Partials
        ----------------------
        
        tgapp-permissions 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:
        
        
Keywords: turbogears2.application
Platform: UNKNOWN
