django
django copied to clipboard
Django Logux integration engine https://logux.io/
We need an API doc like [we have for Node.js](https://logux.io/node-api/). I will like to have the same design for API docs across all languages. So we will need to write...
The long-term plan of Logux Django promotion - [ ] Add engine to the real project - [ ] Add docs to Logux Django `README.md` about Logux benefits for Python...
We need to add stream support to protocol processing as [it requires in docs](https://logux.io/protocols/backend/examples/#subscription). Pseudocode: ```diff - answers = [get_resend(), get_access(), get_processed()] - response.send(json: answers) + response.write("[") + resporce.write(get_resend()) +...
Need a clear description and a few examples of how to work with `send_back`, `undo` and `add`
@ai please, leave here the details of getting `sessionid` from Logux proxy, when it will be ready
Bumps [django](https://github.com/django/django) from 3.1.4 to 3.1.14. Commits 840bebf [3.1.x] Bumped version for 3.1.14 release. 22bd174 [3.1.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream... cfb780d [3.1.x] Added stub...