fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Check field limits on picture import.
[wolnelektury.git]
/
apps
/
catalogue
/
management
/
commands
/
importbooks.py
diff --git
a/apps/catalogue/management/commands/importbooks.py
b/apps/catalogue/management/commands/importbooks.py
index
d0d2f22
..
a15faa0
100644
(file)
--- a/
apps/catalogue/management/commands/importbooks.py
+++ b/
apps/catalogue/management/commands/importbooks.py
@@
-17,7
+17,7
@@
from wolnelektury_core.management.profile import profile
from catalogue.models import Book
from picture.models import Picture
-from search import Index
+from search
.index
import Index
class Command(BaseCommand):