Revision 9a36d7c7
Added by Jérôme Schneider over 12 years ago
calebasse/fixtures/agenda.json | ||
---|---|---|
38 | 38 |
"room": 1, |
39 | 39 |
"event_type": 1, |
40 | 40 |
"services": [ |
41 |
1
|
|
41 |
2
|
|
42 | 42 |
], |
43 | 43 |
"participants": [ |
44 | 44 |
5 |
calebasse/fixtures/personnes.json | ||
---|---|---|
39 | 39 |
"pk": 5, |
40 | 40 |
"model": "personnes.people", |
41 | 41 |
"fields": { |
42 |
"first_name": "Kilo",
|
|
43 |
"last_name": "Sandy",
|
|
44 |
"display_name": "Kilo Sandy"
|
|
42 |
"first_name": "Sandy",
|
|
43 |
"last_name": "Kilo",
|
|
44 |
"display_name": "Sandy Kilo"
|
|
45 | 45 |
} |
46 | 46 |
}, |
47 | 47 |
{ |
48 | 48 |
"pk": 6, |
49 | 49 |
"model": "personnes.people", |
50 | 50 |
"fields": { |
51 |
"first_name": "L\u00e9ponge",
|
|
52 |
"last_name": "Bob",
|
|
53 |
"display_name": "L\u00e9ponge Bob"
|
|
51 |
"first_name": "Bob",
|
|
52 |
"last_name": "L\u00e9ponge",
|
|
53 |
"display_name": "Bob L\u00e9ponge"
|
|
54 | 54 |
} |
55 | 55 |
}, |
56 | 56 |
{ |
... | ... | |
212 | 212 |
"end_time": "12:30:00" |
213 | 213 |
} |
214 | 214 |
} |
215 |
] |
|
215 |
] |
calebasse/fixtures/ressources.json | ||
---|---|---|
20 | 20 |
"model": "ressources.room", |
21 | 21 |
"fields": { |
22 | 22 |
"etablissement": 1, |
23 |
"name": "SK"
|
|
23 |
"name": "Salle 1"
|
|
24 | 24 |
} |
25 | 25 |
}, |
26 | 26 |
{ |
... | ... | |
91 | 91 |
"pk": 1, |
92 | 92 |
"model": "ressources.acttype", |
93 | 93 |
"fields": { |
94 |
"name": "CS",
|
|
94 |
"name": "Type Acte 1",
|
|
95 | 95 |
"billable": true |
96 | 96 |
} |
97 | 97 |
}, |
... | ... | |
127 | 127 |
"name": "Orthophonistes" |
128 | 128 |
} |
129 | 129 |
} |
130 |
] |
|
130 |
] |
Also available in: Unified diff
fixtures: fix fixtures data