Metadata-Version: 1.1
Name: django-general-filters
Version: 0.0.1
Summary: Useful custom django filters
Home-page: https://www.programset.com/
Author: Long PengYu
Author-email: 497626363@qq.com
License: BSD License
Description: =====
        Django-General-Filters
        =====
        
        django-general-filters is a liberary of useful custom django filters.
        
        With django-general-filters 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 = [
                ...
                'generalfilters',
            ]
        
        2. Load the general_filters filter in your templates like this::
        
            {% load general_filters %}
        
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
