Skip to content

chasefinch/django-bind-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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