fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Enlarged collection part of book title. Added margin top to stanzas.
[wolnelektury.git]
/
catalogue
/
models.py
diff --git
a/catalogue/models.py
b/catalogue/models.py
index
f4d2803
..
ba41638
100644
(file)
--- a/
catalogue/models.py
+++ b/
catalogue/models.py
@@
-102,7
+102,6
@@
class Book(models.Model):
def save(self, **kwargs):
try:
from bin import book2html
- from django.conf import settings
from os.path import splitext, basename
from tempfile import NamedTemporaryFile