forked from codio-templates/blango
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
1 lines (1 loc) · 3.28 KB
/
data.json
File metadata and controls
1 lines (1 loc) · 3.28 KB
1
[{"model": "blog.comment", "pk": 1, "fields": {"creator": 1, "content": "What a great post!", "content_type": 8, "object_id": 1, "created_at": "2023-05-12T18:36:24.611Z", "modified_at": "2023-05-12T18:36:24.631Z"}}, {"model": "blog.comment", "pk": 2, "fields": {"creator": 1, "content": "I like myself!", "content_type": 4, "object_id": 1, "created_at": "2023-05-12T18:36:24.611Z", "modified_at": "2023-05-12T18:36:24.631Z"}}, {"model": "blog.comment", "pk": 3, "fields": {"creator": 1, "content": "good", "content_type": 8, "object_id": 1, "created_at": "2023-05-13T11:01:36.040Z", "modified_at": "2023-05-13T11:01:36.040Z"}}, {"model": "blog.comment", "pk": 4, "fields": {"creator": 1, "content": "check logs", "content_type": 8, "object_id": 1, "created_at": "2023-05-13T19:26:12.754Z", "modified_at": "2023-05-13T19:26:12.754Z"}}, {"model": "blog.comment", "pk": 5, "fields": {"creator": 1, "content": "welcome to blogging", "content_type": 8, "object_id": 1, "created_at": "2023-05-13T19:31:14.302Z", "modified_at": "2023-05-13T19:31:14.302Z"}}, {"model": "blog.tag", "pk": 1, "fields": {"value": "Django"}}, {"model": "blog.post", "pk": 1, "fields": {"author": 1, "created_at": "2023-05-12T17:51:03.725Z", "modified_at": "2023-05-12T17:51:03.725Z", "published_at": null, "title": "An Example Post", "slug": "an-example-post", "summary": "An Example Post", "content": "An Example Post", "tags": [1]}}, {"model": "blog.post", "pk": 2, "fields": {"author": 1, "created_at": "2023-05-12T20:06:37.737Z", "modified_at": "2023-05-12T20:06:37.737Z", "published_at": null, "title": "Second Post", "slug": "second-post", "summary": "Second Post", "content": "Second Pose", "tags": [1]}}, {"model": "blog.post", "pk": 3, "fields": {"author": 1, "created_at": "2023-05-13T10:11:03.317Z", "modified_at": "2023-05-13T10:11:03.317Z", "published_at": null, "title": "Third Post", "slug": "third-post", "summary": "Third post details", "content": "Third Post details", "tags": [1]}}, {"model": "blog.post", "pk": 4, "fields": {"author": 1, "created_at": "2023-05-13T10:11:29.404Z", "modified_at": "2023-05-13T10:11:29.404Z", "published_at": null, "title": "another post", "slug": "another-post", "summary": "Another post", "content": "another post", "tags": [1]}}, {"model": "blog.post", "pk": 5, "fields": {"author": 1, "created_at": "2023-05-13T10:12:00.631Z", "modified_at": "2023-05-13T10:12:00.631Z", "published_at": null, "title": "Best Post", "slug": "best-post", "summary": "Best Post", "content": "Best Post", "tags": [1]}}, {"model": "blango_auth.User", "pk": 1, "fields": {"password": "pbkdf2_sha256$260000$ib6CT1RrNRG8uzwve3WH3T$0mw7P6Dlp5VeWWTdJQvUtl63vSDUS3s0H36VpAjw1Rk=", "last_login": "2023-05-13T19:25:47.941Z", "is_superuser": true, "username": "codio", "first_name": "", "last_name": "", "email": "isaac.hemans@gmail.com", "is_staff": true, "is_active": true, "date_joined": "2023-05-12T17:46:14.720Z", "groups": [], "user_permissions": []}}, {"model": "blango_auth.User", "pk": 2, "fields": {"password": "pbkdf2_sha256$260000$20KvZg0u18fSBCiKevHmbD$NK4FS4gV2R8cz67kvvIr8BkpaRfVsNOWrhDi7rg+FqQ=", "last_login": null, "is_superuser": false, "username": "other", "first_name": "Other", "last_name": "Lastname", "email": "ol@ol.com", "is_staff": false, "is_active": true, "date_joined": "2023-05-12T20:00:23Z", "groups": [], "user_permissions": []}}]