whitenoise — Easy Playground
Serve static files efficiently in Django/WSGI apps
Getting started with whitenoiseRun locally
Install
pip install whitenoisePython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: whitenoise)
whitenoise is a third-party package. Serve static files efficiently in Django/WSGI apps. Install with: pip install whitenoise
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?