copyleftconf-website/fixtures/sites.json

19 lines
340 B
JSON
Raw Normal View History

[
{
"pk": 1,
"model": "sites.site",
"fields": {
"domain": "localhost:8000",
"name": "PinaxCon"
}
},
{
"pk": 2,
"model": "sites.site",
"fields": {
"domain": "conference.pinaxproject.com",
"name": "PinaxCon"
}
}
]