Metadata-Version: 1.1
Name: django-general-tags
Version: 0.1
Summary: Useful custom django tags
Home-page: https://www.example.com/
Author: Long PengYu
Author-email: 497626363@qq.com
License: BSD License
Description: =====
        Django-General-Tags
        =====
        
        django-general-tags is a liberary of useful custom django tags.
        
        With django-general-tags you can develop django applications faster and 
        easier, and no need to deal with some difficult stuff about tags and filters.
        
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        1. Add "generalfilters" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'generaltags',
            ]
        
        2. Load the general_filter filter in your templates like this::
        
            {% load general_tags %}
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
