I tried to implement this package to my project but when I go to http://127.0.0.1:8000/dialogs/ it show {"page": 1, "pages": 1, "data": []}
In my django admin page I saw the Dialogs and Messages, I add a dialogs and refresh http://127.0.0.1:8000/dialogs/ but it show {"page": 1, "pages": 1, "data": [{"id": 1, "created": 1692979771, "modified": 1692979771, "other_user_id": "2", "unread_count": 0, "username": "liaomei", "last_message": null}]}
What I Did
I followed the quick start step and add the css, js and root id div into my template
Description
I tried to implement this package to my project but when I go to
http://127.0.0.1:8000/dialogs/
it show{"page": 1, "pages": 1, "data": []}
In my django admin page I saw the Dialogs and Messages, I add a dialogs and refresh
http://127.0.0.1:8000/dialogs/
but it show{"page": 1, "pages": 1, "data": [{"id": 1, "created": 1692979771, "modified": 1692979771, "other_user_id": "2", "unread_count": 0, "username": "liaomei", "last_message": null}]}
What I Did
I followed the quick start step and add the css, js and root id div into my template
base.html
settings.py