comparison gpp/news/fixtures/news_categories.json @ 240:1246a4f1ab4f

For #93: fix url scheme for the news application.
author Brian Neal <bgneal@gmail.com>
date Wed, 15 Sep 2010 00:14:54 +0000
parents 953c71f382df
children 9894f8cbb931
comparison
equal deleted inserted replaced
239:dcc929973bba 240:1246a4f1ab4f
2 { 2 {
3 "pk": 2, 3 "pk": 2,
4 "model": "news.category", 4 "model": "news.category",
5 "fields": { 5 "fields": {
6 "icon": "news/categories/nch_articles.jpg", 6 "icon": "news/categories/nch_articles.jpg",
7 "slug": "articles",
7 "title": "Articles" 8 "title": "Articles"
8 } 9 }
9 }, 10 },
10 { 11 {
11 "pk": 3, 12 "pk": 3,
12 "model": "news.category", 13 "model": "news.category",
13 "fields": { 14 "fields": {
14 "icon": "news/categories/nch_bands.jpg", 15 "icon": "news/categories/nch_bands.jpg",
16 "slug": "bands",
15 "title": "Bands" 17 "title": "Bands"
16 } 18 }
17 }, 19 },
18 { 20 {
19 "pk": 11, 21 "pk": 11,
20 "model": "news.category", 22 "model": "news.category",
21 "fields": { 23 "fields": {
22 "icon": "news/categories/video.gif", 24 "icon": "news/categories/video.gif",
25 "slug": "featured-videos",
23 "title": "Featured Videos" 26 "title": "Featured Videos"
24 } 27 }
25 }, 28 },
26 { 29 {
27 "pk": 4, 30 "pk": 4,
28 "model": "news.category", 31 "model": "news.category",
29 "fields": { 32 "fields": {
30 "icon": "news/categories/nch_gear.jpg", 33 "icon": "news/categories/nch_gear.jpg",
34 "slug": "gear",
31 "title": "Gear" 35 "title": "Gear"
32 } 36 }
33 }, 37 },
34 { 38 {
35 "pk": 5, 39 "pk": 5,
36 "model": "news.category", 40 "model": "news.category",
37 "fields": { 41 "fields": {
38 "icon": "news/categories/nch_interviews.jpg", 42 "icon": "news/categories/nch_interviews.jpg",
43 "slug": "interviews",
39 "title": "Interviews" 44 "title": "Interviews"
40 } 45 }
41 }, 46 },
42 { 47 {
43 "pk": 6, 48 "pk": 6,
44 "model": "news.category", 49 "model": "news.category",
45 "fields": { 50 "fields": {
46 "icon": "news/categories/nch_reviews.jpg", 51 "icon": "news/categories/nch_reviews.jpg",
52 "slug": "reviews",
47 "title": "Reviews" 53 "title": "Reviews"
48 } 54 }
49 }, 55 },
50 { 56 {
51 "pk": 7, 57 "pk": 7,
52 "model": "news.category", 58 "model": "news.category",
53 "fields": { 59 "fields": {
54 "icon": "news/categories/nch_showannoun.jpg", 60 "icon": "news/categories/nch_showannoun.jpg",
61 "slug": "show-announcements",
55 "title": "Show Announcements" 62 "title": "Show Announcements"
56 } 63 }
57 }, 64 },
58 { 65 {
59 "pk": 8, 66 "pk": 8,
60 "model": "news.category", 67 "model": "news.category",
61 "fields": { 68 "fields": {
62 "icon": "news/categories/nch_showreport.jpg", 69 "icon": "news/categories/nch_showreport.jpg",
70 "slug": "show-reports",
63 "title": "Show Reports" 71 "title": "Show Reports"
64 } 72 }
65 }, 73 },
66 { 74 {
67 "pk": 1, 75 "pk": 1,
68 "model": "news.category", 76 "model": "news.category",
69 "fields": { 77 "fields": {
70 "icon": "news/categories/nch_sitenews.jpg", 78 "icon": "news/categories/nch_sitenews.jpg",
79 "slug": "site-news",
71 "title": "Site News" 80 "title": "Site News"
72 } 81 }
73 }, 82 },
74 { 83 {
75 "pk": 9, 84 "pk": 9,
76 "model": "news.category", 85 "model": "news.category",
77 "fields": { 86 "fields": {
78 "icon": "news/categories/nch_surfscene.jpg", 87 "icon": "news/categories/nch_surfscene.jpg",
88 "slug": "surf-scene-news",
79 "title": "Surf Scene News" 89 "title": "Surf Scene News"
80 } 90 }
81 }, 91 },
82 { 92 {
83 "pk": 10, 93 "pk": 10,
84 "model": "news.category", 94 "model": "news.category",
85 "fields": { 95 "fields": {
86 "icon": "news/categories/nch_tab.jpg", 96 "icon": "news/categories/nch_tab.jpg",
97 "slug": "tablature",
87 "title": "Tablature" 98 "title": "Tablature"
88 } 99 }
89 } 100 }
90 ] 101 ]