From: yomguy Date: Thu, 19 Jul 2012 16:05:56 +0000 (+0200) Subject: fix import type X-Git-Tag: 0.7-dev^2~26 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=696da0b54e7ec1440982bef7efbed7167fe3e329;p=teleforma.git fix import type --- diff --git a/teleforma/management/commands/teleforma-import-conferences.py b/teleforma/management/commands/teleforma-import-conferences.py index 39fb850c..ff762261 100644 --- a/teleforma/management/commands/teleforma-import-conferences.py +++ b/teleforma/management/commands/teleforma-import-conferences.py @@ -126,7 +126,7 @@ class Command(BaseCommand): related.save() break - media, c = Media(conference=conference) + media = Media(conference=conference) media.item = item media.course = conference.course media.course_type = conference.course_type