Denis

Results 85 comments of Denis

Confirmed, updated from master and it's working now. That black glow of death freaked me out for several minutes though.

Hello, please ensure that the firewall is not blocking incoming requests on port 8000. Also, it would be a good idea to setup some simple django project for production. https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Deployment...

You could try setting something like min-height: 60%; for .message-list Otherwise than that I don't think i know what can be the issue, i'm no css expert. The components i'm...

Hello, this might be the issue with the example because it wasn't updated to support Django 4.0 (as opposed to the package itself) I hope to have the time to...

Please try the latest update from the repo, I've pushed some changes for django 4.0

Has the issue been resolved ? @NoguchiShigeki

Well, consider the following changes to models: 1. Make "users" a Many-To-Many field on DialogsModel 2. Add "group" model with "participants" field (M2M to "User") 3. Split "recipient" field on...

Hi, I assumed that if you're up to this task which is relatively hard, that you have you own frontend. If fact, I recommend you to implement your own because...

Please note that the background image in question is only for the example project. You can build your own frontend using this django addon on the backend side.

First of all, please take time to look into this feature in detail - it's all about sending JSON (or possibly any other structured data format) between server and client...