Collection of small tools and enhancements for Django
Project description
# django-eintopf Collection of small tools and enhancements for Django
## Templatetags
### “Core” use: {% load eintopf %}
#### Filters
##### isnone {{ value|isnone }} Strict test if ‘value’ is None. Return True or False.
##### isempty {{ value|isempty }} If ‘value’ is None or empty string/number or list/dict without items return True.
##### isset {{ value|isempty }} If ‘value’ is not None or non-empty string/number or list/dict have items return True.
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
Close
Hashes for django-eintopf-0.0.1-beta2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | db2bdbd9be888cf3085e60f442ec1849450e3e06221e431ce6e0a6628592f3f1 |
|
MD5 | 57b8cab5fbe1bddf7f0cb68b3a86e287 |
|
BLAKE2b-256 | a4e86c158c8cc7fbeb0426910b98fd9e77574f6c7c1525a52501053c6e2ce6bb |