Remove gallery stuff.
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 26 Aug 2024 08:08:04 +0000 (10:08 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 26 Aug 2024 08:08:04 +0000 (10:08 +0200)
commiteee26362c631db7fd31cc210694dedd6f8f2961b
tree260e1e2fbb13ca6c3aa40a85a881cc14f5c208db
parent0bb4b49616832fb5bd8b92395dcb151b19373c0e
Remove gallery stuff.
42 files changed:
src/api/tests/tests.py
src/api/urls.py
src/catalogue/api/views.py
src/catalogue/management/commands/importbooks.py
src/catalogue/signals.py
src/catalogue/templates/catalogue/book_info.html
src/catalogue/templates/catalogue/tag_list_split.html [deleted file]
src/catalogue/templatetags/catalogue_tags.py
src/picture/__init__.py [deleted file]
src/picture/admin.py [deleted file]
src/picture/api/__init__.py [deleted file]
src/picture/api/urls.py [deleted file]
src/picture/api/views.py [deleted file]
src/picture/engine.py [deleted file]
src/picture/forms.py [deleted file]
src/picture/locale/de/LC_MESSAGES/django.mo [deleted file]
src/picture/locale/de/LC_MESSAGES/django.po [deleted file]
src/picture/locale/en/LC_MESSAGES/django.mo [deleted file]
src/picture/locale/en/LC_MESSAGES/django.po [deleted file]
src/picture/locale/es/LC_MESSAGES/django.mo [deleted file]
src/picture/locale/es/LC_MESSAGES/django.po [deleted file]
src/picture/locale/fr/LC_MESSAGES/django.mo [deleted file]
src/picture/locale/fr/LC_MESSAGES/django.po [deleted file]
src/picture/locale/it/LC_MESSAGES/django.mo [deleted file]
src/picture/locale/it/LC_MESSAGES/django.po [deleted file]
src/picture/locale/lt/LC_MESSAGES/django.mo [deleted file]
src/picture/locale/lt/LC_MESSAGES/django.po [deleted file]
src/picture/locale/ru/LC_MESSAGES/django.mo [deleted file]
src/picture/locale/ru/LC_MESSAGES/django.po [deleted file]
src/picture/locale/uk/LC_MESSAGES/django.mo [deleted file]
src/picture/locale/uk/LC_MESSAGES/django.po [deleted file]
src/picture/models.py
src/picture/tasks.py [deleted file]
src/picture/templatetags/picture_tags.py [deleted file]
src/picture/tests/__init__.py [deleted file]
src/picture/tests/files/kandinsky-composition-viii.png [deleted file]
src/picture/tests/files/kandinsky-composition-viii.xml [deleted file]
src/picture/tests/test_picture_import.py [deleted file]
src/search/forms.py
src/search/templates/search/results.html
src/search/views.py
src/wolnelektury/urls.py