Mercurial > public > sg101
comparison forums/fixtures/forums.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/forums/fixtures/forums.json@254db4cb6a86 |
children |
comparison
equal
deleted
inserted
replaced
580:c525f3e0b5d0 | 581:ee87ea74d46b |
---|---|
1 [ | |
2 { | |
3 "pk": 2, | |
4 "model": "auth.group", | |
5 "fields": { | |
6 "name": "Forum Moderators", | |
7 "permissions": [] | |
8 } | |
9 }, | |
10 { | |
11 "pk": 1, | |
12 "model": "forums.category", | |
13 "fields": { | |
14 "position": 0, | |
15 "name": "SurfGuitar101.com Site Specific", | |
16 "groups": [], | |
17 "slug": "surfguitar101com-site-specific" | |
18 } | |
19 }, | |
20 { | |
21 "pk": 2, | |
22 "model": "forums.category", | |
23 "fields": { | |
24 "position": 1, | |
25 "name": "Surf Music", | |
26 "groups": [], | |
27 "slug": "surf-music" | |
28 } | |
29 }, | |
30 { | |
31 "pk": 3, | |
32 "model": "forums.category", | |
33 "fields": { | |
34 "position": 2, | |
35 "name": "Classifieds", | |
36 "groups": [], | |
37 "slug": "classifieds" | |
38 } | |
39 }, | |
40 { | |
41 "pk": 4, | |
42 "model": "forums.category", | |
43 "fields": { | |
44 "position": 3, | |
45 "name": "Off-Topic", | |
46 "groups": [], | |
47 "slug": "off-topic" | |
48 } | |
49 }, | |
50 { | |
51 "pk": 14, | |
52 "model": "forums.forum", | |
53 "fields": { | |
54 "category": 1, | |
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.", | |
56 "post_count": 0, | |
57 "topic_count": 0, | |
58 "moderators": [ | |
59 2 | |
60 ], | |
61 "position": 0, | |
62 "last_post": null, | |
63 "slug": "surfguitar101-website", | |
64 "name": "SurfGuitar101 Website" | |
65 } | |
66 }, | |
67 { | |
68 "pk": 2, | |
69 "model": "forums.forum", | |
70 "fields": { | |
71 "category": 2, | |
72 "description": "Main surf music discussion forum. Insert glissando sound here.", | |
73 "post_count": 0, | |
74 "topic_count": 0, | |
75 "moderators": [ | |
76 2 | |
77 ], | |
78 "position": 0, | |
79 "last_post": null, | |
80 "slug": "surf-music", | |
81 "name": "Surf Music General Discussion" | |
82 } | |
83 }, | |
84 { | |
85 "pk": 3, | |
86 "model": "forums.forum", | |
87 "fields": { | |
88 "category": 3, | |
89 "description": "For sale and trading of surf music related items only.", | |
90 "post_count": 0, | |
91 "topic_count": 0, | |
92 "moderators": [ | |
93 2 | |
94 ], | |
95 "position": 0, | |
96 "last_post": null, | |
97 "slug": "for-sale-trade", | |
98 "name": "For Sale / Trade" | |
99 } | |
100 }, | |
101 { | |
102 "pk": 4, | |
103 "model": "forums.forum", | |
104 "fields": { | |
105 "category": 4, | |
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.", | |
107 "post_count": 0, | |
108 "topic_count": 0, | |
109 "moderators": [ | |
110 2 | |
111 ], | |
112 "position": 0, | |
113 "last_post": null, | |
114 "slug": "shallow-end", | |
115 "name": "The Shallow End" | |
116 } | |
117 }, | |
118 { | |
119 "pk": 6, | |
120 "model": "forums.forum", | |
121 "fields": { | |
122 "category": 3, | |
123 "description": "Need someone to play with? Starting a band? Need a gig? Post here.", | |
124 "post_count": 0, | |
125 "topic_count": 0, | |
126 "moderators": [ | |
127 2 | |
128 ], | |
129 "position": 1, | |
130 "last_post": null, | |
131 "slug": "musicians-gigs-wanted", | |
132 "name": "Musicians & Gigs Wanted" | |
133 } | |
134 }, | |
135 { | |
136 "pk": 8, | |
137 "model": "forums.forum", | |
138 "fields": { | |
139 "category": 2, | |
140 "description": "Please post show announcements here.", | |
141 "post_count": 0, | |
142 "topic_count": 0, | |
143 "moderators": [ | |
144 2 | |
145 ], | |
146 "position": 1, | |
147 "last_post": null, | |
148 "slug": "gigs", | |
149 "name": "Show Announcements" | |
150 } | |
151 }, | |
152 { | |
153 "pk": 9, | |
154 "model": "forums.forum", | |
155 "fields": { | |
156 "category": 1, | |
157 "description": "Got an idea for the site? Something not working? Post here.", | |
158 "post_count": 0, | |
159 "topic_count": 0, | |
160 "moderators": [ | |
161 2 | |
162 ], | |
163 "position": 1, | |
164 "last_post": null, | |
165 "slug": "suggestion-box", | |
166 "name": "Suggestion Box" | |
167 } | |
168 }, | |
169 { | |
170 "pk": 5, | |
171 "model": "forums.forum", | |
172 "fields": { | |
173 "category": 2, | |
174 "description": "Playing, performing, and writing surf music. All instruments welcome.", | |
175 "post_count": 0, | |
176 "topic_count": 0, | |
177 "moderators": [ | |
178 2 | |
179 ], | |
180 "position": 2, | |
181 "last_post": null, | |
182 "slug": "surf-musician", | |
183 "name": "Surf Musician" | |
184 } | |
185 }, | |
186 { | |
187 "pk": 10, | |
188 "model": "forums.forum", | |
189 "fields": { | |
190 "category": 1, | |
191 "description": "Feedback, suggestions, playlists, and discussions about the SurfGuitar101 podcast.", | |
192 "post_count": 0, | |
193 "topic_count": 0, | |
194 "moderators": [ | |
195 2 | |
196 ], | |
197 "position": 2, | |
198 "last_post": null, | |
199 "slug": "sg101-podcast", | |
200 "name": "SG101 Podcast" | |
201 } | |
202 }, | |
203 { | |
204 "pk": 7, | |
205 "model": "forums.forum", | |
206 "fields": { | |
207 "category": 2, | |
208 "description": "For questions and discussions about instruments, amplifiers, and yes, outboard reverb units!", | |
209 "post_count": 0, | |
210 "topic_count": 0, | |
211 "moderators": [ | |
212 2 | |
213 ], | |
214 "position": 3, | |
215 "last_post": null, | |
216 "slug": "gear", | |
217 "name": "Gear" | |
218 } | |
219 }, | |
220 { | |
221 "pk": 11, | |
222 "model": "forums.forum", | |
223 "fields": { | |
224 "category": 2, | |
225 "description": "For discussion of recording techniques.", | |
226 "post_count": 0, | |
227 "topic_count": 0, | |
228 "moderators": [ | |
229 2 | |
230 ], | |
231 "position": 4, | |
232 "last_post": null, | |
233 "slug": "recording-corner", | |
234 "name": "Recording Corner" | |
235 } | |
236 }, | |
237 { | |
238 "pk": 12, | |
239 "model": "forums.forum", | |
240 "fields": { | |
241 "category": 2, | |
242 "description": "Got a link to a surf or surf-related video? Post it here.", | |
243 "post_count": 0, | |
244 "topic_count": 0, | |
245 "moderators": [ | |
246 2 | |
247 ], | |
248 "position": 5, | |
249 "last_post": null, | |
250 "slug": "surf-videos", | |
251 "name": "Surf Videos" | |
252 } | |
253 }, | |
254 { | |
255 "pk": 13, | |
256 "model": "forums.forum", | |
257 "fields": { | |
258 "category": 2, | |
259 "description": "Please post your reviews of surf music releases here.", | |
260 "post_count": 0, | |
261 "topic_count": 0, | |
262 "moderators": [ | |
263 2 | |
264 ], | |
265 "position": 6, | |
266 "last_post": null, | |
267 "slug": "music-reviews", | |
268 "name": "Music Reviews" | |
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 } | |
287 } | |
288 ] |