Mercurial > public > sg101
view podcast/fixtures/channels.json @ 752:95f4e7f352fd
For Django 1.6: contrib auth password reset confirm view signature changed.
The uidb64 parameter was previously base 36 encoded and named uidb36.
Had to update urls.py. While I was in there I decided to make the
password reset email use the {% url %} tag to be more resilient if the
url changes.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 01 Jan 2014 19:52:07 -0600 |
parents | ee87ea74d46b |
children |
line wrap: on
line source
[ { "pk": 1, "model": "podcast.channel", "fields": { "category": "Music", "owner_name": "Brian Neal", "subtitle": "SurfGuitar101's podcast features the best in instrumental surf music from the 1960's to the present.", "language": "en", "copyright": "(C) Copyright 2007-2010 Brian Neal", "author": "SurfGuitar101.com Podcasters", "image": "podcast/podcast_logo.jpg", "title": "Surfguitar101.com's Podcast", "explicit": "no", "owner_email": "podcast@surfguitar101.com", "link": "http://surfguitar101.com/podcast/", "keywords": "surf, surf music, surf rock, instrumental, sixties, retro, instro, dick dale, surf guitar, sg101, reverb, instrumental surf", "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." } } ]