Initial commit
This commit is contained in:
commit
2d71deccae
18 changed files with 1385 additions and 0 deletions
125
stages/fixtures/test_fixture.json
Normal file
125
stages/fixtures/test_fixture.json
Normal file
|
|
@ -0,0 +1,125 @@
|
|||
[
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "stages.section",
|
||||
"fields": {
|
||||
"name": "ASE"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 2,
|
||||
"model": "stages.section",
|
||||
"fields": {
|
||||
"name": "ASSC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 3,
|
||||
"model": "stages.section",
|
||||
"fields": {
|
||||
"name": "EDE"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "stages.student",
|
||||
"fields": {
|
||||
"birth_date": "1994-05-12",
|
||||
"first_name": "Albin",
|
||||
"last_name": "Dupond",
|
||||
"section": 1,
|
||||
"pcode": "2300",
|
||||
"city": "La Chaux-de-Fonds"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 2,
|
||||
"model": "stages.student",
|
||||
"fields": {
|
||||
"birth_date": "1994-07-12",
|
||||
"first_name": "Justine",
|
||||
"last_name": "Varrin",
|
||||
"section": 1,
|
||||
"pcode": "2000",
|
||||
"city": "Neuchâtel"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 3,
|
||||
"model": "stages.student",
|
||||
"fields": {
|
||||
"birth_date": "1994-05-20",
|
||||
"first_name": "Elvire",
|
||||
"last_name": "Hickx",
|
||||
"section": 1,
|
||||
"pcode": "2053",
|
||||
"city": "Cernier"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 4,
|
||||
"model": "stages.student",
|
||||
"fields": {
|
||||
"birth_date": "1994-10-11",
|
||||
"first_name": "André",
|
||||
"last_name": "Allemand",
|
||||
"section": 1,
|
||||
"pcode": "2314",
|
||||
"city": "La Sagne"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "stages.referent",
|
||||
"fields": {
|
||||
"first_name": "Julie",
|
||||
"last_name": "Caux"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "stages.corporation",
|
||||
"fields": {
|
||||
"city": "Moulineaux",
|
||||
"tel": "",
|
||||
"name": "Centre p\u00e9dagogique XY",
|
||||
"pcode": "2500",
|
||||
"street": "Rue des champs 12",
|
||||
"email": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "stages.domain",
|
||||
"fields": {
|
||||
"name": "handicap"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 2,
|
||||
"model": "stages.domain",
|
||||
"fields": {
|
||||
"name": "petite enfance"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "stages.period",
|
||||
"fields": {
|
||||
"section": 1,
|
||||
"start_date": "2012-11-26",
|
||||
"end_date": "2012-12-07"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "stages.training",
|
||||
"fields": {
|
||||
"corporation": 1,
|
||||
"domain": 1,
|
||||
"period": 1,
|
||||
"student": 1,
|
||||
"referent": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue