Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 448 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 448 Bytes

This is an experimental project with no releases. Don’t use it yet.

Django Bind HTML

Python 3.6+

Middleware for applying Bind HTML to the output of a request in Django.

Testing, etc.

Install development requirements (Requires Python >= 3.8):

make install

Sort imports:

make format

Lint:

make lint

Test:

make test