fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes
[redakcja.git]
/
apps
/
catalogue
/
models
/
book.py
diff --git
a/apps/catalogue/models/book.py
b/apps/catalogue/models/book.py
index
9f809b8
..
1b043a4
100755
(executable)
--- a/
apps/catalogue/models/book.py
+++ b/
apps/catalogue/models/book.py
@@
-278,6
+278,8
@@
class Book(models.Model):
"""
Publishes a book on behalf of a (local) user.
"""
"""
Publishes a book on behalf of a (local) user.
"""
+ raise NotImplementedError("Publishing not possible yet.")
+
from apiclient import api_call
changes = self.get_current_changes(publishable=True)
from apiclient import api_call
changes = self.get_current_changes(publishable=True)