Skip to main content

Keyed blocks of content for use in your Django templates

Project description

  1. Install using pip

$ pip install django-chunks2
  1. Add the chunks application to INSTALLED_APPS in your settings file (usually settings.py)

  2. Sync database (./manage.py syncdb or ./manage.py migrate)

  3. Use chunks on your templates

{% load chunks %}

<html>
  <head>
    <title>Test</title>
  </head>
  <body>
    <h1>Blah blah blah</h1>
    <div id="sidebar">
        ...
    </div>
    <div id="left">
        {% chunk "home_page_left" %}
    </div>
    <div id="right">
        {% chunk "home_page_right" %}
    </div>
  </body>
</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-chunks2-2.8.3.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

django_chunks2-2.8.3-py2.py3-none-any.whl (18.3 kB view hashes)

Uploaded Python 2 Python 3

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