From: yomguy Date: Thu, 19 Jul 2012 17:12:23 +0000 (+0200) Subject: no debug X-Git-Tag: 0.7-dev^2~12 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8a9320feede9f0ae6e845dbd20651345c8557e81;p=teleforma.git no debug --- diff --git a/teleforma/management/commands/teleforma-import-conferences.py b/teleforma/management/commands/teleforma-import-conferences.py index c16f485d..6a0f660d 100644 --- a/teleforma/management/commands/teleforma-import-conferences.py +++ b/teleforma/management/commands/teleforma-import-conferences.py @@ -50,7 +50,7 @@ class Command(BaseCommand): all_conferences = Conference.objects.all() i = 1 - self.cleanup() +# self.cleanup() for root, dirs, files in os.walk(self.media_dir): for filename in files: @@ -91,7 +91,6 @@ class Command(BaseCommand): pass if not exist and not streaming: - print path collections = MediaCollection.objects.filter(code=collection_id) if not collections: collection = MediaCollection(code=collection_id,title=collection_id)