shadowing filter is not a good idea
[wolnelektury.git] / apps / catalogue / management / commands / importbooks.py
index 7fe6022..ff9184e 100644 (file)
@@ -127,7 +127,8 @@ class Command(BaseCommand):
                         else:
                             self.import_book(file_path, options)
                         files_imported += 1
-
+                        transaction.commit()
+                        
                     except (Book.AlreadyExists, Picture.AlreadyExists):
                         print self.style.ERROR('%s: Book or Picture already imported. Skipping. To overwrite use --force.' %
                             file_path)