-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtestdata.json
104 lines (104 loc) · 2.46 KB
/
testdata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[
{
"model": "api.user",
"pk": 2,
"fields": {
"password": "pbkdf2_sha256$180000$vYD0qomutPPP$yPimqOUOD51gdXO3Z90+4lu3jokj8+a54oA5dK0mRTY=",
"last_login": null,
"is_superuser": true,
"username": "root",
"first_name": "",
"last_name": "",
"email": "",
"is_staff": true,
"is_active": true,
"date_joined": "2020-02-25T18:48:13Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "api.user",
"pk": 3,
"fields": {
"password": "pbkdf2_sha256$180000$gZU2v8ShrfON$dNF6+nBVqzOs46NlcYT8DoBvWewFXvvc7KS3H6Hys0E=",
"last_login": null,
"is_superuser": false,
"username": "utilisateur",
"first_name": "Jean",
"last_name": "Carton",
"email": "",
"is_staff": false,
"is_active": true,
"date_joined": "2020-02-25T18:50:42Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "api.user",
"pk": 4,
"fields": {
"password": "pbkdf2_sha256$180000$hM7PqPYoj1qw$StbP1O6O2b4dgg3NiUHqlFQ1evpzYaux25pmEMW7hZQ=",
"last_login": null,
"is_superuser": false,
"username": "sopita",
"first_name": "",
"last_name": "",
"email": "",
"is_staff": false,
"is_active": true,
"date_joined": "2020-02-25T19:04:45.177Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "api.association",
"pk": 2,
"fields": {
"contact_email": "[email protected]",
"name": "Association sympa",
"location": "local moisi",
"description": "viens on est bien et y'a dla bouf",
"phone": "01 12 34 56 78",
"admin": 3
}
},
{
"model": "api.association",
"pk": 3,
"fields": {
"contact_email": "[email protected]",
"name": "La Sopita",
"location": "20 avenue albert Einstein",
"description": "asso Insalienne",
"phone": null,
"admin": 4
}
},
{
"model": "api.event",
"pk": 5,
"fields": {
"organizer": 2,
"name": "Soupe populaire",
"start_datetime": "2020-02-25T18:56:06Z",
"active": true,
"description": "venez vous restaurer",
"ville": "Lyon"
}
},
{
"model": "api.event",
"pk": 6,
"fields": {
"organizer": 2,
"name": "Distribution de v\u00eatements",
"start_datetime": "2020-02-25T18:56:52Z",
"active": true,
"description": "polaires, chaussettes ...",
"ville": "Paris"
}
}
]