Uncrazy the caching, more.
authorRadek Czajka <rczajka@rczajka.pl>
Wed, 31 Jul 2019 09:35:08 +0000 (11:35 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Wed, 31 Jul 2019 09:35:08 +0000 (11:35 +0200)
commitf3e8dfa015744bd72796fdd8eff0d81f863cdc46
tree3eec45995205f2a3ad2629e5ebcaf369acb5c920
parentc742d70c5285e01898721fc1a5ffe236781c7828
Uncrazy the caching, more.
32 files changed:
src/catalogue/models/book.py
src/catalogue/templates/catalogue/book_detail.html
src/catalogue/templates/catalogue/book_list.html
src/catalogue/templates/catalogue/book_text.html
src/catalogue/templates/catalogue/collection_box.html
src/catalogue/templates/catalogue/daisy_list.html
src/catalogue/templates/catalogue/related_books.html
src/catalogue/templates/catalogue/tagged_object_list.html
src/catalogue/templatetags/catalogue_tags.py
src/catalogue/tests/test_visit.py
src/catalogue/urls.py
src/catalogue/views.py
src/chunks/models.py
src/chunks/templatetags/chunks.py
src/chunks/urls.py [deleted file]
src/chunks/views.py [deleted file]
src/picture/models.py
src/picture/templates/picture/picture_list_thumb.html
src/picture/templates/picture/picture_mini_box.html
src/picture/templatetags/picture_tags.py
src/picture/views.py
src/sponsors/models.py
src/sponsors/templatetags/__init__.py [new file with mode: 0644]
src/sponsors/templatetags/sponsors.py [new file with mode: 0644]
src/sponsors/urls.py [deleted file]
src/sponsors/views.py [deleted file]
src/wolnelektury/templates/base/app.html
src/wolnelektury/templates/base/superbase.html
src/wolnelektury/templates/main_page.html
src/wolnelektury/templatetags/common_tags.py [deleted file]
src/wolnelektury/urls.py
src/wolnelektury/utils.py