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.
django-static-delivery supports Python 3 only and requires at least Django 1.11. No other dependencies are required.
A Python 3 interpreter is required in addition to poetry.
$ poetry install
Now you're ready to run the tests:
$ make tests