-
Notifications
You must be signed in to change notification settings - Fork 0
/
post_data.json
1 lines (1 loc) · 968 Bytes
/
post_data.json
1
[{"model": "post.post", "pk": 1, "fields": {"title": "Django Fixtures", "content": "Content of Django Fixtures"}}, {"model": "post.post", "pk": 2, "fields": {"title": "ORM Basics", "content": "Content of ORM Basics"}}, {"model": "post.post", "pk": 3, "fields": {"title": "Advanced Queries", "content": "Content of Advanced Queries"}}, {"model": "post.subtitle", "pk": 1, "fields": {"content": "An Overview", "post": 1}}, {"model": "post.subtitle", "pk": 2, "fields": {"content": "Introduction to ORM", "post": 2}}, {"model": "post.comment", "pk": 1, "fields": {"content": "Great article!", "post": 1}}, {"model": "post.comment", "pk": 2, "fields": {"content": "Very informative.", "post": 2}}, {"model": "post.comment", "pk": 3, "fields": {"content": "Helped a lot!", "post": 3}}, {"model": "post.comment", "pk": 4, "fields": {"content": "Need more examples.", "post": 3}}, {"model": "post.comment", "pk": 5, "fields": {"content": "Thanks for the tips!", "post": 3}}]