Link catalogue to documents.
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 20 Apr 2020 15:05:10 +0000 (17:05 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 20 Apr 2020 15:05:10 +0000 (17:05 +0200)
commitacf3c41fb0ffe8e451b1e465b00e9998f2b027ac
tree68726f3d5796abeb66839f631758804ce293351b
parentc4426f18fdb50c224e8a5211a1766dcf261eaff8
Link catalogue to documents.
18 files changed:
src/catalogue/admin.py
src/catalogue/constants.py
src/catalogue/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/catalogue/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/catalogue/management/commands/import_catalogue_from_wl_dump.py
src/catalogue/models.py
src/catalogue/templates/catalogue/author_detail.html [new file with mode: 0644]
src/catalogue/templates/catalogue/book_detail.html [new file with mode: 0644]
src/catalogue/templates/catalogue/catalogue.html [new file with mode: 0644]
src/catalogue/urls.py [new file with mode: 0644]
src/catalogue/utils.py [new file with mode: 0644]
src/catalogue/views.py [new file with mode: 0644]
src/catalogue/wikidata.py
src/documents/locale/pl/LC_MESSAGES/django.mo
src/documents/locale/pl/LC_MESSAGES/django.po
src/documents/models/book.py
src/documents/templates/documents/book_detail.html
src/redakcja/urls.py