Mercurial > public > madeira
diff band/management/commands/import_old_band.py @ 89:b7cdfdde3999
For Django 1.5: replace django's simplejson with json.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 27 Aug 2013 19:53:31 -0500 |
parents | e2868ad47a1e |
children |
line wrap: on
line diff
--- a/band/management/commands/import_old_band.py Sat Apr 13 16:04:09 2013 -0500 +++ b/band/management/commands/import_old_band.py Tue Aug 27 19:53:31 2013 -0500 @@ -4,10 +4,9 @@ """ import datetime +import json from django.core.management.base import LabelCommand -from django.utils import simplejson as json -from django.utils.html import linebreaks from photologue.models import Photo from band.models import (Member, Gear, RecordLabel, Album, AlbumTrack,