- integrate github actions
- fix py38 support
- fix an unclosed curly bracket
- introduce .gitignore
- prettify markdown files
- add smoke tests using tox
- fix decorator type in README.md (Thanks @MichaelAquilina)
- fix
DEFAULTS
settings typo - suppress Django default_app_config warning
- fix the view/func name after the sql stats table
- move stats table to the bottom
- introduce CHANGELOG.md (Thanks @DmytroLitvinov)
- add base implementation of the decorator/middleware
- introduce setup.py to publish on PyPI