[Bug 239107] [NEW PORT] www/py-whitenoise: Radically simplified static file serving for wsgi applications
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jul 10 09:39:28 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239107
Bug ID: 239107
Summary: [NEW PORT] www/py-whitenoise: Radically simplified
static file serving for wsgi applications
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: alex at xanderio.de
Radically simplified static file serving for Python web apps
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.
WWW: http://whitenoise.evans.io
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list