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) · 3.03 KB
/
Copy pathdata.json
File metadata and controls
1 lines (1 loc) · 3.03 KB
1
[{"model": "blog.comment", "pk": 1, "fields": {"creator": 1, "content": "example", "content_type": 8, "object_id": 1, "created_at": "2022-02-11T13:28:07.487Z", "modified_at": "2022-02-11T13:28:07.487Z"}}, {"model": "blog.comment", "pk": 2, "fields": {"creator": 1, "content": "crispy time", "content_type": 8, "object_id": 1, "created_at": "2022-02-11T13:33:32.607Z", "modified_at": "2022-02-11T13:33:32.608Z"}}, {"model": "blog.comment", "pk": 3, "fields": {"creator": 1, "content": "yes", "content_type": 8, "object_id": 1, "created_at": "2022-02-14T13:47:51.303Z", "modified_at": "2022-02-14T13:47:51.303Z"}}, {"model": "blog.tag", "pk": 1, "fields": {"value": "django"}}, {"model": "blog.tag", "pk": 2, "fields": {"value": "django3.5"}}, {"model": "blog.tag", "pk": 3, "fields": {"value": "junk"}}, {"model": "blog.post", "pk": 1, "fields": {"author": 1, "created_at": "2022-02-06T15:34:01.950Z", "modified_at": "2022-02-09T13:29:02.958Z", "published_at": "2022-02-01T13:28:17Z", "title": "An example post", "slug": "an-example-post", "summary": "A short example post", "content": "Sample post for the course and some other stuff", "tags": [1, 2]}}, {"model": "blog.post", "pk": 2, "fields": {"author": 1, "created_at": "2022-02-10T13:48:41.174Z", "modified_at": "2022-02-10T13:51:09.919Z", "published_at": "2022-02-10T13:51:08Z", "title": "Django REST", "slug": "django-rest", "summary": "Very good course. No audio though", "content": "Good overview of REST", "tags": [2]}}, {"model": "blog.post", "pk": 3, "fields": {"author": 1, "created_at": "2022-02-10T13:49:43.609Z", "modified_at": "2022-02-10T13:49:43.609Z", "published_at": "2022-02-10T13:49:06Z", "title": "Another great blog", "slug": "another-great-blog", "summary": "just a blog", "content": "aklfdjalksfdlkjakfljaklf", "tags": [1]}}, {"model": "blog.post", "pk": 4, "fields": {"author": 1, "created_at": "2022-02-10T13:50:19.965Z", "modified_at": "2022-02-10T13:50:19.965Z", "published_at": "2022-02-10T13:49:51Z", "title": "blog2", "slug": "blog2", "summary": "blog summary", "content": "content goes here", "tags": [3]}}, {"model": "blog.post", "pk": 5, "fields": {"author": 1, "created_at": "2022-02-10T13:50:38.153Z", "modified_at": "2022-02-10T13:50:38.153Z", "published_at": "2022-02-10T13:50:27Z", "title": "Junk", "slug": "junk", "summary": "Junk", "content": "and more junk", "tags": [3]}}, {"model": "blog.post", "pk": 6, "fields": {"author": 1, "created_at": "2022-02-10T13:51:03.138Z", "modified_at": "2022-02-10T13:51:03.138Z", "published_at": "2022-02-10T13:50:46Z", "title": "another piece of junk", "slug": "another-piece-of-junk", "summary": "ditto", "content": "yes", "tags": [3]}}, {"model": "blango_auth.User", "pk": 1, "fields": {"password": "argon2$argon2id$v=19$m=102400,t=2,p=8$cHVTMFVUZHRyVkhSYk1JZFp4aURzVA$a5z1LEcECwArG7CDJv0Vfw", "last_login": "2022-02-17T13:17:07.084Z", "is_superuser": true, "username": "balamurnik", "first_name": "Brian", "last_name": "May", "email": "na@na.blah.org", "is_staff": true, "is_active": true, "date_joined": "2022-02-06T14:11:19Z", "groups": [], "user_permissions": []}}]