Skip to main content

staticblocks provides you with tools for content managers to easily include flatpage content as a snippet in your templates while retaining structured control over the templates themselves

Project description

staticblocks provides you with tools for content managers to easily include flatpage content as a snippet in your templates while retaining structured control over the templates themselves.

The template designers will define page blocks in the templates.

The content managers will choose which flatpage to use as the snippet embedded in each page block.

You must have ‘django.contrib.flatpages’ in your INSTALLED_APPS.

To install, add ‘staticblocks’ to your INSTALLED_APPS and re-run syncdb.

Using it

Code to write

On the template level, define your static blocks with arbitrary string labels by passing the label into the scope of the included template snippet:

{% with "index.html/firstpageblock" as blockname %}
  {% include 'staticblock/widgets/block.html' %}
{% endwith %}

{% with "index.html/secondpageblock" as blockname %}
  {% include 'staticblock/widgets/block.html' %}
{% endwith %}

On the site, allowed users will now be able to associate that page block with a flatpage, which will be pulled in as page content into that block.

Permissions to assign

Assign the following permisssions to your users and groups as desired:

flatpages.add_flatpage
flatpages.change_flatpage
staticblocks.add_staticblock
staticblocks.change_staticblock

Templates to use

You can customize the layout of the pulled-in block by editing or forking these templates:

staticblock/templates/staticblock/widgets/block.html
staticblock/templates/staticblock/widgets/title.html

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

Uploaded Source

File details

Details for the file django-staticblocks-0.5.tar.gz.

File metadata

File hashes

Hashes for django-staticblocks-0.5.tar.gz
Algorithm Hash digest
SHA256 8ca6a4a887ef7f0de8b6496679e3b7a06576a298e2add690239e1c484bc185a1
MD5 f6de97a377e4f206f7f3ae54970d3108
BLAKE2b-256 7b110b77633f0afb0f7d1959de0401ee1780ade7d2327b1c63238969ec1336f5

See more details on using hashes here.

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