1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Some initial data

This commit is contained in:
Alexandre Iooss
2020-02-20 22:10:10 +01:00
parent 7a418be2c4
commit a304f6a97d
3 changed files with 256 additions and 2 deletions

View File

@ -0,0 +1,26 @@
[
{
"model": "member.club",
"pk": 1,
"fields": {
"name": "BDE",
"email": "tresorerie.bde@example.com",
"membership_fee": 5,
"membership_duration": "365 00:00:00",
"membership_start": "00:00:00",
"membership_end": "365 00:00:00"
}
},
{
"model": "member.club",
"pk": 2,
"fields": {
"name": "Kfet",
"email": "tresorerie.bde@example.com",
"membership_fee": 35,
"membership_duration": "365 00:00:00",
"membership_start": "00:00:00",
"membership_end": "365 00:00:00"
}
}
]