Skip to main content

Useful custom django filters

Project 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 %}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-general-filters-0.0.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page