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
[{"model": "article.article", "pk": "766513de-97d4-48d5-bf28-7286053679f9", "fields": {"user": 1, "title": "This is the Article Title", "content": "Here is some content of the article , it can be whatever the user is thinking to post", "tags": "graphic design , photoshop , logo", "created": "2021-04-28T15:06:19.940Z"}}, {"model": "article.articlecomment", "pk": "93637f09-a053-4593-a1d3-c9319c75327b", "fields": {"article": "766513de-97d4-48d5-bf28-7286053679f9", "user": 1, "content": "And yeah this is the Comment!", "created": "2021-04-28T15:07:46.528Z"}}, {"model": "article.articlevote", "pk": "8a199c34-f701-45d1-8a06-5a944486074d", "fields": {"user": 1, "article": "766513de-97d4-48d5-bf28-7286053679f9", "comment": null, "value": 1, "created": "2021-04-28T15:08:04.383Z"}}]