copyleftconf-website/fixtures/sites.json
2015-10-16 12:53:02 -05:00

18 lines
340 B
JSON

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