Mercurial > public > sg101
comparison podcast/fixtures/channels.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/podcast/fixtures/channels.json@953c71f382df |
children |
comparison
equal
deleted
inserted
replaced
580:c525f3e0b5d0 | 581:ee87ea74d46b |
---|---|
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 ] |