Metadata-Version: 1.1
Name: coffin-absolute
Version: 0.1.0
Summary: Provides absolute_url tag and filter in Jinja2 templates when using the coffin package with Django.
Home-page: https://github.com/pacemkr/coffin-absolute
Author: Nikolay Zalutskiy
Author-email: pacemkr@{nospam}gmail.com
License: UNKNOWN
Description: coffin-absolute
        ===============
        Provides ``absolute_url`` tag and filter in Jinja2 templates when using the ``coffin`` package with Django.
        
        The ``absolute_url`` tag has the same arguments as the ``url`` tag.
        The ``absolute_url`` filter takes the ``request`` as the additional, first argument.
        
        Both the tag and the filter render an absolute url based on the host of the request context.
        
        Installation
        ============
        Just add ``'coffin_absolute'`` to ``INSTALLED_APPS``.
        
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
