Mercurial > public > sg101
comparison gpp/downloads/fixtures/downloads_categories.json @ 236:953c71f382df
Created fixtures for initial data for the site.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 10 Sep 2010 03:22:01 +0000 |
parents | |
children | 8525fb4109cc |
comparison
equal
deleted
inserted
replaced
235:d302c498560e | 236:953c71f382df |
---|---|
1 [ | |
2 { | |
3 "pk": 1, | |
4 "model": "downloads.category", | |
5 "fields": { | |
6 "count": 0, | |
7 "description": "Jam along to backing tracks made by your fellow SG101'ers!", | |
8 "title": "Backing Tracks" | |
9 } | |
10 }, | |
11 { | |
12 "pk": 5, | |
13 "model": "downloads.category", | |
14 "fields": { | |
15 "count": 0, | |
16 "description": "User demos.", | |
17 "title": "Demos" | |
18 } | |
19 }, | |
20 { | |
21 "pk": 2, | |
22 "model": "downloads.category", | |
23 "fields": { | |
24 "count": 0, | |
25 "description": "Recordings of user gear in action.", | |
26 "title": "Gear Samples" | |
27 } | |
28 }, | |
29 { | |
30 "pk": 6, | |
31 "model": "downloads.category", | |
32 "fields": { | |
33 "count": 0, | |
34 "description": "Interviews with surf scenesters.", | |
35 "title": "Interviews" | |
36 } | |
37 }, | |
38 { | |
39 "pk": 3, | |
40 "model": "downloads.category", | |
41 "fields": { | |
42 "count": 0, | |
43 "description": "Anything else.", | |
44 "title": "Misc" | |
45 } | |
46 }, | |
47 { | |
48 "pk": 7, | |
49 "model": "downloads.category", | |
50 "fields": { | |
51 "count": 0, | |
52 "description": "Legal music created by members.", | |
53 "title": "Music" | |
54 } | |
55 }, | |
56 { | |
57 "pk": 4, | |
58 "model": "downloads.category", | |
59 "fields": { | |
60 "count": 0, | |
61 "description": "Please upload original surf music ringtones here.", | |
62 "title": "Ringtones" | |
63 } | |
64 }, | |
65 { | |
66 "pk": 8, | |
67 "model": "downloads.category", | |
68 "fields": { | |
69 "count": 0, | |
70 "description": "User contributed tablature. Please upload in .pdf or .txt formats only.", | |
71 "title": "Tablature" | |
72 } | |
73 } | |
74 ] |