Skip to main content

No project description provided

Project description

blacknoise

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install blacknoise

Using blacknoise with Django to serve static files

from blacknoise import BlackNoise
from django.core.asgi import get_asgi_application
from pathlib import Path

BASE_DIR = Path(__file__).parent

application = BlackNoise(get_asgi_application())
application.add(BASE / "static", "/static")

License

blacknoise is distributed under the terms of the MIT license.

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

blacknoise-0.0.3.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

blacknoise-0.0.3-py3-none-any.whl (4.9 kB view hashes)

Uploaded 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