comparison news/fixtures/news_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/news/fixtures/news_categories.json@9894f8cbb931
children c6c3ba5cf6eb
comparison
equal deleted inserted replaced
580:c525f3e0b5d0 581:ee87ea74d46b
1 [
2 {
3 "pk": 2,
4 "model": "news.category",
5 "fields": {
6 "icon": "news/categories/Articles.png",
7 "slug": "articles",
8 "title": "Articles"
9 }
10 },
11 {
12 "pk": 3,
13 "model": "news.category",
14 "fields": {
15 "icon": "news/categories/Bands.png",
16 "slug": "bands",
17 "title": "Bands"
18 }
19 },
20 {
21 "pk": 11,
22 "model": "news.category",
23 "fields": {
24 "icon": "news/categories/Featured_Video.png",
25 "slug": "featured-videos",
26 "title": "Featured Videos"
27 }
28 },
29 {
30 "pk": 4,
31 "model": "news.category",
32 "fields": {
33 "icon": "news/categories/Gear.png",
34 "slug": "gear",
35 "title": "Gear"
36 }
37 },
38 {
39 "pk": 5,
40 "model": "news.category",
41 "fields": {
42 "icon": "news/categories/Interviews.png",
43 "slug": "interviews",
44 "title": "Interviews"
45 }
46 },
47 {
48 "pk": 6,
49 "model": "news.category",
50 "fields": {
51 "icon": "news/categories/Reviews.png",
52 "slug": "reviews",
53 "title": "Reviews"
54 }
55 },
56 {
57 "pk": 7,
58 "model": "news.category",
59 "fields": {
60 "icon": "news/categories/Show_Announcements.png",
61 "slug": "show-announcements",
62 "title": "Show Announcements"
63 }
64 },
65 {
66 "pk": 8,
67 "model": "news.category",
68 "fields": {
69 "icon": "news/categories/Show_Reports.png",
70 "slug": "show-reports",
71 "title": "Show Reports"
72 }
73 },
74 {
75 "pk": 1,
76 "model": "news.category",
77 "fields": {
78 "icon": "news/categories/Site_News.png",
79 "slug": "site-news",
80 "title": "Site News"
81 }
82 },
83 {
84 "pk": 9,
85 "model": "news.category",
86 "fields": {
87 "icon": "news/categories/Surf_Scene_News.png",
88 "slug": "surf-scene-news",
89 "title": "Surf Scene News"
90 }
91 },
92 {
93 "pk": 10,
94 "model": "news.category",
95 "fields": {
96 "icon": "news/categories/Guitar_Tabs.png",
97 "slug": "tablature",
98 "title": "Tablature"
99 }
100 }
101 ]