categories management system for web applications in turbogears2
Project description
About tgapp-categories
tgapp-categories is a Pluggable application for TurboGears2.
Installing
tgapp-categories can be installed both from pypi or from github:
pip install tgappcategories
should just work for most of the users
Plugging tgapp-categories
In your application config/app_cfg.py import plug:
from tgext.pluggable import plug
Then at the end of the file call plug with tgappcategories:
plug(base_config, 'tgappcategories')
You will be able to access the plugged application at http://localhost:8080/tgappcategories.
Available Hooks
tgapp-categories makes available a some hooks which will be called during some actions to alter the default behavior of the appplications:
Exposed Partials
tgapp-categories 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-categories-0.1.4.tar.gz
.
File metadata
- Download URL: tgapp-categories-0.1.4.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eeaa1dc578921542d20dfd2f0775d6f175bc79da0fc485dacbb7d780d8618abd |
|
MD5 | bc06cda46cb9fb7e055e9ff1870b1583 |
|
BLAKE2b-256 | fdc82a3414aa3ae7e30f4aeaef28aae17513a94799e1846b0bd762f9901476e4 |