Mercurial > public > sg101
diff gpp/weblinks/fixtures/weblinks_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 | 7e8d2dda99e3 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gpp/weblinks/fixtures/weblinks_categories.json Fri Sep 10 03:22:01 2010 +0000 @@ -0,0 +1,101 @@ +[ + { + "pk": 1, + "model": "weblinks.category", + "fields": { + "count": 0, + "description": "", + "title": "Bands" + } + }, + { + "pk": 5, + "model": "weblinks.category", + "fields": { + "count": 0, + "description": "", + "title": "Fan Sites" + } + }, + { + "pk": 4, + "model": "weblinks.category", + "fields": { + "count": 0, + "description": "", + "title": "Gear" + } + }, + { + "pk": 2, + "model": "weblinks.category", + "fields": { + "count": 0, + "description": "", + "title": "Music Merchants" + } + }, + { + "pk": 8, + "model": "weblinks.category", + "fields": { + "count": 0, + "description": "", + "title": "Other" + } + }, + { + "pk": 11, + "model": "weblinks.category", + "fields": { + "count": 0, + "description": "Do you have a photo gallery of surf bands somewhere on the web? Why not add a link to it here?", + "title": "Photo Galleries" + } + }, + { + "pk": 10, + "model": "weblinks.category", + "fields": { + "count": 0, + "description": "", + "title": "Podcasts" + } + }, + { + "pk": 6, + "model": "weblinks.category", + "fields": { + "count": 0, + "description": "", + "title": "Radio" + } + }, + { + "pk": 3, + "model": "weblinks.category", + "fields": { + "count": 0, + "description": "", + "title": "Record Labels" + } + }, + { + "pk": 7, + "model": "weblinks.category", + "fields": { + "count": 0, + "description": "", + "title": "Tablature" + } + }, + { + "pk": 9, + "model": "weblinks.category", + "fields": { + "count": 0, + "description": "Links to surf videos on the web", + "title": "Videos" + } + } +]