This commit is contained in:
j 2011-10-31 01:37:12 +01:00
parent a26569d23e
commit c18f9aa576

View file

@ -20,7 +20,7 @@ class Command(BaseCommand):
before_import = datetime.now()
lookup.cache.getIds()
for p in poster.models.PosterCache.objects.filter(image='', failed=False, created__gt=before_import):
print p.url
print p.url.encode('utf-8')
p.get()