Skip to main content

WSGI middleware to serve media for faster Django development

Project description

Really simple wsgi middleware to serve media files before hitting the Django app. Only enabled when Django DEBUG is True. This can really speed up your local development process when a page loads a lot of media files.

Status

https://readthedocs.org/projects/wsgi-django-media/badge/?version=latest https://travis-ci.org/mvantellingen/wsgi-django-media.svg?branch=master http://codecov.io/github/mvantellingen/wsgi-django-media/coverage.svg?branch=master https://img.shields.io/pypi/v/wsgi-django-media.svg

Getting started

Using this module is really simple. In Django for example edit the wsgi.py file and add the following to the end of the file.

from wsgi_django_media import DjangoMedia
application = DjangoMedia(application)

Installation

You can install the latest version using pip:

pip install wsgi-django-media

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

wsgi-django-media-1.0.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

wsgi_django_media-1.0.0-py2.py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 2 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