/django-static-delivery

Django middleware to server static files from Django in production (use with caution!)

Primary LanguagePythonMIT LicenseMIT

django-static-delivery

Latest Version CI Status Coverage Status Documentation Status

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 interpreter is required in addition to poetry.

$ poetry install

Now you're ready to run the tests:

$ make tests