Revision 953e78f7
Added by Benjamin Dauvergne over 12 years ago
calebasse/fixtures/initial_data.json | ||
---|---|---|
1 |
[ |
|
2 |
{ |
|
3 |
"pk": 1, |
|
4 |
"model": "ressources.service", |
|
5 |
"fields": { |
|
6 |
"name": "CMPP", |
|
7 |
"slug": "cmpp" |
|
8 |
} |
|
9 |
}, |
|
10 |
{ |
|
11 |
"pk": 2, |
|
12 |
"model": "ressources.service", |
|
13 |
"fields": { |
|
14 |
"name": "CAMSP", |
|
15 |
"slug": "camsp" |
|
16 |
} |
|
17 |
}, |
|
18 |
{ |
|
19 |
"pk": 3, |
|
20 |
"model": "ressources.service", |
|
21 |
"fields": { |
|
22 |
"name": "SESSAD DYS", |
|
23 |
"slug": "sessad-dys" |
|
24 |
} |
|
25 |
}, |
|
26 |
{ |
|
27 |
"pk": 4, |
|
28 |
"model": "ressources.service", |
|
29 |
"fields": { |
|
30 |
"name": "SESSAD TED", |
|
31 |
"slug": "sessad-ted" |
|
32 |
} |
|
33 |
} |
|
34 |
] |
Also available in: Unified diff
add initial_data.json fixture containing base service instances