From 8a9320feede9f0ae6e845dbd20651345c8557e81 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 19 Jul 2012 19:12:23 +0200 Subject: [PATCH] no debug --- teleforma/management/commands/teleforma-import-conferences.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.39.5