Skip to main content

Define content fragments in Django templates and store their contents in the database. This is yet another take on the idea previously implemented in django-flatblocks, django-chunks etc.

Project description

This reusable Django app lets you store snippets of text (“grains”) in the database keyed by arbitrary strings. It’s the same idea implemented previously in django-chunks, django-flatblocks, django-tinycontent and others.

Usage

Install with pip install django-grains.

Add grains to INSTALLED_APPS in your project’s Django settings.

Run manage.py syncdb or manage.py migrate (if you’re using South) to create the database tables.

In your templates, create placeholders for grains:

{% load grains_tags %}

{% grain "front-page-title" %}The default title of the front page{% endgrain %}

{% grain "front-page-subtitle" "text/plain" %}The default subtitle of the front page{% endgrain %}

{% grain "front-page-content" "text/html" %}
    <p>This is the default HTML content of the front page.</p>
{% endgrain %}

The first argument to {% grain %} is the unique identifier of the grain. The second argument is the content type which could be used to choose the editor widget for the value in Django’s admin interface. The second argument can be omitted in which case it defaults to text/plain.

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-grains-0.1.2.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file django-grains-0.1.2.tar.gz.

File metadata

File hashes

Hashes for django-grains-0.1.2.tar.gz
Algorithm Hash digest
SHA256 1defc7a8142f3d122f95e27de2a13737540ffecd8b4a93ad01d2ee619f3edbd1
MD5 20303979b66b1e0fd3bf9004e695c187
BLAKE2b-256 ab4934f7c158057bbcfe6069cd755eebbf46b636da9bf75e0d7cb096944317ef

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