Works like normal inclusion tag but it allows the wrapped function to specify which template to use, or to abort althogether and return.
Example:
@configurable_inclusion_tag(register)
def maybe_show_foo(context):
if not SHOULD_SHOW_FOO:
return None
return 'foo.html', context
Example:
@configurable_inclusion_tag(register)
def maybe_show_foo(context):
if not SHOULD_SHOW_FOO:
return None
return 'foo.html', context
Release files for django-configurable-inclusion-tag 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-configurable-inclusion-tag-0.1.1.tar.gz | 2.0 kB | Details |
Release files / django-configurable-inclusion-tag-0.1.1.tar.gz
| Download URL | django-configurable-inclusion-tag-0.1.1.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2331905caf409d224cddea045a1d8f7d4ceda3294db3538f0d609d0409aae4f2
|
|
BLAKE2b-256 checksum How to use checksums |
9069fe153acb9c1b0d3d82729e050636cee758ff44daf22aa3a05aeb31120be3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |