comparison gpp/weblinks/fixtures/weblinks_categories.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 7e8d2dda99e3
comparison
equal deleted inserted replaced
235:d302c498560e 236:953c71f382df
1 [
2 {
3 "pk": 1,
4 "model": "weblinks.category",
5 "fields": {
6 "count": 0,
7 "description": "",
8 "title": "Bands"
9 }
10 },
11 {
12 "pk": 5,
13 "model": "weblinks.category",
14 "fields": {
15 "count": 0,
16 "description": "",
17 "title": "Fan Sites"
18 }
19 },
20 {
21 "pk": 4,
22 "model": "weblinks.category",
23 "fields": {
24 "count": 0,
25 "description": "",
26 "title": "Gear"
27 }
28 },
29 {
30 "pk": 2,
31 "model": "weblinks.category",
32 "fields": {
33 "count": 0,
34 "description": "",
35 "title": "Music Merchants"
36 }
37 },
38 {
39 "pk": 8,
40 "model": "weblinks.category",
41 "fields": {
42 "count": 0,
43 "description": "",
44 "title": "Other"
45 }
46 },
47 {
48 "pk": 11,
49 "model": "weblinks.category",
50 "fields": {
51 "count": 0,
52 "description": "Do you have a photo gallery of surf bands somewhere on the web? Why not add a link to it here?",
53 "title": "Photo Galleries"
54 }
55 },
56 {
57 "pk": 10,
58 "model": "weblinks.category",
59 "fields": {
60 "count": 0,
61 "description": "",
62 "title": "Podcasts"
63 }
64 },
65 {
66 "pk": 6,
67 "model": "weblinks.category",
68 "fields": {
69 "count": 0,
70 "description": "",
71 "title": "Radio"
72 }
73 },
74 {
75 "pk": 3,
76 "model": "weblinks.category",
77 "fields": {
78 "count": 0,
79 "description": "",
80 "title": "Record Labels"
81 }
82 },
83 {
84 "pk": 7,
85 "model": "weblinks.category",
86 "fields": {
87 "count": 0,
88 "description": "",
89 "title": "Tablature"
90 }
91 },
92 {
93 "pk": 9,
94 "model": "weblinks.category",
95 "fields": {
96 "count": 0,
97 "description": "Links to surf videos on the web",
98 "title": "Videos"
99 }
100 }
101 ]