Hard linking of texts to catalogue.
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 15 Oct 2024 13:43:24 +0000 (15:43 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 15 Oct 2024 13:43:24 +0000 (15:43 +0200)
commitc51d32b7b97016260e4c60dda9fbbd9eb25420ce
treeee392c352b7f87af5e53b49570a04bcfeef6b1d9
parentc46844cb5a794566d15437b0c4a809e9230baecf
Hard linking of texts to catalogue.
13 files changed:
src/catalogue/admin.py
src/documents/ebook_utils.py
src/documents/management/commands/add_parent.py [deleted file]
src/documents/management/commands/insert_isbn.py [deleted file]
src/documents/migrations/0017_rename_catalogue_book.py [new file with mode: 0644]
src/documents/migrations/0018_book_catalogue_book_alter_book_catalogue_book_slug.py [new file with mode: 0644]
src/documents/migrations/0019_fk_uses_id.py [new file with mode: 0644]
src/documents/migrations/0020_alter_book_dc_slug.py [new file with mode: 0644]
src/documents/models/book.py
src/documents/templates/documents/book_detail.html
src/documents/urls.py
src/documents/views.py
src/sources/models.py