comparison bio/fixtures/badges.json @ 581:ee87ea74d46b

For Django 1.4, rearranged project structure for new manage.py.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 May 2012 17:10:48 -0500
parents gpp/bio/fixtures/badges.json@47f4259ce511
children
comparison
equal deleted inserted replaced
580:c525f3e0b5d0 581:ee87ea74d46b
1 [
2 {
3 "pk": 7,
4 "model": "bio.badge",
5 "fields": {
6 "numeric_id": 2,
7 "image": "badges/newspaper.png",
8 "order": 0,
9 "name": "News Pin",
10 "description": "For submitting a news article to the site news."
11 }
12 },
13 {
14 "pk": 4,
15 "model": "bio.badge",
16 "fields": {
17 "numeric_id": 1,
18 "image": "badges/date.png",
19 "order": 1,
20 "name": "Calendar Pin",
21 "description": "For adding an event to the site calendar."
22 }
23 },
24 {
25 "pk": 9,
26 "model": "bio.badge",
27 "fields": {
28 "numeric_id": 3,
29 "image": "badges/world_link.png",
30 "order": 2,
31 "name": "Link Pin",
32 "description": "For submitting a link to the site web links database."
33 }
34 },
35 {
36 "pk": 5,
37 "model": "bio.badge",
38 "fields": {
39 "numeric_id": 4,
40 "image": "badges/disk.png",
41 "order": 3,
42 "name": "Download Pin",
43 "description": "For uploading a file to the site downloads library."
44 }
45 },
46 {
47 "pk": 6,
48 "model": "bio.badge",
49 "fields": {
50 "numeric_id": 0,
51 "image": "badges/money_dollar.png",
52 "order": 4,
53 "name": "Contributor Pin",
54 "description": "For making a donation to the site."
55 }
56 },
57 {
58 "pk": 8,
59 "model": "bio.badge",
60 "fields": {
61 "numeric_id": 5,
62 "image": "badges/shield.png",
63 "order": 5,
64 "name": "Security Pin",
65 "description": "For reporting spam or abuse."
66 }
67 },
68 {
69 "pk": 10,
70 "model": "bio.badge",
71 "fields": {
72 "numeric_id": 6,
73 "image": "badges/camera.png",
74 "order": 6,
75 "name": "POTD Pin",
76 "description": "For submitting a photo of the day."
77 }
78 },
79 {
80 "pk": 1,
81 "model": "bio.badge",
82 "fields": {
83 "numeric_id": 100,
84 "image": "badges/award_star_bronze_1.png",
85 "order": 7,
86 "name": "Bronze Star",
87 "description": "For service to the site and community."
88 }
89 },
90 {
91 "pk": 2,
92 "model": "bio.badge",
93 "fields": {
94 "numeric_id": 101,
95 "image": "badges/award_star_silver_2.png",
96 "order": 8,
97 "name": "Silver Star",
98 "description": "For distinguished and dedicated service to the site and community."
99 }
100 },
101 {
102 "pk": 3,
103 "model": "bio.badge",
104 "fields": {
105 "numeric_id": 102,
106 "image": "badges/award_star_gold_3.png",
107 "order": 9,
108 "name": "Gold Star",
109 "description": "For exceptional and meritorious service to the site and community."
110 }
111 }
112 ]