-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
50 lines (50 loc) · 956 Bytes
/
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
[
{
"model": "habit_tracker.habit",
"pk": 1,
"fields": {
"name": "Read Books",
"description": "Read at least 20 pages daily"
}
},
{
"model": "habit_tracker.habit",
"pk": 2,
"fields": {
"name": "Exercise",
"description": "30 minutes of exercise"
}
},
{
"model": "habit_tracker.habit",
"pk": 3,
"fields": {
"name": "Meditation",
"description": "Meditate for 10 minutes"
}
},
{
"model": "habit_tracker.habit",
"pk": 4,
"fields": {
"name": "Read Books Again",
"description": "Read at least 20 pages daily"
}
},
{
"model": "habit_tracker.habit",
"pk": 5,
"fields": {
"name": "Exercise Again",
"description": "30 minutes of exercise"
}
},
{
"model": "habit_tracker.habit",
"pk": 6,
"fields": {
"name": "Meditation Again",
"description": "Meditate for 10 minutes"
}
}
]