codereview/dashboard/fixtures/localrepos.json
2010-11-19 00:12:29 -05:00

20 lines
410 B
JSON

[
{
"pk": 1,
"model": "dashboard.repository",
"fields": {
"path": "/home/correlr/code/voiceaxis",
"type": 0,
"name": "VoiceAxis"
}
},
{
"pk": 2,
"model": "dashboard.repository",
"fields": {
"path": "/srv/git/mtg.git",
"type": 0,
"name": "MTG"
}
}
]