A middleware to delivery static files in Django.
Project description
Usage
Please refer to the Documentation to learn how to use django-static-delivery. Basicly, static_delivery provides a middleware to serve static files in - for example - Docker setups. The package uses a middleware instead of a view to make sure we can bypass cookies.
Requirements
django-static-delivery supports Python 3 only and requires at least Django 1.11. No other dependencies are required.
Prepare for development
A Python 3.6 interpreter is required in addition to pipenv.
$ pipenv install --python 3.6
$ pipenv shell
$ pip install -e .
Now you’re ready to run the tests:
$ pipenv run py.test
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
Built Distribution
Close
Hashes for django-static-delivery-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68fb111d8cc9cc0d4a23a116f112d99d1aa9808392ebcb383bf0ee177a164cc5 |
|
MD5 | 68c00d0fbad4adf61ce7722f1bae34e7 |
|
BLAKE2b-256 | 62d9a9fb001a8134fec391a03f3cb4a8d0c6b335428e2da579a2054d9605d741 |
Close
Hashes for django_static_delivery-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3cac3fdbc24b68fdf5c6eddccf4b6ada32bb1a12d7aa9417b8e20373e4ba721 |
|
MD5 | 895f4e8f1712a7b7e7772bacd227402f |
|
BLAKE2b-256 | 7c3d279b575584ed3f9a7a6f5623c1863181bf7e29aa0900ab93ba51db6fb582 |