Experimetal Woblink.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 10 Aug 2023 19:36:24 +0000 (21:36 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 10 Aug 2023 19:36:24 +0000 (21:36 +0200)
commit2d538a50605add2666172861744229599487f1b2
tree3048d3c0be0f16586d18e73552e6cded508842ae
parent5dbd487fb7e64aa968da9c3fcbe8a0215d2b3298
Experimetal Woblink.
26 files changed:
requirements/requirements.txt
src/catalogue/models.py
src/catalogue/views.py
src/depot/admin.py
src/depot/legimi.py [deleted file]
src/depot/management/commands/depot.py
src/depot/migrations/0003_shop_rename_legimibookpublish_shopbookpublish_and_more.py [new file with mode: 0644]
src/depot/migrations/0004_shopbookpublish_shop.py [new file with mode: 0644]
src/depot/migrations/0005_shop_name_shop_publisher_handle.py [new file with mode: 0644]
src/depot/migrations/0006_shop_description_add.py [new file with mode: 0644]
src/depot/models.py
src/depot/publishers/base.py [new file with mode: 0644]
src/depot/publishers/legimi.py [new file with mode: 0644]
src/depot/publishers/woblink.py [new file with mode: 0644]
src/depot/publishers/woblink_constants.py [new file with mode: 0644]
src/depot/templatetags/depot.py [new file with mode: 0644]
src/depot/urls.py
src/depot/views.py
src/depot/woblink.py [deleted file]
src/documents/forms.py
src/documents/migrations/0011_book_woblink_id.py [new file with mode: 0644]
src/documents/models/book.py
src/documents/templates/documents/book_detail.html
src/documents/templates/documents/book_stats.html
src/documents/views.py
src/wlxml/views.py