Jacob Rief

Results 514 comments of Jacob Rief

By inheriting from an existing plugin and overriding classmethod `get_identifier`, you can render whatever you want. Since that would be a lot of work, how about if I add a...

This only makes sense for websockets connected using `session` as audience. In that case, then yes, it could be implemented. I could imagine to create a special list in Redis,...

I strongly recommend against any database stuff inside the websocket loop. Its even dangerous to retrieve a User using the session-id, but at least, Django caches these objects. A callback...

@Morpho @lonemc The websocket loop gets notified, if the (web)socket is closed. However, this event currently is not propagated to any business logic. It could easily be done though.

@Frky > it is the very first time I deal with Redis, so I might not be the best one to implement properly this idea Before starting this project, I...

@Xiphoseer Just one additional question: Did you create your own plugin with its own form, or did you use the `BootstrapRowPlugin` as provided by djangocms-cascade?

But I absolutely agree, that I should not render an "Empty form message", if there are any `untangled_fields` in the form's `Meta` class. This should be fixed.

Could you please retry with the latest version from this repository.

No, you must run both. A simple way of doing this is to use the uWSGI's emperor.