Skip to main content

The unseen, silent tribute to those we have lost.

Project description

Django Clacks

The unseen, silent tribute to those we have lost.

python-versions version discord


django-clacks contains boilerplate code for working with the nonstandard HTTP header X-Clacks-Overhead.

You can find out more about the X-Clacks-Overhead header here: https://xclacksoverhead.org/home/about

Installation

Django Clacks is on PyPI. Install it with pip install django-clacks or add it with your dependency manager.

Quickstart

Add clacks.middleware.ClacksMiddleware to your MIDDLEWARE setting:

MIDDLEWARE = [
    # ...
    "clacks.middleware.ClacksMiddleware",
    # ...
]

By default, all responses will now have a header X-Clacks-Overhead, with the content GNU Terry Pratchett.
You can modify the names used with the CLACKS_NAMES setting. The following setting:

CLACKS_NAMES = [
    "Terry Pratchett",
    "Joe Armstrong",
]

Will result in an X-Clacks-Overhead header containing GNU Terry Pratchett, Joe Armstrong.

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-clacks-0.2.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

django_clacks-0.2.0-py3-none-any.whl (2.4 kB view hashes)

Uploaded 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