Serve static files directly from a WSGI application
Project description
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
Main documentation site: http://whitenoise.evans.io
Get started with WhiteNoise and Django
Get started with WhiteNoise and any other WSGI application
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.4 — 1.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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for whitenoise-1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 276abc36d499294e46ef809c80e4b9f620e918f43de4475f81304ba37707fc76 |
|
MD5 | dc4d9103fb631a221ae1dd921341e098 |
|
BLAKE2b-256 | 31008545f9ddd30acddb5041f72501e1538e102eae6de20fb5061f54e7edcffb |