forked from codio-templates/blango
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
1 lines (1 loc) · 3.18 KB
/
data.json
1
[{"model": "blog.comment", "pk": 1, "fields": {"creator": 1, "content": "What a great post!", "content_type": 7, "object_id": 1, "created_at": "2023-07-06T05:33:57.309Z", "modified_at": "2023-07-06T05:33:57.323Z"}}, {"model": "blog.comment", "pk": 2, "fields": {"creator": 1, "content": "I like myself!", "content_type": 4, "object_id": 1, "created_at": "2023-07-06T05:33:57.309Z", "modified_at": "2023-07-06T05:33:57.323Z"}}, {"model": "blog.comment", "pk": 3, "fields": {"creator": 1, "content": "This form is just crispy enough!", "content_type": 7, "object_id": 1, "created_at": "2023-07-10T04:05:33.914Z", "modified_at": "2023-07-10T04:05:33.914Z"}}, {"model": "blog.comment", "pk": 4, "fields": {"creator": 1, "content": "Now 50% more crispy!", "content_type": 7, "object_id": 1, "created_at": "2023-07-10T04:16:01.338Z", "modified_at": "2023-07-10T04:16:01.338Z"}}, {"model": "blog.comment", "pk": 5, "fields": {"creator": 1, "content": "This is a comment.", "content_type": 7, "object_id": 1, "created_at": "2023-07-19T01:50:16.884Z", "modified_at": "2023-07-19T01:50:16.884Z"}}, {"model": "blog.comment", "pk": 6, "fields": {"creator": 1, "content": "First comment!", "content_type": 7, "object_id": 2, "created_at": "2023-07-19T01:53:24.908Z", "modified_at": "2023-07-19T01:53:24.909Z"}}, {"model": "blog.tag", "pk": 1, "fields": {"value": "django"}}, {"model": "blog.tag", "pk": 2, "fields": {"value": "example"}}, {"model": "blog.tag", "pk": 3, "fields": {"value": "goodness"}}, {"model": "blog.tag", "pk": 4, "fields": {"value": "omg"}}, {"model": "blog.post", "pk": 1, "fields": {"author": 1, "created_at": "2023-07-04T18:23:49.801Z", "modified_at": "2023-07-06T21:43:38.352Z", "published_at": "2023-07-06T21:43:24Z", "title": "An Example Post", "slug": "an-example-post", "summary": "A short example post.", "content": "<h3>An example post!</h3>\r\n<p>This is an example post, that uses HTML to render itself.</p>", "tags": [1, 2]}}, {"model": "blog.post", "pk": 2, "fields": {"author": 1, "created_at": "2023-07-06T21:47:05.469Z", "modified_at": "2023-07-06T21:47:05.470Z", "published_at": "2023-07-06T21:43:54Z", "title": "OMG", "slug": "omg", "summary": "Oh my Goodness", "content": "<h3>This is a post about good stuff!</h3>\r\n\r\n<p>Goodness gracious, great balls of fire!</p>", "tags": [2, 3, 4]}}, {"model": "blog.post", "pk": 3, "fields": {"author": 1, "created_at": "2023-07-06T21:50:12.054Z", "modified_at": "2023-07-06T21:50:12.054Z", "published_at": "2023-07-06T21:47:14Z", "title": "This title box is too big!", "slug": "this-title-box-is-too-big", "summary": "Reminder to fix the input box for the title", "content": "<div class=\"note\">\r\n<h3>Note to self</h3>\r\n<p>Change the admin settings for Post so that the title field is a single line input.</p>\r\n</div>", "tags": [1, 4]}}, {"model": "blango_auth.user", "pk": 1, "fields": {"password": "argon2$argon2id$v=19$m=102400,t=2,p=8$dFdSSnNKVTlJaUhZM25kOVcyZllnVw$MGa//DJGv87+Owg2mGP5eg", "last_login": "2023-07-19T03:40:53.795Z", "is_superuser": true, "username": "codio", "first_name": "Joël", "last_name": "Larose", "email": "[email protected]", "is_staff": true, "is_active": true, "date_joined": "2023-07-04T17:54:06Z", "groups": [], "user_permissions": []}}]