codereview/dashboard/fixtures/localrepos.json

21 lines
410 B
JSON
Raw Normal View History

2010-11-19 05:12:29 +00:00
[
{
"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"
}
}
]