Skip to main content

Adds the X-Powered-By header to your Django site

Project description

Authors:

Justin Quick <justquick@gmail.com>

Version:
0.1
pip install django-xpower==0.1.0

Django X Power is a simple middleware that adds the X-Powered-By header to any Django site.

Install

Install the module using pip/easy_install or whatever you like then add in the middleware into your MIDDLEWARE_CLASSES:

MIDDLEWARE_CLASSES = (
    'xpower.middleware.XPoweredByMiddleware',
    ...
)

Configure

In your settings you may define the contents of the X-Powered-By header:

X_POWERED_BY = 'Django'

If you do not set this it will use the default which is 'Django/%(version)s where %(version)s is replaced with the version of Django that you are using.

Testing

An example project is provided so just run ./manage.py runserver and then you can confirm that it is working by running curl -i http://localhost:8000 | head. You should see something like this:

HTTP/1.0 200 OK
Date: Wed, 07 Jul 2010 15:40:59 GMT
Server: WSGIServer/0.1 Python/2.6.1
Content-Type: text/html
X-Powered-By: Django/1.2.1 SVN-13336

Alternates

Some alternatives for the header contents:

  • Ponies with magical powers

  • Who the fuck knows

  • A series of tubes

  • Perfectionists with deadlines

  • Opinionated developers

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-xpower-0.1.0.tar.gz (1.8 kB view details)

Uploaded Source

File details

Details for the file django-xpower-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-xpower-0.1.0.tar.gz
Algorithm Hash digest
SHA256 34029587de05f572e46f6b2bb9669397e6c3546be7d16e34ecabafb59b86c007
MD5 040d4557f518889b904f62a9a15320d9
BLAKE2b-256 d14b085e5ea68d1667cb55dd6e7b6efd62ad87b84f76583fc22b6dc1642f9606

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