calebasse / calebasse / fixtures / services.json @ c1819ffb
1 |
[
|
---|---|
2 |
{ |
3 |
"pk": 1, |
4 |
"model": "ressources.service", |
5 |
"fields": { |
6 |
"fax": "", |
7 |
"description": "", |
8 |
"slug": "cmpp", |
9 |
"phone": "", |
10 |
"email": "", |
11 |
"name": "CMPP" |
12 |
} |
13 |
}, |
14 |
{ |
15 |
"pk": 2, |
16 |
"model": "ressources.service", |
17 |
"fields": { |
18 |
"fax": "", |
19 |
"description": "", |
20 |
"slug": "camsp", |
21 |
"phone": "", |
22 |
"email": "", |
23 |
"name": "CAMSP" |
24 |
} |
25 |
}, |
26 |
{ |
27 |
"pk": 3, |
28 |
"model": "ressources.service", |
29 |
"fields": { |
30 |
"fax": "", |
31 |
"description": "", |
32 |
"slug": "sessad-dys", |
33 |
"phone": "", |
34 |
"email": "", |
35 |
"name": "SESSAD DYS" |
36 |
} |
37 |
}, |
38 |
{ |
39 |
"pk": 4, |
40 |
"model": "ressources.service", |
41 |
"fields": { |
42 |
"fax": "", |
43 |
"description": "", |
44 |
"slug": "sessad-ted", |
45 |
"phone": "", |
46 |
"email": "", |
47 |
"name": "SESSAD TED" |
48 |
} |
49 |
} |
50 |
]
|