django/tests/fixtures/fixtures/db_fixture_1.default.json

10 lines
208 B
JSON

[
{
"pk": "6",
"model": "fixtures.article",
"fields": {
"headline": "Who needs more than one database?",
"pub_date": "2006-06-16 14:00:00"
}
}
]