Skip to main content

Serve static files directly from a WSGI application

Project description

Build Status Latest PyPI version

WSGI middleware for easy serving of static files, with optional integration with Django. Secure and efficient enough to use in production, and designed to be CDN-friendly for high-traffic sites.

Just wrap your WSGI application in the WhiteNoise middleware, give it the path to your static files directory and any requests matching files in that directory will be served correctly. All other requests are passed on to your application.

Features

  • Simple to configure

  • Handles caching (sends cache headers and returns Not Modified responses when appropriate)

  • Serves gzipped content (handling Accept-Encoding and Vary headers correctly)

  • Provides hooks for customisation, e.g. sending custom headers for certain files

  • Can serve static files from arbitrary URLs, not just from a fixed URL prefix, so you can use it to serve files like /favicon.ico or /robots.txt

  • Django version can automatically gzip your files, create uniquely-named versions of each file and set them to be cached forever – all with one line of config

Documentation

Shouldn’t I be using a real webserver, or a CDN, or Amazon S3? See Infrequently Asked Questions

Compatibility

WhiteNoise works with any WSGI-compatible application and is tested on Python 2.7, 3.3 and 3.4

DjangoWhiteNoise is tested with Django versions 1.41.7

Endorsements

WhiteNoise is being used in Warehouse, the in-development replacement for the PyPI package repository.

Some of Django and pip’s core developers have said nice things about it:

@jezdez: “[WhiteNoise] is really awesome and should be the standard for Django + Heroku

@dstufft: “Whitenoise looks pretty excellent.

Issues

See the GitHub issue tracker.

License

MIT Licensed

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

whitenoise-1.0.tar.gz (346.0 kB view hashes)

Uploaded Source

Built Distribution

whitenoise-1.0-py2.py3-none-any.whl (12.1 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