Remove ssify.
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 2 Aug 2019 13:24:47 +0000 (15:24 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 2 Aug 2019 13:24:47 +0000 (15:24 +0200)
commit75957f735219259d3b4bc361f80ccd3d7b92a0e9
treef1f2367e5b8fc54f8d5ce98c41c5099c37228d1f
parent9ce7b544a0616db407be602ea453771fc9c0a6dd
Remove ssify.
44 files changed:
requirements/requirements.txt
src/catalogue/api/views.py
src/catalogue/fields.py
src/catalogue/models/book.py
src/catalogue/models/collection.py
src/catalogue/models/fragment.py
src/catalogue/models/source.py
src/catalogue/models/tag.py
src/catalogue/signals.py
src/catalogue/templates/catalogue/book_wide.html
src/catalogue/templates/catalogue/collections.html
src/catalogue/templates/catalogue/related_books.html
src/catalogue/templates/catalogue/search_multiple_hits.html
src/catalogue/templates/catalogue/snippets/like_button.html
src/catalogue/templates/catalogue/work-list.html
src/catalogue/templatetags/catalogue_tags.py
src/catalogue/test_utils.py
src/catalogue/tests/test_visit.py
src/catalogue/urls.py
src/catalogue/views.py
src/funding/management/commands/funding_notify.py
src/funding/models.py
src/funding/templates/funding/offer_detail.html
src/funding/templates/funding/offer_list.html
src/funding/templatetags/funding_tags.py
src/funding/urls.py
src/funding/views.py
src/picture/models.py
src/picture/templates/picture/picture_viewer.html
src/picture/templatetags/picture_tags.py
src/picture/views.py
src/social/models.py
src/social/templates/social/carousel.html
src/social/templatetags/social_tags.py
src/social/urls.py
src/social/views.py
src/wolnelektury/settings/apps.py
src/wolnelektury/settings/basic.py
src/wolnelektury/settings/cache.py
src/wolnelektury/signals.py
src/wolnelektury/templates/main_page.html
src/wolnelektury/templatetags/blog.py [new file with mode: 0644]
src/wolnelektury/urls.py
src/wolnelektury/views.py