Mercurial > public > sg101
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gpp/downloads/fixtures/downloads_categories.json Fri Sep 10 03:22:01 2010 +0000 @@ -0,0 +1,74 @@ +[ + { + "pk": 1, + "model": "downloads.category", + "fields": { + "count": 0, + "description": "Jam along to backing tracks made by your fellow SG101'ers!", + "title": "Backing Tracks" + } + }, + { + "pk": 5, + "model": "downloads.category", + "fields": { + "count": 0, + "description": "User demos.", + "title": "Demos" + } + }, + { + "pk": 2, + "model": "downloads.category", + "fields": { + "count": 0, + "description": "Recordings of user gear in action.", + "title": "Gear Samples" + } + }, + { + "pk": 6, + "model": "downloads.category", + "fields": { + "count": 0, + "description": "Interviews with surf scenesters.", + "title": "Interviews" + } + }, + { + "pk": 3, + "model": "downloads.category", + "fields": { + "count": 0, + "description": "Anything else.", + "title": "Misc" + } + }, + { + "pk": 7, + "model": "downloads.category", + "fields": { + "count": 0, + "description": "Legal music created by members.", + "title": "Music" + } + }, + { + "pk": 4, + "model": "downloads.category", + "fields": { + "count": 0, + "description": "Please upload original surf music ringtones here.", + "title": "Ringtones" + } + }, + { + "pk": 8, + "model": "downloads.category", + "fields": { + "count": 0, + "description": "User contributed tablature. Please upload in .pdf or .txt formats only.", + "title": "Tablature" + } + } +]