django.contrib.staticfiles storage Example Code

storage is a callable within the django.contrib.staticfiles module of the Django project.

Example 1 from django-debug-toolbar

django-debug-toolbar (project documentation and PyPI page) grants a developer detailed request-response cycle information while developing a Django web application. The code for django-debug-toolbar is open source and maintained by the developer community group known as Jazzband.

django-debug-toolbar / debug_toolbar / panels / staticfiles.py