forked from p-atrick/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) · 2.6 KB
/
data.json
File metadata and controls
1 lines (1 loc) · 2.6 KB
1
[{"model": "blog.comment", "pk": 2, "fields": {"creator": 1, "content": "I like myself!", "content_type": 4, "object_id": 1, "created_at": "2022-05-09T10:10:22.367Z", "modified_at": "2022-05-09T10:10:22.381Z"}}, {"model": "blog.comment", "pk": 3, "fields": {"creator": 1, "content": "Olá", "content_type": 7, "object_id": 2, "created_at": "2022-05-09T19:46:14.798Z", "modified_at": "2022-05-09T19:46:14.798Z"}}, {"model": "blog.comment", "pk": 4, "fields": {"creator": 1, "content": "Logging Test", "content_type": 9, "object_id": 1, "created_at": "2022-05-22T10:11:28.850Z", "modified_at": "2022-05-22T10:11:28.850Z"}}, {"model": "blog.comment", "pk": 5, "fields": {"creator": 1, "content": "Logging Test", "content_type": 7, "object_id": 1, "created_at": "2022-05-22T10:12:15.699Z", "modified_at": "2022-05-22T10:12:15.699Z"}}, {"model": "blog.comment", "pk": 6, "fields": {"creator": 1, "content": "Thank you for reading my post! Signed, admin", "content_type": 7, "object_id": 1, "created_at": "2022-05-23T12:50:06.334Z", "modified_at": "2022-05-23T12:50:06.334Z"}}, {"model": "blog.comment", "pk": 7, "fields": {"creator": 1, "content": "Thank you for reading my post! Signed, admin", "content_type": 7, "object_id": 2, "created_at": "2022-05-23T12:50:06.334Z", "modified_at": "2022-05-23T12:50:06.334Z"}}, {"model": "blog.tag", "pk": 1, "fields": {"value": "Django"}}, {"model": "blog.post", "pk": 1, "fields": {"author": 1, "created_at": "2022-05-08T23:24:03.267Z", "modified_at": "2022-05-09T13:19:13.489Z", "published_at": "2022-05-09T13:18:54Z", "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]}}, {"model": "blog.post", "pk": 2, "fields": {"author": 1, "created_at": "2022-05-09T13:00:27.749Z", "modified_at": "2022-05-09T13:19:18.098Z", "published_at": "2022-05-09T13:19:16Z", "title": "Advanced Django: A Review", "slug": "advanced-django-a-review", "summary": "This is a great course is a must-do for anyone looking to take the next Django step", "content": "This is a great course is a must-do for anyone looking to take the next Django step", "tags": [1]}}, {"model": "blango_auth.User", "pk": 1, "fields": {"password": "argon2$argon2id$v=19$m=102400,t=2,p=8$akIwVVlQNlRpc0g4Y3hYVWhRS3VUSA$ZchpAs9Qf1y2uYfsn+6Mhg", "last_login": "2022-05-22T22:13:42.450Z", "is_superuser": true, "username": "admin", "first_name": "Allan", "last_name": "Stocco", "email": "admin@codio.com", "is_staff": true, "is_active": true, "date_joined": "2022-05-08T22:48:29Z", "groups": [], "user_permissions": []}}]