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
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
The text was updated successfully, but these errors were encountered: