Mercurial > public > sg101
comparison gpp/forums/fixtures/forums.json @ 294:254db4cb6a86
Changes / scripts to import forums. Other tweaks and moving other import scripts to the legacy application.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 05 Jan 2011 04:09:35 +0000 |
parents | 953c71f382df |
children |
comparison
equal
deleted
inserted
replaced
293:c92fb89dbc7d | 294:254db4cb6a86 |
---|---|
1 [ | 1 [ |
2 { | |
3 "pk": 2, | |
4 "model": "auth.group", | |
5 "fields": { | |
6 "name": "Forum Moderators", | |
7 "permissions": [] | |
8 } | |
9 }, | |
2 { | 10 { |
3 "pk": 1, | 11 "pk": 1, |
4 "model": "forums.category", | 12 "model": "forums.category", |
5 "fields": { | 13 "fields": { |
6 "position": 0, | 14 "position": 0, |
45 "fields": { | 53 "fields": { |
46 "category": 1, | 54 "category": 1, |
47 "description": "For general discussion about this site only, including news and rules. Start here. Anything relating to surf music should go to the Surf Music General Discussion forum, below.", | 55 "description": "For general discussion about this site only, including news and rules. Start here. Anything relating to surf music should go to the Surf Music General Discussion forum, below.", |
48 "post_count": 0, | 56 "post_count": 0, |
49 "topic_count": 0, | 57 "topic_count": 0, |
50 "moderators": [], | 58 "moderators": [ |
59 2 | |
60 ], | |
51 "position": 0, | 61 "position": 0, |
52 "last_post": null, | 62 "last_post": null, |
53 "slug": "surfguitar101-website", | 63 "slug": "surfguitar101-website", |
54 "name": "SurfGuitar101 Website" | 64 "name": "SurfGuitar101 Website" |
55 } | 65 } |
60 "fields": { | 70 "fields": { |
61 "category": 2, | 71 "category": 2, |
62 "description": "Main surf music discussion forum. Insert glissando sound here.", | 72 "description": "Main surf music discussion forum. Insert glissando sound here.", |
63 "post_count": 0, | 73 "post_count": 0, |
64 "topic_count": 0, | 74 "topic_count": 0, |
65 "moderators": [], | 75 "moderators": [ |
76 2 | |
77 ], | |
66 "position": 0, | 78 "position": 0, |
67 "last_post": null, | 79 "last_post": null, |
68 "slug": "surf-music", | 80 "slug": "surf-music", |
69 "name": "Surf Music General Discussion" | 81 "name": "Surf Music General Discussion" |
70 } | 82 } |
75 "fields": { | 87 "fields": { |
76 "category": 3, | 88 "category": 3, |
77 "description": "For sale and trading of surf music related items only.", | 89 "description": "For sale and trading of surf music related items only.", |
78 "post_count": 0, | 90 "post_count": 0, |
79 "topic_count": 0, | 91 "topic_count": 0, |
80 "moderators": [], | 92 "moderators": [ |
93 2 | |
94 ], | |
81 "position": 0, | 95 "position": 0, |
82 "last_post": null, | 96 "last_post": null, |
83 "slug": "for-sale-trade", | 97 "slug": "for-sale-trade", |
84 "name": "For Sale / Trade" | 98 "name": "For Sale / Trade" |
85 } | 99 } |
90 "fields": { | 104 "fields": { |
91 "category": 4, | 105 "category": 4, |
92 "description": "General off-topic chit-chat. Grab a cool drink and hop in. New members please introduce yourselves here. This forum is dedicated to the memory of Rip Thrillby and Spanky Twangler.", | 106 "description": "General off-topic chit-chat. Grab a cool drink and hop in. New members please introduce yourselves here. This forum is dedicated to the memory of Rip Thrillby and Spanky Twangler.", |
93 "post_count": 0, | 107 "post_count": 0, |
94 "topic_count": 0, | 108 "topic_count": 0, |
95 "moderators": [], | 109 "moderators": [ |
110 2 | |
111 ], | |
96 "position": 0, | 112 "position": 0, |
97 "last_post": null, | 113 "last_post": null, |
98 "slug": "shallow-end", | 114 "slug": "shallow-end", |
99 "name": "The Shallow End" | 115 "name": "The Shallow End" |
100 } | 116 } |
105 "fields": { | 121 "fields": { |
106 "category": 3, | 122 "category": 3, |
107 "description": "Need someone to play with? Starting a band? Need a gig? Post here.", | 123 "description": "Need someone to play with? Starting a band? Need a gig? Post here.", |
108 "post_count": 0, | 124 "post_count": 0, |
109 "topic_count": 0, | 125 "topic_count": 0, |
110 "moderators": [], | 126 "moderators": [ |
127 2 | |
128 ], | |
111 "position": 1, | 129 "position": 1, |
112 "last_post": null, | 130 "last_post": null, |
113 "slug": "musicians-gigs-wanted", | 131 "slug": "musicians-gigs-wanted", |
114 "name": "Musicians & Gigs Wanted" | 132 "name": "Musicians & Gigs Wanted" |
115 } | 133 } |
120 "fields": { | 138 "fields": { |
121 "category": 2, | 139 "category": 2, |
122 "description": "Please post show announcements here.", | 140 "description": "Please post show announcements here.", |
123 "post_count": 0, | 141 "post_count": 0, |
124 "topic_count": 0, | 142 "topic_count": 0, |
125 "moderators": [], | 143 "moderators": [ |
144 2 | |
145 ], | |
126 "position": 1, | 146 "position": 1, |
127 "last_post": null, | 147 "last_post": null, |
128 "slug": "gigs", | 148 "slug": "gigs", |
129 "name": "Show Announcements" | 149 "name": "Show Announcements" |
130 } | 150 } |
135 "fields": { | 155 "fields": { |
136 "category": 1, | 156 "category": 1, |
137 "description": "Got an idea for the site? Something not working? Post here.", | 157 "description": "Got an idea for the site? Something not working? Post here.", |
138 "post_count": 0, | 158 "post_count": 0, |
139 "topic_count": 0, | 159 "topic_count": 0, |
140 "moderators": [], | 160 "moderators": [ |
161 2 | |
162 ], | |
141 "position": 1, | 163 "position": 1, |
142 "last_post": null, | 164 "last_post": null, |
143 "slug": "suggestion-box", | 165 "slug": "suggestion-box", |
144 "name": "Suggestion Box" | 166 "name": "Suggestion Box" |
145 } | 167 } |
150 "fields": { | 172 "fields": { |
151 "category": 2, | 173 "category": 2, |
152 "description": "Playing, performing, and writing surf music. All instruments welcome.", | 174 "description": "Playing, performing, and writing surf music. All instruments welcome.", |
153 "post_count": 0, | 175 "post_count": 0, |
154 "topic_count": 0, | 176 "topic_count": 0, |
155 "moderators": [], | 177 "moderators": [ |
178 2 | |
179 ], | |
156 "position": 2, | 180 "position": 2, |
157 "last_post": null, | 181 "last_post": null, |
158 "slug": "surf-musician", | 182 "slug": "surf-musician", |
159 "name": "Surf Musician" | 183 "name": "Surf Musician" |
160 } | 184 } |
165 "fields": { | 189 "fields": { |
166 "category": 1, | 190 "category": 1, |
167 "description": "Feedback, suggestions, playlists, and discussions about the SurfGuitar101 podcast.", | 191 "description": "Feedback, suggestions, playlists, and discussions about the SurfGuitar101 podcast.", |
168 "post_count": 0, | 192 "post_count": 0, |
169 "topic_count": 0, | 193 "topic_count": 0, |
170 "moderators": [], | 194 "moderators": [ |
195 2 | |
196 ], | |
171 "position": 2, | 197 "position": 2, |
172 "last_post": null, | 198 "last_post": null, |
173 "slug": "sg101-podcast", | 199 "slug": "sg101-podcast", |
174 "name": "SG101 Podcast" | 200 "name": "SG101 Podcast" |
175 } | 201 } |
180 "fields": { | 206 "fields": { |
181 "category": 2, | 207 "category": 2, |
182 "description": "For questions and discussions about instruments, amplifiers, and yes, outboard reverb units!", | 208 "description": "For questions and discussions about instruments, amplifiers, and yes, outboard reverb units!", |
183 "post_count": 0, | 209 "post_count": 0, |
184 "topic_count": 0, | 210 "topic_count": 0, |
185 "moderators": [], | 211 "moderators": [ |
212 2 | |
213 ], | |
186 "position": 3, | 214 "position": 3, |
187 "last_post": null, | 215 "last_post": null, |
188 "slug": "gear", | 216 "slug": "gear", |
189 "name": "Gear" | 217 "name": "Gear" |
190 } | 218 } |
195 "fields": { | 223 "fields": { |
196 "category": 2, | 224 "category": 2, |
197 "description": "For discussion of recording techniques.", | 225 "description": "For discussion of recording techniques.", |
198 "post_count": 0, | 226 "post_count": 0, |
199 "topic_count": 0, | 227 "topic_count": 0, |
200 "moderators": [], | 228 "moderators": [ |
229 2 | |
230 ], | |
201 "position": 4, | 231 "position": 4, |
202 "last_post": null, | 232 "last_post": null, |
203 "slug": "recording-corner", | 233 "slug": "recording-corner", |
204 "name": "Recording Corner" | 234 "name": "Recording Corner" |
205 } | 235 } |
210 "fields": { | 240 "fields": { |
211 "category": 2, | 241 "category": 2, |
212 "description": "Got a link to a surf or surf-related video? Post it here.", | 242 "description": "Got a link to a surf or surf-related video? Post it here.", |
213 "post_count": 0, | 243 "post_count": 0, |
214 "topic_count": 0, | 244 "topic_count": 0, |
215 "moderators": [], | 245 "moderators": [ |
246 2 | |
247 ], | |
216 "position": 5, | 248 "position": 5, |
217 "last_post": null, | 249 "last_post": null, |
218 "slug": "surf-videos", | 250 "slug": "surf-videos", |
219 "name": "Surf Videos" | 251 "name": "Surf Videos" |
220 } | 252 } |
225 "fields": { | 257 "fields": { |
226 "category": 2, | 258 "category": 2, |
227 "description": "Please post your reviews of surf music releases here.", | 259 "description": "Please post your reviews of surf music releases here.", |
228 "post_count": 0, | 260 "post_count": 0, |
229 "topic_count": 0, | 261 "topic_count": 0, |
230 "moderators": [], | 262 "moderators": [ |
263 2 | |
264 ], | |
231 "position": 6, | 265 "position": 6, |
232 "last_post": null, | 266 "last_post": null, |
233 "slug": "music-reviews", | 267 "slug": "music-reviews", |
234 "name": "Music Reviews" | 268 "name": "Music Reviews" |
235 } | 269 } |
270 }, | |
271 { | |
272 "pk": 16, | |
273 "model": "forums.forum", | |
274 "fields": { | |
275 "category": 2, | |
276 "description": "This forum contains some classic and important threads from our history, preserved here for historical reasons! These threads are still live, so please keep posting to them.", | |
277 "post_count": 0, | |
278 "topic_count": 0, | |
279 "moderators": [ | |
280 2 | |
281 ], | |
282 "position": 7, | |
283 "last_post": null, | |
284 "slug": "best-sg101", | |
285 "name": "Best-Of SG101" | |
286 } | |
236 } | 287 } |
237 ] | 288 ] |