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