-
Notifications
You must be signed in to change notification settings - Fork 8
/
fixture.json
126 lines (126 loc) · 3.8 KB
/
fixture.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
[
{
"model": "auth.user",
"pk": 1,
"fields": {
"password": "pbkdf2_sha256$216000$WL81CM2zPVy4$KDsZdx/eD7UnP9Ss8jQ9mi9OFsnBgCiuUNjSd9NaMF8=",
"last_login": "2021-05-09T12:03:28.986Z",
"is_superuser": false,
"username": "user1",
"first_name": "First Name",
"last_name": "User with reputation 1",
"email": "[email protected]",
"is_staff": false,
"is_active": true,
"date_joined": "2021-03-16T15:16:56.118Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "auth.user",
"pk": 2,
"fields": {
"password": "pbkdf2_sha256$216000$WL81CM2zPVy4$KDsZdx/eD7UnP9Ss8jQ9mi9OFsnBgCiuUNjSd9NaMF8=",
"last_login": "2021-05-09T12:03:28.986Z",
"is_superuser": false,
"username": "user15",
"first_name": "First Name",
"last_name": "User with reputation 15",
"email": "[email protected]",
"is_staff": false,
"is_active": true,
"date_joined": "2021-03-16T15:16:56.118Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "auth.user",
"pk": 3,
"fields": {
"password": "pbkdf2_sha256$216000$WL81CM2zPVy4$KDsZdx/eD7UnP9Ss8jQ9mi9OFsnBgCiuUNjSd9NaMF8=",
"last_login": "2021-05-09T12:03:28.986Z",
"is_superuser": false,
"username": "user50",
"first_name": "First Name",
"last_name": "User with reputation 50",
"email": "[email protected]",
"is_staff": false,
"is_active": true,
"date_joined": "2021-03-16T15:16:56.118Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "auth.user",
"pk": 4,
"fields": {
"password": "pbkdf2_sha256$216000$WL81CM2zPVy4$KDsZdx/eD7UnP9Ss8jQ9mi9OFsnBgCiuUNjSd9NaMF8=",
"last_login": "2021-05-09T12:03:28.986Z",
"is_superuser": false,
"username": "user150",
"first_name": "First Name",
"last_name": "User with reputation 150",
"email": "[email protected]",
"is_staff": false,
"is_active": true,
"date_joined": "2021-03-16T15:16:56.118Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "qa.question",
"pk": 1,
"fields": {
"created": "2021-04-12T12:08:22.442Z",
"modified": "2021-04-27T13:45:42.373Z",
"user": 1,
"title": "question 1",
"body_md": "question 1",
"body_html": "question 1",
"vote": 0,
"slug": "question-1"
}
},
{
"model": "qa.question",
"pk": 2,
"fields": {
"created": "2021-04-12T12:08:22.442Z",
"modified": "2021-04-27T13:45:42.373Z",
"user": 1,
"title": "question 2",
"body_md": "question 2",
"body_html": "question 2",
"vote": 0,
"slug": "question-2"
}
},
{
"model": "qa.answer",
"pk": 1,
"fields": {
"created": "2021-04-14T11:15:03.627Z",
"modified": "2021-04-14T11:15:03.627Z",
"user": 2,
"question": 1,
"body_html": "Answer 1",
"vote": 0
}
},
{
"model": "qa.answer",
"pk": 2,
"fields": {
"created": "2021-04-14T11:15:03.627Z",
"modified": "2021-04-14T11:15:03.627Z",
"user": 3,
"question": 1,
"body_html": "Answer 2",
"vote": 0
}
}
]