comparison gpp/podcast/fixtures/channels.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
comparison
equal deleted inserted replaced
235:d302c498560e 236:953c71f382df
1 [
2 {
3 "pk": 1,
4 "model": "podcast.channel",
5 "fields": {
6 "category": "Music",
7 "owner_name": "Brian Neal",
8 "subtitle": "SurfGuitar101's podcast features the best in instrumental surf music from the 1960's to the present.",
9 "language": "en",
10 "copyright": "(C) Copyright 2007-2010 Brian Neal",
11 "author": "SurfGuitar101.com Podcasters",
12 "image": "podcast/podcast_logo.jpg",
13 "title": "Surfguitar101.com's Podcast",
14 "explicit": "no",
15 "owner_email": "podcast@surfguitar101.com",
16 "link": "http://surfguitar101.com/podcast/",
17 "keywords": "surf, surf music, surf rock, instrumental, sixties, retro, instro, dick dale, surf guitar, sg101, reverb, instrumental surf",
18 "description": "We play the best instrumental surf music from the 1960's to the present day, as well as interviews with surf musicians and surf music scene news."
19 }
20 }
21 ]