You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2023. It is now read-only.
I can't get turbo_django (Model)streams to work. Components work, but my ModelStream refuses doing what I want. I suppose there are some errors in the documentation, and at least it should be improved here.
First, at templates.rst, you say room.channel.append(... - room in this case (a ModelStream instance) has no "channel" attr. Maybe you mean "stream" here? But there are other things that are missing. "..., or pass a Django instance..." is a bit weird. I think you mean a Model instance that has a stream attached?
RoomListChannel isn't anything that can be referred to in the tutorial before, and is never explained. Is this a stream?
The turbo_subscribe tag section should be before the usage of it.
If you help me a bit to understand I could try to reorganize and corect this page for "newcomers" like me.
But I need help - because, like I said, using the docs, I can't get ModelStream to work...