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 %}
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-general-filters-0.0.1.zip
.
File metadata
- Download URL: django-general-filters-0.0.1.zip
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76f78300ad00ace2fbe52009ad1dbfa17ee39bbe0af3e4305be169bbb6b5ecdc |
|
MD5 | 8e192a9d28a582b6865de42bc0c106e4 |
|
BLAKE2b-256 | 5519d9aaffe45756b3b647dc1ab0a6729c70f6c4a70e27baa3c244ad76593d9a |