WhiteNoise
WhiteNoise
Using WhiteNoise with Django
1. Make sure
staticfiles
is configured correctly
2. Enable WhiteNoise
3. Add gzip and caching support
Troubleshooting
4. Use a Content-Delivery Network
(optional)
Instructions for Amazon CloudFront
Restricting CloudFront to static files
Available Settings
Using WhiteNoise with any WSGI application
WhiteNoise API
Gzip Support
Caching Headers
Using a Content Distribution Network
Configuration attributes
WhiteNoise
Docs
»
Index
A
|
C
|
M
|
W
A
add_files() (WhiteNoise method)
allow_all_origins
autorefresh
C
charset
M
max_age
W
WhiteNoise (built-in class)
WHITENOISE_ALLOW_ALL_ORIGINS
WHITENOISE_AUTOREFRESH
WHITENOISE_CHARSET
WHITENOISE_GZIP_EXCLUDE_EXTENSIONS
WHITENOISE_MAX_AGE
WHITENOISE_ROOT
WHITENOISE_USE_FINDERS