Metadata-Version: 1.0
Name: FeinCMS-Template-Content
Version: 0.0.1
Summary: FeinCMS content types with (optionally) selectable templates.
Home-page: https://github.com/RichardOfWard/feincms-template-content
Author: Richard Ward
Author-email: richard@richard.ward.name
License: MIT License
Description: ========================
        FeinCMS Template Content
        ========================
        
        FeinCMS content types with (optionally) selectable templates.
        (this project is not endorsed by FeinCMS).
        
        Use the TemplateContent class a base class for your template based content
        types in FeinCMS. The template used is selectable in the admin panel.
        
        
        Installation
        ============
        
        Use your favorite method to get it from pypi, for example:
        
        ::
        
            pip install feincms-template-content
        
        if you want to use the bundled RichTextContent's templates you'll need to add
        ``feincms_template_content`` to your ``INSTALLED_APPS``.
        
Platform: UNKNOWN
