X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f5cf23412d0e643e803a439b0aab0b676eb21a57..bd743f7ae0f46d0d2a68f80e3c3cf14313d61aa3:/apps/catalogue/models/book.py diff --git a/apps/catalogue/models/book.py b/apps/catalogue/models/book.py index 9f809b86..1b043a47 100755 --- 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. """ + raise NotImplementedError("Publishing not possible yet.") + from apiclient import api_call changes = self.get_current_changes(publishable=True)