Mercurial > public > sg101
comparison gpp/smiley/fixtures/smilies.json @ 236:953c71f382df
Created fixtures for initial data for the site.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 10 Sep 2010 03:22:01 +0000 |
parents | |
children | 4ba879ccdc62 |
comparison
equal
deleted
inserted
replaced
235:d302c498560e | 236:953c71f382df |
---|---|
1 [ | |
2 { | |
3 "pk": 22, | |
4 "model": "smiley.smiley", | |
5 "fields": { | |
6 "is_extra": false, | |
7 "image": "smiley/images/upset.gif", | |
8 "code": ":argh:", | |
9 "title": "Argh" | |
10 } | |
11 }, | |
12 { | |
13 "pk": 5, | |
14 "model": "smiley.smiley", | |
15 "fields": { | |
16 "is_extra": false, | |
17 "image": "smiley/images/biggrin.gif", | |
18 "code": ":-D", | |
19 "title": "Big Grin" | |
20 } | |
21 }, | |
22 { | |
23 "pk": 7, | |
24 "model": "smiley.smiley", | |
25 "fields": { | |
26 "is_extra": false, | |
27 "image": "smiley/images/bigrazz.gif", | |
28 "code": ":-P", | |
29 "title": "Big Razz" | |
30 } | |
31 }, | |
32 { | |
33 "pk": 8, | |
34 "model": "smiley.smiley", | |
35 "fields": { | |
36 "is_extra": false, | |
37 "image": "smiley/images/confused.gif", | |
38 "code": "o_O", | |
39 "title": "Confused" | |
40 } | |
41 }, | |
42 { | |
43 "pk": 4, | |
44 "model": "smiley.smiley", | |
45 "fields": { | |
46 "is_extra": false, | |
47 "image": "smiley/images/cool.gif", | |
48 "code": "8^)", | |
49 "title": "Cool" | |
50 } | |
51 }, | |
52 { | |
53 "pk": 9, | |
54 "model": "smiley.smiley", | |
55 "fields": { | |
56 "is_extra": false, | |
57 "image": "smiley/images/cry.gif", | |
58 "code": ":-(", | |
59 "title": "Cry" | |
60 } | |
61 }, | |
62 { | |
63 "pk": 10, | |
64 "model": "smiley.smiley", | |
65 "fields": { | |
66 "is_extra": false, | |
67 "image": "smiley/images/dead.gif", | |
68 "code": "x_x", | |
69 "title": "Dead" | |
70 } | |
71 }, | |
72 { | |
73 "pk": 11, | |
74 "model": "smiley.smiley", | |
75 "fields": { | |
76 "is_extra": false, | |
77 "image": "smiley/images/embarrassed.gif", | |
78 "code": ":-#", | |
79 "title": "Embarrassed" | |
80 } | |
81 }, | |
82 { | |
83 "pk": 13, | |
84 "model": "smiley.smiley", | |
85 "fields": { | |
86 "is_extra": false, | |
87 "image": "smiley/images/laugh.gif", | |
88 "code": ":lol:", | |
89 "title": "LOL" | |
90 } | |
91 }, | |
92 { | |
93 "pk": 14, | |
94 "model": "smiley.smiley", | |
95 "fields": { | |
96 "is_extra": false, | |
97 "image": "smiley/images/mad.gif", | |
98 "code": "X-(", | |
99 "title": "Mad" | |
100 } | |
101 }, | |
102 { | |
103 "pk": 3, | |
104 "model": "smiley.smiley", | |
105 "fields": { | |
106 "is_extra": false, | |
107 "image": "smiley/images/no.gif", | |
108 "code": ":no:", | |
109 "title": "No" | |
110 } | |
111 }, | |
112 { | |
113 "pk": 15, | |
114 "model": "smiley.smiley", | |
115 "fields": { | |
116 "is_extra": false, | |
117 "image": "smiley/images/none.gif", | |
118 "code": ":-|", | |
119 "title": "None" | |
120 } | |
121 }, | |
122 { | |
123 "pk": 1, | |
124 "model": "smiley.smiley", | |
125 "fields": { | |
126 "is_extra": false, | |
127 "image": "smiley/images/bigeek.gif", | |
128 "code": ":shock:", | |
129 "title": "Shock" | |
130 } | |
131 }, | |
132 { | |
133 "pk": 19, | |
134 "model": "smiley.smiley", | |
135 "fields": { | |
136 "is_extra": false, | |
137 "image": "smiley/images/sigh.gif", | |
138 "code": ":sigh:", | |
139 "title": "Sigh" | |
140 } | |
141 }, | |
142 { | |
143 "pk": 20, | |
144 "model": "smiley.smiley", | |
145 "fields": { | |
146 "is_extra": false, | |
147 "image": "smiley/images/smile.gif", | |
148 "code": ":-)", | |
149 "title": "Smile" | |
150 } | |
151 }, | |
152 { | |
153 "pk": 21, | |
154 "model": "smiley.smiley", | |
155 "fields": { | |
156 "is_extra": false, | |
157 "image": "smiley/images/uhoh.gif", | |
158 "code": ":uh-oh:", | |
159 "title": "Uh-Oh" | |
160 } | |
161 }, | |
162 { | |
163 "pk": 17, | |
164 "model": "smiley.smiley", | |
165 "fields": { | |
166 "is_extra": false, | |
167 "image": "smiley/images/rolleyes.gif", | |
168 "code": ":whatever:", | |
169 "title": "Whatever" | |
170 } | |
171 }, | |
172 { | |
173 "pk": 6, | |
174 "model": "smiley.smiley", | |
175 "fields": { | |
176 "is_extra": false, | |
177 "image": "smiley/images/smilewinkgrin.gif", | |
178 "code": ";-)", | |
179 "title": "Wink" | |
180 } | |
181 }, | |
182 { | |
183 "pk": 2, | |
184 "model": "smiley.smiley", | |
185 "fields": { | |
186 "is_extra": false, | |
187 "image": "smiley/images/yes.gif", | |
188 "code": ":yes:", | |
189 "title": "Yes" | |
190 } | |
191 }, | |
192 { | |
193 "pk": 18, | |
194 "model": "smiley.smiley", | |
195 "fields": { | |
196 "is_extra": false, | |
197 "image": "smiley/images/sleep.gif", | |
198 "code": ":sleep:", | |
199 "title": "Zzzzz" | |
200 } | |
201 } | |
202 ] |