comparison news/fixtures/news_categories.json @ 1001:c6c3ba5cf6eb

V2 news stories use forums for comments.
author Brian Neal <bgneal@gmail.com>
date Thu, 26 Nov 2015 00:27:42 -0600
parents ee87ea74d46b
children
comparison
equal deleted inserted replaced
1000:abd4c02aefdb 1001:c6c3ba5cf6eb
1 [ 1 [
2 { 2 {
3 "pk": 2, 3 "fields": {
4 "model": "news.category", 4 "forum_slug": "surfguitar101-website",
5 "fields": { 5 "icon": "news/categories/Site_News.png",
6 "icon": "news/categories/Articles.png", 6 "slug": "site-news",
7 "slug": "articles", 7 "title": "Site News"
8 "title": "Articles" 8 },
9 } 9 "model": "news.category",
10 }, 10 "pk": 1
11 { 11 },
12 "pk": 3, 12 {
13 "model": "news.category", 13 "fields": {
14 "fields": { 14 "forum_slug": "surf-music",
15 "icon": "news/categories/Bands.png", 15 "icon": "news/categories/Articles.png",
16 "slug": "bands", 16 "slug": "articles",
17 "title": "Bands" 17 "title": "Articles"
18 } 18 },
19 }, 19 "model": "news.category",
20 { 20 "pk": 2
21 "pk": 11, 21 },
22 "model": "news.category", 22 {
23 "fields": { 23 "fields": {
24 "icon": "news/categories/Featured_Video.png", 24 "forum_slug": "surf-music",
25 "slug": "featured-videos", 25 "icon": "news/categories/Bands.png",
26 "title": "Featured Videos" 26 "slug": "bands",
27 } 27 "title": "Bands"
28 }, 28 },
29 { 29 "model": "news.category",
30 "pk": 4, 30 "pk": 3
31 "model": "news.category", 31 },
32 "fields": { 32 {
33 "icon": "news/categories/Gear.png", 33 "fields": {
34 "slug": "gear", 34 "forum_slug": "gear",
35 "title": "Gear" 35 "icon": "news/categories/Gear.png",
36 } 36 "slug": "gear",
37 }, 37 "title": "Gear"
38 { 38 },
39 "pk": 5, 39 "model": "news.category",
40 "model": "news.category", 40 "pk": 4
41 "fields": { 41 },
42 "icon": "news/categories/Interviews.png", 42 {
43 "slug": "interviews", 43 "fields": {
44 "title": "Interviews" 44 "forum_slug": "surf-music",
45 } 45 "icon": "news/categories/Interviews.png",
46 }, 46 "slug": "interviews",
47 { 47 "title": "Interviews"
48 "pk": 6, 48 },
49 "model": "news.category", 49 "model": "news.category",
50 "fields": { 50 "pk": 5
51 "icon": "news/categories/Reviews.png", 51 },
52 "slug": "reviews", 52 {
53 "title": "Reviews" 53 "fields": {
54 } 54 "forum_slug": "music-reviews",
55 }, 55 "icon": "news/categories/Reviews.png",
56 { 56 "slug": "reviews",
57 "pk": 7, 57 "title": "Reviews"
58 "model": "news.category", 58 },
59 "fields": { 59 "model": "news.category",
60 "icon": "news/categories/Show_Announcements.png", 60 "pk": 6
61 "slug": "show-announcements", 61 },
62 "title": "Show Announcements" 62 {
63 } 63 "fields": {
64 }, 64 "forum_slug": "gigs",
65 { 65 "icon": "news/categories/Show_Announcements.png",
66 "pk": 8, 66 "slug": "show-announcements",
67 "model": "news.category", 67 "title": "Show Announcements"
68 "fields": { 68 },
69 "icon": "news/categories/Show_Reports.png", 69 "model": "news.category",
70 "slug": "show-reports", 70 "pk": 7
71 "title": "Show Reports" 71 },
72 } 72 {
73 }, 73 "fields": {
74 { 74 "forum_slug": "surf-music",
75 "pk": 1, 75 "icon": "news/categories/Show_Reports.png",
76 "model": "news.category", 76 "slug": "show-reports",
77 "fields": { 77 "title": "Show Reports"
78 "icon": "news/categories/Site_News.png", 78 },
79 "slug": "site-news", 79 "model": "news.category",
80 "title": "Site News" 80 "pk": 8
81 } 81 },
82 }, 82 {
83 { 83 "fields": {
84 "pk": 9, 84 "forum_slug": "surf-music",
85 "model": "news.category", 85 "icon": "news/categories/Surf_Scene_News.png",
86 "fields": { 86 "slug": "surf-scene-news",
87 "icon": "news/categories/Surf_Scene_News.png", 87 "title": "Surf Scene News"
88 "slug": "surf-scene-news", 88 },
89 "title": "Surf Scene News" 89 "model": "news.category",
90 } 90 "pk": 9
91 }, 91 },
92 { 92 {
93 "pk": 10, 93 "fields": {
94 "model": "news.category", 94 "forum_slug": "surf-musician",
95 "fields": { 95 "icon": "news/categories/Guitar_Tabs.png",
96 "icon": "news/categories/Guitar_Tabs.png", 96 "slug": "tablature",
97 "slug": "tablature", 97 "title": "Tablature"
98 "title": "Tablature" 98 },
99 } 99 "model": "news.category",
100 } 100 "pk": 10
101 },
102 {
103 "fields": {
104 "forum_slug": "surf-videos",
105 "icon": "news/categories/Featured_Video.png",
106 "slug": "featured-videos",
107 "title": "Featured Videos"
108 },
109 "model": "news.category",
110 "pk": 11
111 }
101 ] 112 ]