-
Notifications
You must be signed in to change notification settings - Fork 3
/
demo_data.json
141 lines (141 loc) · 3.93 KB
/
demo_data.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
[
{
"pk": 1,
"model": "custom_user.emailuser",
"fields": {
"is_active": true,
"is_superuser": false,
"is_staff": false,
"last_login": "2014-06-01T10:35:36.171Z",
"groups": [],
"user_permissions": [],
"password": "pbkdf2_sha256$12000$5xEOcOfTRcj6$2DpWerS98tHSdIknsgKqgJAFWgOZUSAVBPXaDv1p0cI=",
"email": "[email protected]",
"date_joined": "2014-06-01T10:35:35.880Z"
}
},
{
"pk": 2,
"model": "custom_user.emailuser",
"fields": {
"is_active": true,
"is_superuser": true,
"is_staff": true,
"last_login": "2014-06-01T11:22:21.037Z",
"groups": [],
"user_permissions": [],
"password": "pbkdf2_sha256$12000$lByRHmAnSBBo$sqYoDJUU8a7wmj48hZSLH+Ci9/HFWqNCi5LDb+f8k38=",
"email": "[email protected]",
"date_joined": "2014-06-01T11:22:05.006Z"
}
},
{
"pk": 1,
"model": "volunteers.organization",
"fields": {
"website": "",
"managers": [
2
],
"description": "",
"title": "Habitat for Humanity - Hancock County",
"created": "2014-06-01T11:26:16.452Z",
"modified": "2014-06-01T11:26:16.461Z",
"phone": "",
"slug": "habitat-for-humanity-hancock-county"
}
},
{
"pk": 2,
"model": "volunteers.organization",
"fields": {
"website": "http://www.witherle.lib.me.us/",
"managers": [
1
],
"description": "Witherle Memorial Library serves the public in the town of Castine and its environs by providing diverse informational, recreational, and educational resources for all age groups.",
"title": "Witherle Memorial Library",
"created": "2014-06-01T11:45:10.794Z",
"modified": "2014-06-01T11:54:46.188Z",
"phone": "207-326-4375",
"slug": "witherle-memorial-library"
}
},
{
"pk": 1,
"model": "volunteers.project",
"fields": {
"description": "",
"title": "Habit Build on 14 Elm Street",
"image": "project_images/Seal_of_Bangor_Maine.gif",
"created": "2014-06-01T11:26:27.464Z",
"modified": "2014-06-01T11:26:27.502Z",
"lead_volunteers": [
1
],
"organization": 1,
"slug": "habit-build-on-14-elm-street"
}
},
{
"pk": 2,
"model": "volunteers.project",
"fields": {
"description": "",
"title": "Witherle Library Volunteering",
"image": "project_images/Screen_Shot_2014-06-01_at_7.45.38_AM.png",
"created": "2014-06-01T11:45:55.698Z",
"modified": "2014-06-01T11:45:55.771Z",
"lead_volunteers": [
1
],
"organization": 2,
"slug": "witherle-library-volunteering"
}
},
{
"pk": 1,
"model": "volunteers.opportunity",
"fields": {
"labor_type": null,
"description": "",
"title": "Carpentry",
"created": "2014-06-01T11:26:45.981Z",
"modified": "2014-06-01T11:26:46.020Z",
"project": 1,
"time": "07:26:30",
"date": "2014-06-01",
"slug": "carpentry"
}
},
{
"pk": 2,
"model": "volunteers.opportunity",
"fields": {
"labor_type": null,
"description": "",
"title": "General help",
"created": "2014-06-01T11:41:50.368Z",
"modified": "2014-06-01T11:41:50.393Z",
"project": 1,
"time": "06:00:00",
"date": "2014-06-20",
"slug": "general-help"
}
},
{
"pk": 3,
"model": "volunteers.opportunity",
"fields": {
"labor_type": null,
"description": "",
"title": "Book sale organizing",
"created": "2014-06-01T11:46:15.978Z",
"modified": "2014-06-01T11:46:15.996Z",
"project": 2,
"time": "07:46:01",
"date": "2014-06-01",
"slug": "book-sale-organizing"
}
}
]