summaryrefslogtreecommitdiff
path: root/lib/python2.7/site-packages/django/contrib/flatpages/fixtures/example_site.json
blob: 71aa84de1277990c1191bf2901ae93cf8d042b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
[
  {
    "pk": 1,
    "model": "sites.site",
    "fields": {
      "domain": "example.com",
      "name": "example.com"
    }
  }
]