Skip to main content

A Django app for managing re-usable blocks of tiny content.

Project description

WARNING: This code is entirely unsupported, 0.9.0 will be the last release of django-tinycontent.

django-tinycontent is a simple Django application for re-usable content blocks, much like django-boxes.

Installation is simple:

pip install django-tinycontent

Add tinycontent to your INSTALLED_APPS.

Usage in templates is simple:

{% load tinycontent_tags %}

{% tinycontent_simple 'content_name' %}

Or, to specify a value if a content block by the given name cannot be found, use:

{% load tinycontent_tags %}

{% tinycontent 'content_name' %}
This will be shown if no matching object is found.
{% endtinycontent %}

The name of the content block can also be a context variable, using both the simple and the complex variants.

Content blocks themselves can be added and edited using Django’s admin interface. If a block with the name given in the template tag cannot be found, either nothing is rendered (if using tinycontent_simple), or the text between tinycontent and endtinycontent is rendered (if using the more complex variant).

To apply custom filters to your content, set TINYCONTENT_FILTER to a dotted path to a callable that takes the raw content and returns the transformed content. You can also set TINYCONTENT_FILTER to be a list of dotted paths to callables, to chain filters together.

django-tinycontent supports all versions of Django from 2.0 to 3.0. Python 3.6, 3.7 and 3.8 are supported.

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-tinycontent-0.9.0.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

django_tinycontent-0.9.0-py2.py3-none-any.whl (19.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-tinycontent-0.9.0.tar.gz.

File metadata

  • Download URL: django-tinycontent-0.9.0.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.0

File hashes

Hashes for django-tinycontent-0.9.0.tar.gz
Algorithm Hash digest
SHA256 a0adb93b12e9468ea1a28361278392f101e8db48236fec2af8216a72ecd22786
MD5 f4cab0cc5cfc01a05100a2dad1f1ca6d
BLAKE2b-256 2817dffcd2ddf5a8822468c174febfb61c6e4db4c0506912ded1dc33f29e48bc

See more details on using hashes here.

Provenance

File details

Details for the file django_tinycontent-0.9.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_tinycontent-0.9.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c2bc52a6fed0384e419eae149c835057bfdb891b007cf31212503b3e3c916d59
MD5 27803294b0e68e05b1dd05fecefb65ae
BLAKE2b-256 0c4048b95691930fb70727dd7e248d7b56ee6a719f542c9cedb2e563d34e59e9

See more details on using hashes here.

Provenance

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