-
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.8 KB
/
data.json
File metadata and controls
1 lines (1 loc) · 3.8 KB
1
[{"model": "blog.comment", "pk": 2, "fields": {"creator": 1, "content": "I like myself!", "content_type": 4, "object_id": 1}}, {"model": "blog.comment", "pk": 3, "fields": {"creator": 1, "content": "I love this post!", "content_type": 7, "object_id": 2}}, {"model": "blog.comment", "pk": 4, "fields": {"creator": 1, "content": "I'm a dog and I even like this post!", "content_type": 7, "object_id": 2}}, {"model": "blog.comment", "pk": 5, "fields": {"creator": 1, "content": "I'm a fish and I'm afraid of cats, but I do like this post.", "content_type": 7, "object_id": 2}}, {"model": "blog.tag", "pk": 1, "fields": {"value": "Django"}}, {"model": "blog.tag", "pk": 2, "fields": {"value": "Examples"}}, {"model": "blog.tag", "pk": 3, "fields": {"value": "cats"}}, {"model": "blog.post", "pk": 1, "fields": {"author": 1, "created_at": "2022-01-30T02:12:10.395Z", "modified_at": "2022-01-30T02:12:10.395Z", "published_at": "2022-01-30T02:09:01Z", "title": "Example Post", "slug": "example-post", "summary": "A short example post.", "content": "<h3>This is 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": 2, "created_at": "2022-01-30T20:03:20.042Z", "modified_at": "2022-01-30T20:03:20.042Z", "published_at": "2022-01-30T20:02:13Z", "title": "Cats Who Love Django", "slug": "cats-who-love-django", "summary": "A brief expose on cats who love Django", "content": "I'm a cat. I love Python and the web framework, Django! If you're a dog, you may like other frameworks. Cats generally like Django.", "tags": [1, 3]}}, {"model": "blog.post", "pk": 3, "fields": {"author": 1, "created_at": "2022-01-30T23:35:56.528Z", "modified_at": "2022-01-30T23:35:56.528Z", "published_at": "2022-01-30T23:35:28Z", "title": "Test Post", "slug": "test-post", "summary": "This is a test", "content": "This is a very wonderful test post", "tags": [1]}}, {"model": "blog.post", "pk": 4, "fields": {"author": 2, "created_at": "2022-01-30T23:36:44.751Z", "modified_at": "2022-01-30T23:36:44.751Z", "published_at": "2022-01-11T00:00:00Z", "title": "Cat's test post", "slug": "cats-test-post", "summary": "Cats can do test posts too.", "content": "This is a post by fur ball. Fur Ball loves dogs. Really....well, maybe not.", "tags": [2]}}, {"model": "blog.post", "pk": 5, "fields": {"author": 2, "created_at": "2022-01-30T23:37:25.254Z", "modified_at": "2022-01-30T23:37:25.254Z", "published_at": "2022-01-19T18:00:00Z", "title": "Another Cat Test Post", "slug": "another-cat-test-post", "summary": "This is another cat test post", "content": "Boy do Cats love to post.", "tags": [3]}}, {"model": "blog.post", "pk": 6, "fields": {"author": 1, "created_at": "2022-01-30T23:38:00.070Z", "modified_at": "2022-01-30T23:38:00.070Z", "published_at": "2022-01-30T06:00:00Z", "title": "This is the best one of all", "slug": "this-is-the-best-one-of-all", "summary": "A great post", "content": "This is the best example post of all.", "tags": [1]}}, {"model": "blango_auth.User", "pk": 1, "fields": {"password": "argon2$argon2id$v=19$m=102400,t=2,p=8$Z29nZWZQSTI4b0pBQThpVzVab3BKSg$63LdWZK0LI+kjJSqYx8mAw", "last_login": "2022-02-04T23:55:27.671Z", "is_superuser": true, "username": "marcisprouse", "first_name": "Marci", "last_name": "Sprouse", "email": "marci@marcisprouse.com", "is_staff": true, "is_active": true, "date_joined": "2022-01-30T01:52:44Z", "groups": [], "user_permissions": []}}, {"model": "blango_auth.User", "pk": 2, "fields": {"password": "pbkdf2_sha256$260000$PjWidqgr6iLxkcOyot0ORr$cJ3GzPG5i/a/Uj/p25EOnlGxhgtpvktmGMvLy6OD6O4=", "last_login": null, "is_superuser": false, "username": "thecat", "first_name": "Fur", "last_name": "Ball", "email": "thecat@marcisprouse.com", "is_staff": false, "is_active": true, "date_joined": "2022-01-30T20:01:54Z", "groups": [], "user_permissions": []}}]