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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for wsgi_django_media-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d9bcadf1712189ea9f05e638ebb71a7872cd86f8775c35c5f5dd522334d4d2b |
|
MD5 | 5e6a768049b96478dc16e0f8766d22e1 |
|
BLAKE2b-256 | 25bc26872659a815d4a3a942c2870bd49ab898eb9f0e72755ecf893b45c97bbd |