Skip to main content

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


Download files

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

Source Distribution

django-eintopf-0.0.1-beta2.tar.gz (2.2 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