Preliminary source objects.
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 3 Oct 2023 13:31:56 +0000 (15:31 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 3 Oct 2023 13:31:56 +0000 (15:31 +0200)
commite0f595e44766e352edfce0aaf5d32be57f448882
tree1160db087c5ac35b0af4b11736173146991296eb
parente6c778f6e92e584815a14d3e6a31a03a5e2ab7e1
Preliminary source objects.
27 files changed:
src/catalogue/admin.py
src/catalogue/models.py
src/catalogue/templates/catalogue/book_detail.html
src/redakcja/settings/__init__.py
src/redakcja/static/js/wiki/view_gallery.js
src/redakcja/static/js/wiki/view_properties.js
src/redakcja/static/js/wiki/wikiapi.js
src/redakcja/urls.py
src/sources/__init__.py [new file with mode: 0644]
src/sources/admin.py [new file with mode: 0644]
src/sources/apps.py [new file with mode: 0644]
src/sources/conversion.py [new file with mode: 0644]
src/sources/document.py [new file with mode: 0644]
src/sources/migrations/0001_initial.py [new file with mode: 0644]
src/sources/migrations/0002_source_wikisource.py [new file with mode: 0644]
src/sources/migrations/0003_source_modified_at_source_processed_at.py [new file with mode: 0644]
src/sources/migrations/__init__.py [new file with mode: 0644]
src/sources/models.py [new file with mode: 0644]
src/sources/ocr.py [new file with mode: 0644]
src/sources/templates/sources/prepare.html [new file with mode: 0644]
src/sources/templates/sources/source_detail.html [new file with mode: 0644]
src/sources/urls.py [new file with mode: 0644]
src/sources/utils.py [new file with mode: 0644]
src/sources/views.py [new file with mode: 0644]
src/wiki/templates/wiki/document_details_base.html
src/wiki/urls.py
src/wiki/views.py