About Anaconda Help Download Anaconda

Radically simplified static file serving for Python web apps

copied from cf-staging / whitenoise

Installers

Info: This package contains files in non-standard labels.
  • noarch v6.7.0
  • osx-64 v3.3.1
  • linux-64 v3.3.1
  • win-32 v3.3.1
  • win-64 v3.3.1

conda install

To install this package run one of the following:
conda install conda-forge::whitenoise
conda install conda-forge/label/cf201901::whitenoise
conda install conda-forge/label/cf202003::whitenoise
conda install conda-forge/label/gcc7::whitenoise

Description

With a couple of lines of config WhiteNoise allows your web app to serve its own static files, making it a self-contained unit that can be deployed anywhere without relying on nginx, Amazon S3 or any other external service. (Especially useful on Heroku, OpenShift and other PaaS providers.) It's designed to work nicely with a CDN for high-traffic sites so you don't have to sacrifice performance to benefit from simplicity. WhiteNoise works with any WSGI-compatible app but has some special auto-configuration features for Django.


© 2024 Anaconda, Inc. All Rights Reserved. (v3.0.9) Legal | Privacy Policy