Mercurial > public > sg101
comparison downloads/fixtures/downloads_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/downloads/fixtures/downloads_categories.json@2ba1a6d3b984 |
children |
comparison
equal
deleted
inserted
replaced
580:c525f3e0b5d0 | 581:ee87ea74d46b |
---|---|
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 "slug": "backing-tracks", | |
9 "title": "Backing Tracks" | |
10 } | |
11 }, | |
12 { | |
13 "pk": 5, | |
14 "model": "downloads.category", | |
15 "fields": { | |
16 "count": 0, | |
17 "description": "User demos.", | |
18 "slug": "demos", | |
19 "title": "Demos" | |
20 } | |
21 }, | |
22 { | |
23 "pk": 2, | |
24 "model": "downloads.category", | |
25 "fields": { | |
26 "count": 0, | |
27 "description": "Recordings of user gear in action.", | |
28 "slug": "gear-samples", | |
29 "title": "Gear Samples" | |
30 } | |
31 }, | |
32 { | |
33 "pk": 6, | |
34 "model": "downloads.category", | |
35 "fields": { | |
36 "count": 0, | |
37 "description": "Interviews with surf scenesters.", | |
38 "slug": "interviews", | |
39 "title": "Interviews" | |
40 } | |
41 }, | |
42 { | |
43 "pk": 3, | |
44 "model": "downloads.category", | |
45 "fields": { | |
46 "count": 0, | |
47 "description": "Anything else.", | |
48 "slug": "misc", | |
49 "title": "Misc" | |
50 } | |
51 }, | |
52 { | |
53 "pk": 7, | |
54 "model": "downloads.category", | |
55 "fields": { | |
56 "count": 0, | |
57 "description": "Legal music created by members.", | |
58 "slug": "music", | |
59 "title": "Music" | |
60 } | |
61 }, | |
62 { | |
63 "pk": 4, | |
64 "model": "downloads.category", | |
65 "fields": { | |
66 "count": 0, | |
67 "description": "Please upload original surf music ringtones here.", | |
68 "slug": "ringtones", | |
69 "title": "Ringtones" | |
70 } | |
71 }, | |
72 { | |
73 "pk": 8, | |
74 "model": "downloads.category", | |
75 "fields": { | |
76 "count": 0, | |
77 "description": "User contributed tablature. Please upload in .pdf or .txt formats only.", | |
78 "slug": "tablature", | |
79 "title": "Tablature" | |
80 } | |
81 } | |
82 ] |