diff --git a/post_data.json b/post_data.json new file mode 100644 index 0000000..ca1662f --- /dev/null +++ b/post_data.json @@ -0,0 +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}}]