Djp

Latest version: v0.3.1

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.1

- Removed unintended debug `print()` output.

0.3

- New plugin hook: [asgi_wrapper()](https://djp.readthedocs.io/en/latest/plugin_hooks.html#asgi-wrapper). 14

0.2

- The new `djp.Position(middleware, before=other_middleware)` and `djp.Position(middleware, after=other_middleware)` marks ([documented here](https://djp.readthedocs.io/en/latest/plugin_hooks.html#middleware)) can now be used to cause middleware to be inserted in an exact position relative to other middleware. [10](https://github.com/simonw/djp/issues/10)

0.1.2

- Fix for crash if `MIDDLEWARE` in existing `settings.py` is specified as a tuple. [9](https://github.com/simonw/djp/issues/9)

0.1.1

- Documentation now [covers the cookiecutter template](https://djp.readthedocs.io/en/latest/creating_a_plugin.html#using-cookiecutter) for creating new plugins.

0.1

- Simplified settings: add `import djp; djp.setting(globals())` to `settings.py`. [7](https://github.com/simonw/djp/issues/7)
- First non-alpha release.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.