1
0
mirror of https://github.com/django/django.git synced 2024-12-29 04:26:28 +00:00
django/tests/flatpages_tests/fixtures/example_site.json
2015-02-11 11:47:58 -05:00

12 lines
134 B
JSON

[
{
"pk": 1,
"model": "sites.site",
"fields": {
"domain": "example.com",
"name": "example.com"
}
}
]