forked from codio-templates/blango
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
1 lines (1 loc) · 2.75 KB
/
data.json
1
[{"model": "blog.comment", "pk": 2, "fields": {"creator": 1, "content": "I like myself!", "content_type": 4, "object_id": 1, "created_at": "2024-01-24T15:39:59.338Z", "modified_at": "2024-01-24T15:39:59.356Z"}}, {"model": "blog.comment", "pk": 3, "fields": {"creator": 1, "content": "Comment to me", "content_type": 7, "object_id": 2, "created_at": "2024-01-25T12:07:10.323Z", "modified_at": "2024-01-25T12:07:10.323Z"}}, {"model": "blog.comment", "pk": 4, "fields": {"creator": 1, "content": "2nd Test Comment with django crispy", "content_type": 7, "object_id": 2, "created_at": "2024-01-25T12:13:28.430Z", "modified_at": "2024-01-25T12:13:28.430Z"}}, {"model": "blog.comment", "pk": 5, "fields": {"creator": 1, "content": "Test Comment 123", "content_type": 7, "object_id": 3, "created_at": "2024-01-25T12:27:57.105Z", "modified_at": "2024-01-25T12:27:57.105Z"}}, {"model": "blog.tag", "pk": 1, "fields": {"value": "Test"}}, {"model": "blog.tag", "pk": 2, "fields": {"value": "django-post"}}, {"model": "blog.post", "pk": 1, "fields": {"author": 1, "created_at": "2024-01-24T14:40:43.442Z", "modified_at": "2024-01-25T07:39:45.499Z", "published_at": "2024-01-24T21:01:28Z", "title": "Test Post 1", "slug": "test-post-1", "summary": "asdasdasd", "content": "<p>Test 123</p>", "tags": [1, 2]}}, {"model": "blog.post", "pk": 2, "fields": {"author": 2, "created_at": "2024-01-24T20:59:43.340Z", "modified_at": "2024-01-25T07:40:10.871Z", "published_at": "2024-01-24T21:01:21Z", "title": "Test Post 2", "slug": "test-post-2", "summary": "Test example etc", "content": "<p>Test 123 Test Zwei 123</p>", "tags": [2]}}, {"model": "blog.post", "pk": 3, "fields": {"author": 1, "created_at": "2024-01-25T08:12:38.556Z", "modified_at": "2024-01-25T08:13:01.584Z", "published_at": "2024-01-25T08:10:52Z", "title": "Learning alot in this Course", "slug": "learning-alot-in-this-course", "summary": "Learn in this Course", "content": "<p>Learn many things in this Course</p>", "tags": [2]}}, {"model": "blango_auth.User", "pk": 1, "fields": {"password": "argon2$argon2id$v=19$m=102400,t=2,p=8$eURlaVA0Q2NyOGp4UE1FQWJpbHJ6Yg$0oxHBZUjq0aix2m0920OQw", "last_login": "2024-01-28T17:12:22.118Z", "is_superuser": true, "username": "dennis", "first_name": "Dennis", "last_name": "Kö", "email": "[email protected]", "is_staff": true, "is_active": true, "date_joined": "2024-01-24T14:39:36Z", "groups": [], "user_permissions": []}}, {"model": "blango_auth.User", "pk": 2, "fields": {"password": "pbkdf2_sha256$260000$Z2YPjuXfEOSd8zTKLGVkhx$2IG9UwwXOGcxgoyJHa8NWVzf1ooEd/C6ZZdfPGKgtbE=", "last_login": null, "is_superuser": false, "username": "Peter", "first_name": "<h1>Peter</h1>", "last_name": "Pahn", "email": "[email protected]", "is_staff": false, "is_active": true, "date_joined": "2024-01-24T20:58:07Z", "groups": [], "user_permissions": []}}]