Code layout change.
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 29 Dec 2015 14:19:14 +0000 (15:19 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 29 Dec 2015 14:19:14 +0000 (15:19 +0100)
commit357027375ff8867f42ca34bcbfb5a78b5b185fc3
treede03ac17eca503ebaf9772866112576d33130680
parent6280673f35e13e75e81c5b7821bd2a44a1831eab
Code layout change.
1687 files changed:
.gitignore
apps/ajaxable/__init__.py [deleted file]
apps/ajaxable/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/ajaxable/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/ajaxable/models.py [deleted file]
apps/ajaxable/templates/ajaxable/form.html [deleted file]
apps/ajaxable/templates/ajaxable/form_on_page.html [deleted file]
apps/ajaxable/templatetags/__init__.py [deleted file]
apps/ajaxable/templatetags/ajaxable_tags.py [deleted file]
apps/ajaxable/utils.py [deleted file]
apps/api/__init__.py [deleted file]
apps/api/emitters.py [deleted file]
apps/api/handlers.py [deleted file]
apps/api/helpers.py [deleted file]
apps/api/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/api/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/api/management/__init__.py [deleted file]
apps/api/management/commands/__init__.py [deleted file]
apps/api/management/commands/mobileinit.py [deleted file]
apps/api/migrations/0001_initial.py [deleted file]
apps/api/migrations/0002_auto_20151221_1225.py [deleted file]
apps/api/migrations/__init__.py [deleted file]
apps/api/models.py [deleted file]
apps/api/settings.py [deleted file]
apps/api/templates/api/main.html [deleted file]
apps/api/templates/oauth/challenge.html [deleted file]
apps/api/tests.py [deleted file]
apps/api/urls.py [deleted file]
apps/catalogue/__init__.py [deleted file]
apps/catalogue/admin.py [deleted file]
apps/catalogue/apps.py [deleted file]
apps/catalogue/constants.py [deleted file]
apps/catalogue/feeds.py [deleted file]
apps/catalogue/fields.py [deleted file]
apps/catalogue/fixtures/collection-boy.json [deleted file]
apps/catalogue/forms.py [deleted file]
apps/catalogue/helpers.py [deleted file]
apps/catalogue/import_utils.py [deleted file]
apps/catalogue/locale/de/LC_MESSAGES/django.mo [deleted file]
apps/catalogue/locale/de/LC_MESSAGES/django.po [deleted file]
apps/catalogue/locale/en/LC_MESSAGES/django.mo [deleted file]
apps/catalogue/locale/en/LC_MESSAGES/django.po [deleted file]
apps/catalogue/locale/es/LC_MESSAGES/django.mo [deleted file]
apps/catalogue/locale/es/LC_MESSAGES/django.po [deleted file]
apps/catalogue/locale/fr/LC_MESSAGES/django.mo [deleted file]
apps/catalogue/locale/fr/LC_MESSAGES/django.po [deleted file]
apps/catalogue/locale/it/LC_MESSAGES/django.mo [deleted file]
apps/catalogue/locale/it/LC_MESSAGES/django.po [deleted file]
apps/catalogue/locale/jp/LC_MESSAGES/django.mo [deleted file]
apps/catalogue/locale/jp/LC_MESSAGES/django.po [deleted file]
apps/catalogue/locale/lt/LC_MESSAGES/django.mo [deleted file]
apps/catalogue/locale/lt/LC_MESSAGES/django.po [deleted file]
apps/catalogue/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/catalogue/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/catalogue/locale/ru/LC_MESSAGES/django.mo [deleted file]
apps/catalogue/locale/ru/LC_MESSAGES/django.po [deleted file]
apps/catalogue/locale/uk/LC_MESSAGES/django.mo [deleted file]
apps/catalogue/locale/uk/LC_MESSAGES/django.po [deleted file]
apps/catalogue/management/__init__.py [deleted file]
apps/catalogue/management/commands/__init__.py [deleted file]
apps/catalogue/management/commands/checkcovers.py [deleted file]
apps/catalogue/management/commands/checkintegrity.py [deleted file]
apps/catalogue/management/commands/importbooks.py [deleted file]
apps/catalogue/management/commands/pack.py [deleted file]
apps/catalogue/management/commands/report_dead_links.py [deleted file]
apps/catalogue/management/commands/savemedia.py [deleted file]
apps/catalogue/migrations/0001_initial.py [deleted file]
apps/catalogue/migrations/0002_book_ancestor.py [deleted file]
apps/catalogue/migrations/0003_populate_ancestors.py [deleted file]
apps/catalogue/migrations/0004_remove_booktags_count_related_info.py [deleted file]
apps/catalogue/migrations/0005_auto_20141016_1337.py [deleted file]
apps/catalogue/migrations/0006_auto_20141022_1059.py [deleted file]
apps/catalogue/migrations/0007_auto_20151123_1529.py [deleted file]
apps/catalogue/migrations/0008_auto_20151221_1225.py [deleted file]
apps/catalogue/migrations/__init__.py [deleted file]
apps/catalogue/models/__init__.py [deleted file]
apps/catalogue/models/book.py [deleted file]
apps/catalogue/models/bookmedia.py [deleted file]
apps/catalogue/models/collection.py [deleted file]
apps/catalogue/models/fragment.py [deleted file]
apps/catalogue/models/source.py [deleted file]
apps/catalogue/models/tag.py [deleted file]
apps/catalogue/signals.py [deleted file]
apps/catalogue/static/jplayer/Jplayer.swf [deleted file]
apps/catalogue/static/jplayer/jplayer.blue.monday.css [deleted file]
apps/catalogue/static/jplayer/jplayer.blue.monday.jpg [deleted file]
apps/catalogue/static/jplayer/jplayer.blue.monday.seeking.gif [deleted file]
apps/catalogue/static/jplayer/jplayer.blue.monday.video.play.png [deleted file]
apps/catalogue/static/jplayer/jplayer.playlist.min.js [deleted file]
apps/catalogue/static/jplayer/jquery.jplayer.min.js [deleted file]
apps/catalogue/static/player/openplayer.js [deleted file]
apps/catalogue/static/player/player.css [deleted file]
apps/catalogue/static/player/player.js [deleted file]
apps/catalogue/tasks.py [deleted file]
apps/catalogue/templates/catalogue/audiobook_list.html [deleted file]
apps/catalogue/templates/catalogue/book_detail.html [deleted file]
apps/catalogue/templates/catalogue/book_fragments.html [deleted file]
apps/catalogue/templates/catalogue/book_info.html [deleted file]
apps/catalogue/templates/catalogue/book_list.html [deleted file]
apps/catalogue/templates/catalogue/book_mini_box.html [deleted file]
apps/catalogue/templates/catalogue/book_searched.html [deleted file]
apps/catalogue/templates/catalogue/book_short.html [deleted file]
apps/catalogue/templates/catalogue/book_text.html [deleted file]
apps/catalogue/templates/catalogue/book_wide.html [deleted file]
apps/catalogue/templates/catalogue/catalogue.html [deleted file]
apps/catalogue/templates/catalogue/collection.html [deleted file]
apps/catalogue/templates/catalogue/collection_list.html [deleted file]
apps/catalogue/templates/catalogue/daisy_list.html [deleted file]
apps/catalogue/templates/catalogue/differentiate_tags.html [deleted file]
apps/catalogue/templates/catalogue/fragment_promo.html [deleted file]
apps/catalogue/templates/catalogue/fragment_short.html [deleted file]
apps/catalogue/templates/catalogue/inline_tag_list.html [deleted file]
apps/catalogue/templates/catalogue/menu.html [deleted file]
apps/catalogue/templates/catalogue/picture_detail.html [deleted file]
apps/catalogue/templates/catalogue/picture_list.html [deleted file]
apps/catalogue/templates/catalogue/player.html [deleted file]
apps/catalogue/templates/catalogue/recent_audiobooks_list.html [deleted file]
apps/catalogue/templates/catalogue/recent_daisy_list.html [deleted file]
apps/catalogue/templates/catalogue/recent_list.html [deleted file]
apps/catalogue/templates/catalogue/related_books.html [deleted file]
apps/catalogue/templates/catalogue/search_multiple_hits.html [deleted file]
apps/catalogue/templates/catalogue/search_no_hits.html [deleted file]
apps/catalogue/templates/catalogue/search_too_short.html [deleted file]
apps/catalogue/templates/catalogue/snippets/audiobook_list.html [deleted file]
apps/catalogue/templates/catalogue/snippets/book_list.html [deleted file]
apps/catalogue/templates/catalogue/snippets/book_list_nav.html [deleted file]
apps/catalogue/templates/catalogue/snippets/custom_pdf_link_li.html [deleted file]
apps/catalogue/templates/catalogue/snippets/license_icon.html [deleted file]
apps/catalogue/templates/catalogue/tag_list.html [deleted file]
apps/catalogue/templates/catalogue/tag_list_split.html [deleted file]
apps/catalogue/templates/catalogue/tagged_object_list.html [deleted file]
apps/catalogue/templates/catalogue/viewer_base.html [deleted file]
apps/catalogue/templates/catalogue/work-list.html [deleted file]
apps/catalogue/templatetags/__init__.py [deleted file]
apps/catalogue/templatetags/catalogue_tags.py [deleted file]
apps/catalogue/test_utils.py [deleted file]
apps/catalogue/tests/__init__.py [deleted file]
apps/catalogue/tests/book_import.py [deleted file]
apps/catalogue/tests/bookmedia.py [deleted file]
apps/catalogue/tests/cover.py [deleted file]
apps/catalogue/tests/files/fraszka-do-anusie.xml [deleted file]
apps/catalogue/tests/files/fraszki.xml [deleted file]
apps/catalogue/tests/search.py [deleted file]
apps/catalogue/tests/tags.py [deleted file]
apps/catalogue/tests/templatetags.py [deleted file]
apps/catalogue/tests/visit.py [deleted file]
apps/catalogue/translation.py [deleted file]
apps/catalogue/urls.py [deleted file]
apps/catalogue/utils.py [deleted file]
apps/catalogue/views.py [deleted file]
apps/chunks/__init__.py [deleted file]
apps/chunks/admin.py [deleted file]
apps/chunks/locale/de/LC_MESSAGES/django.mo [deleted file]
apps/chunks/locale/de/LC_MESSAGES/django.po [deleted file]
apps/chunks/locale/en/LC_MESSAGES/django.mo [deleted file]
apps/chunks/locale/en/LC_MESSAGES/django.po [deleted file]
apps/chunks/locale/es/LC_MESSAGES/django.mo [deleted file]
apps/chunks/locale/es/LC_MESSAGES/django.po [deleted file]
apps/chunks/locale/fr/LC_MESSAGES/django.mo [deleted file]
apps/chunks/locale/fr/LC_MESSAGES/django.po [deleted file]
apps/chunks/locale/it/LC_MESSAGES/django.mo [deleted file]
apps/chunks/locale/it/LC_MESSAGES/django.po [deleted file]
apps/chunks/locale/jp/LC_MESSAGES/django.mo [deleted file]
apps/chunks/locale/jp/LC_MESSAGES/django.po [deleted file]
apps/chunks/locale/lt/LC_MESSAGES/django.mo [deleted file]
apps/chunks/locale/lt/LC_MESSAGES/django.po [deleted file]
apps/chunks/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/chunks/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/chunks/locale/ru/LC_MESSAGES/django.mo [deleted file]
apps/chunks/locale/ru/LC_MESSAGES/django.po [deleted file]
apps/chunks/locale/uk/LC_MESSAGES/django.mo [deleted file]
apps/chunks/locale/uk/LC_MESSAGES/django.po [deleted file]
apps/chunks/migrations/0001_initial.py [deleted file]
apps/chunks/migrations/0002_auto_20140911_1253.py [deleted file]
apps/chunks/migrations/0003_auto_20151221_1225.py [deleted file]
apps/chunks/migrations/__init__.py [deleted file]
apps/chunks/models.py [deleted file]
apps/chunks/translation.py [deleted file]
apps/chunks/urls.py [deleted file]
apps/chunks/views.py [deleted file]
apps/dictionary/__init__.py [deleted file]
apps/dictionary/constants.py [deleted file]
apps/dictionary/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/dictionary/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/dictionary/migrations/0001_initial.py [deleted file]
apps/dictionary/migrations/0002_auto_20141006_1422.py [deleted file]
apps/dictionary/migrations/0003_auto_20141023_1445.py [deleted file]
apps/dictionary/migrations/0004_auto_20151221_1225.py [deleted file]
apps/dictionary/migrations/__init__.py [deleted file]
apps/dictionary/models.py [deleted file]
apps/dictionary/templates/dictionary/note_list.html [deleted file]
apps/dictionary/templatetags/__init__.py [deleted file]
apps/dictionary/templatetags/set_get.py [deleted file]
apps/dictionary/tests.py [deleted file]
apps/dictionary/urls.py [deleted file]
apps/dictionary/views.py [deleted file]
apps/funding/__init__.py [deleted file]
apps/funding/admin.py [deleted file]
apps/funding/forms.py [deleted file]
apps/funding/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/funding/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/funding/management/__init__.py [deleted file]
apps/funding/management/commands/__init__.py [deleted file]
apps/funding/management/commands/funding_notify.py [deleted file]
apps/funding/migrations/0001_initial.py [deleted file]
apps/funding/migrations/0002_auto_20151221_1225.py [deleted file]
apps/funding/migrations/__init__.py [deleted file]
apps/funding/models.py [deleted file]
apps/funding/static/funding/funding.js [deleted file]
apps/funding/templates/admin/funding/offer/change_form.html [deleted file]
apps/funding/templates/funding/disable_notifications.html [deleted file]
apps/funding/templates/funding/email/base.txt [deleted file]
apps/funding/templates/funding/email/end.txt [deleted file]
apps/funding/templates/funding/email/near.txt [deleted file]
apps/funding/templates/funding/email/published.txt [deleted file]
apps/funding/templates/funding/email/thanks.txt [deleted file]
apps/funding/templates/funding/includes/funding.html [deleted file]
apps/funding/templates/funding/includes/fundings.html [deleted file]
apps/funding/templates/funding/includes/offer_status.html [deleted file]
apps/funding/templates/funding/includes/offer_status_more.html [deleted file]
apps/funding/templates/funding/no_thanks.html [deleted file]
apps/funding/templates/funding/offer_detail.html [deleted file]
apps/funding/templates/funding/offer_list.html [deleted file]
apps/funding/templates/funding/snippets/any_remaining.html [deleted file]
apps/funding/templates/funding/thanks.html [deleted file]
apps/funding/templates/funding/widgets/amount.html [deleted file]
apps/funding/templates/funding/wlfund.html [deleted file]
apps/funding/templatetags/__init__.py [deleted file]
apps/funding/templatetags/funding_tags.py [deleted file]
apps/funding/tests.py [deleted file]
apps/funding/urls.py [deleted file]
apps/funding/utils.py [deleted file]
apps/funding/views.py [deleted file]
apps/funding/widgets.py [deleted file]
apps/infopages/__init__.py [deleted file]
apps/infopages/admin.py [deleted file]
apps/infopages/fixtures/infopages.json [deleted file]
apps/infopages/locale/de/LC_MESSAGES/django.mo [deleted file]
apps/infopages/locale/de/LC_MESSAGES/django.po [deleted file]
apps/infopages/locale/es/LC_MESSAGES/django.mo [deleted file]
apps/infopages/locale/es/LC_MESSAGES/django.po [deleted file]
apps/infopages/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/infopages/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/infopages/locale/uk/LC_MESSAGES/django.mo [deleted file]
apps/infopages/locale/uk/LC_MESSAGES/django.po [deleted file]
apps/infopages/migrations/0001_initial.py [deleted file]
apps/infopages/migrations/0002_auto_20151221_1225.py [deleted file]
apps/infopages/migrations/__init__.py [deleted file]
apps/infopages/models.py [deleted file]
apps/infopages/templates/infopages/infopage.html [deleted file]
apps/infopages/templates/infopages/on_main.html [deleted file]
apps/infopages/templatetags/__init__.py [deleted file]
apps/infopages/templatetags/infopages_tags.py [deleted file]
apps/infopages/translation.py [deleted file]
apps/infopages/urls.py [deleted file]
apps/infopages/views.py [deleted file]
apps/lesmianator/__init__.py [deleted file]
apps/lesmianator/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/lesmianator/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/lesmianator/management/__init__.py [deleted file]
apps/lesmianator/management/commands/__init__.py [deleted file]
apps/lesmianator/management/commands/lesmianator.py [deleted file]
apps/lesmianator/migrations/0001_initial.py [deleted file]
apps/lesmianator/migrations/0002_auto_20151221_1225.py [deleted file]
apps/lesmianator/migrations/__init__.py [deleted file]
apps/lesmianator/models.py [deleted file]
apps/lesmianator/templates/lesmianator/lesmianator.html [deleted file]
apps/lesmianator/templates/lesmianator/poem.html [deleted file]
apps/lesmianator/urls.py [deleted file]
apps/lesmianator/views.py [deleted file]
apps/libraries/__init__.py [deleted file]
apps/libraries/admin.py [deleted file]
apps/libraries/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/libraries/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/libraries/migrations/0001_initial.py [deleted file]
apps/libraries/migrations/0002_auto_20151221_1225.py [deleted file]
apps/libraries/migrations/__init__.py [deleted file]
apps/libraries/models.py [deleted file]
apps/libraries/templates/libraries/catalog_view.html [deleted file]
apps/libraries/templates/libraries/library_view.html [deleted file]
apps/libraries/templates/libraries/main_view.html [deleted file]
apps/libraries/urls.py [deleted file]
apps/libraries/views.py [deleted file]
apps/newtagging/__init__.py [deleted file]
apps/newtagging/admin.py [deleted file]
apps/newtagging/locale/de/LC_MESSAGES/django.mo [deleted file]
apps/newtagging/locale/de/LC_MESSAGES/django.po [deleted file]
apps/newtagging/locale/en/LC_MESSAGES/django.mo [deleted file]
apps/newtagging/locale/en/LC_MESSAGES/django.po [deleted file]
apps/newtagging/locale/es/LC_MESSAGES/django.mo [deleted file]
apps/newtagging/locale/es/LC_MESSAGES/django.po [deleted file]
apps/newtagging/locale/fr/LC_MESSAGES/django.mo [deleted file]
apps/newtagging/locale/fr/LC_MESSAGES/django.po [deleted file]
apps/newtagging/locale/it/LC_MESSAGES/django.mo [deleted file]
apps/newtagging/locale/it/LC_MESSAGES/django.po [deleted file]
apps/newtagging/locale/jp/LC_MESSAGES/django.mo [deleted file]
apps/newtagging/locale/jp/LC_MESSAGES/django.po [deleted file]
apps/newtagging/locale/lt/LC_MESSAGES/django.mo [deleted file]
apps/newtagging/locale/lt/LC_MESSAGES/django.po [deleted file]
apps/newtagging/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/newtagging/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/newtagging/locale/ru/LC_MESSAGES/django.mo [deleted file]
apps/newtagging/locale/ru/LC_MESSAGES/django.po [deleted file]
apps/newtagging/locale/uk/LC_MESSAGES/django.mo [deleted file]
apps/newtagging/locale/uk/LC_MESSAGES/django.po [deleted file]
apps/newtagging/managers.py [deleted file]
apps/newtagging/models.py [deleted file]
apps/newtagging/views.py [deleted file]
apps/oai/__init__.py [deleted file]
apps/oai/handlers.py [deleted file]
apps/oai/tests/__init__.py [deleted file]
apps/oai/tests/files/antygona.xml [deleted file]
apps/oai/tests/files/lubie-kiedy-kobieta.xml [deleted file]
apps/oai/tests/oaipmhapi.py [deleted file]
apps/oai/urls.py [deleted file]
apps/oai/views.py [deleted file]
apps/opds/__init__.py [deleted file]
apps/opds/tests/__init__.py [deleted file]
apps/opds/tests/files/do-doktora.xml [deleted file]
apps/opds/urls.py [deleted file]
apps/opds/views.py [deleted file]
apps/pdcounter/__init__.py [deleted file]
apps/pdcounter/admin.py [deleted file]
apps/pdcounter/fixtures/lista.json [deleted file]
apps/pdcounter/locale/de/LC_MESSAGES/django.mo [deleted file]
apps/pdcounter/locale/de/LC_MESSAGES/django.po [deleted file]
apps/pdcounter/locale/en/LC_MESSAGES/django.mo [deleted file]
apps/pdcounter/locale/en/LC_MESSAGES/django.po [deleted file]
apps/pdcounter/locale/es/LC_MESSAGES/django.mo [deleted file]
apps/pdcounter/locale/es/LC_MESSAGES/django.po [deleted file]
apps/pdcounter/locale/fr/LC_MESSAGES/django.mo [deleted file]
apps/pdcounter/locale/fr/LC_MESSAGES/django.po [deleted file]
apps/pdcounter/locale/it/LC_MESSAGES/django.mo [deleted file]
apps/pdcounter/locale/it/LC_MESSAGES/django.po [deleted file]
apps/pdcounter/locale/jp/LC_MESSAGES/django.mo [deleted file]
apps/pdcounter/locale/jp/LC_MESSAGES/django.po [deleted file]
apps/pdcounter/locale/lt/LC_MESSAGES/django.mo [deleted file]
apps/pdcounter/locale/lt/LC_MESSAGES/django.po [deleted file]
apps/pdcounter/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/pdcounter/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/pdcounter/locale/ru/LC_MESSAGES/django.mo [deleted file]
apps/pdcounter/locale/ru/LC_MESSAGES/django.po [deleted file]
apps/pdcounter/locale/uk/LC_MESSAGES/django.mo [deleted file]
apps/pdcounter/locale/uk/LC_MESSAGES/django.po [deleted file]
apps/pdcounter/migrations/0001_initial.py [deleted file]
apps/pdcounter/migrations/0002_auto_20151221_1225.py [deleted file]
apps/pdcounter/migrations/__init__.py [deleted file]
apps/pdcounter/models.py [deleted file]
apps/pdcounter/static/pdcounter/pdcounter.js [deleted file]
apps/pdcounter/templates/pdcounter/author_detail.html [deleted file]
apps/pdcounter/templates/pdcounter/book_stub_detail.html [deleted file]
apps/pdcounter/templatetags/__init__.py [deleted file]
apps/pdcounter/templatetags/time_tags.py [deleted file]
apps/pdcounter/views.py [deleted file]
apps/picture/__init__.py [deleted file]
apps/picture/admin.py [deleted file]
apps/picture/engine.py [deleted file]
apps/picture/forms.py [deleted file]
apps/picture/locale/de/LC_MESSAGES/django.mo [deleted file]
apps/picture/locale/de/LC_MESSAGES/django.po [deleted file]
apps/picture/locale/en/LC_MESSAGES/django.mo [deleted file]
apps/picture/locale/en/LC_MESSAGES/django.po [deleted file]
apps/picture/locale/es/LC_MESSAGES/django.mo [deleted file]
apps/picture/locale/es/LC_MESSAGES/django.po [deleted file]
apps/picture/locale/fr/LC_MESSAGES/django.mo [deleted file]
apps/picture/locale/fr/LC_MESSAGES/django.po [deleted file]
apps/picture/locale/it/LC_MESSAGES/django.mo [deleted file]
apps/picture/locale/it/LC_MESSAGES/django.po [deleted file]
apps/picture/locale/jp/LC_MESSAGES/django.mo [deleted file]
apps/picture/locale/jp/LC_MESSAGES/django.po [deleted file]
apps/picture/locale/lt/LC_MESSAGES/django.mo [deleted file]
apps/picture/locale/lt/LC_MESSAGES/django.po [deleted file]
apps/picture/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/picture/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/picture/locale/ru/LC_MESSAGES/django.mo [deleted file]
apps/picture/locale/ru/LC_MESSAGES/django.po [deleted file]
apps/picture/locale/uk/LC_MESSAGES/django.mo [deleted file]
apps/picture/locale/uk/LC_MESSAGES/django.po [deleted file]
apps/picture/migrations/0001_initial.py [deleted file]
apps/picture/migrations/0002_remove_picture__related_info.py [deleted file]
apps/picture/migrations/0003_auto_20140924_1559.py [deleted file]
apps/picture/migrations/0004_auto_20141016_1337.py [deleted file]
apps/picture/migrations/0005_auto_20141022_1001.py [deleted file]
apps/picture/migrations/0006_auto_20151221_1225.py [deleted file]
apps/picture/migrations/__init__.py [deleted file]
apps/picture/models.py [deleted file]
apps/picture/tasks.py [deleted file]
apps/picture/templates/admin/picture/picture/change_list.html [deleted file]
apps/picture/templates/picture/collection.html [deleted file]
apps/picture/templates/picture/picture_detail.html [deleted file]
apps/picture/templates/picture/picture_info.html [deleted file]
apps/picture/templates/picture/picture_list_thumb.html [deleted file]
apps/picture/templates/picture/picture_mini_box.html [deleted file]
apps/picture/templates/picture/picture_short.html [deleted file]
apps/picture/templates/picture/picture_viewer.html [deleted file]
apps/picture/templates/picture/picture_wide.html [deleted file]
apps/picture/templates/picture/picturearea_short.html [deleted file]
apps/picture/templatetags/__init__.py [deleted file]
apps/picture/templatetags/picture_tags.py [deleted file]
apps/picture/tests/__init__.py [deleted file]
apps/picture/tests/files/kandinsky-composition-viii.png [deleted file]
apps/picture/tests/files/kandinsky-composition-viii.xml [deleted file]
apps/picture/tests/picture_import.py [deleted file]
apps/picture/views.py [deleted file]
apps/polls/__init__.py [deleted file]
apps/polls/admin.py [deleted file]
apps/polls/forms.py [deleted file]
apps/polls/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/polls/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/polls/migrations/0001_initial.py [deleted file]
apps/polls/migrations/0002_auto_20151221_1225.py [deleted file]
apps/polls/migrations/__init__.py [deleted file]
apps/polls/models.py [deleted file]
apps/polls/templates/polls/poll.html [deleted file]
apps/polls/templates/polls/tags/poll.html [deleted file]
apps/polls/templatetags/__init__.py [deleted file]
apps/polls/templatetags/polls_tags.py [deleted file]
apps/polls/urls.py [deleted file]
apps/polls/views.py [deleted file]
apps/reporting/__init__.py [deleted file]
apps/reporting/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/reporting/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/reporting/models.py [deleted file]
apps/reporting/templates/reporting/catalogue.csv [deleted file]
apps/reporting/templates/reporting/catalogue.texml [deleted file]
apps/reporting/templates/reporting/main.html [deleted file]
apps/reporting/templatetags/__init__.py [deleted file]
apps/reporting/templatetags/reporting_stats.py [deleted file]
apps/reporting/urls.py [deleted file]
apps/reporting/utils.py [deleted file]
apps/reporting/views.py [deleted file]
apps/search/__init__.py [deleted file]
apps/search/context_processors.py [deleted file]
apps/search/custom.py [deleted file]
apps/search/fields.py [deleted file]
apps/search/forms.py [deleted file]
apps/search/index.py [deleted file]
apps/search/locale/de/LC_MESSAGES/django.mo [deleted file]
apps/search/locale/de/LC_MESSAGES/django.po [deleted file]
apps/search/locale/en/LC_MESSAGES/django.mo [deleted file]
apps/search/locale/en/LC_MESSAGES/django.po [deleted file]
apps/search/locale/es/LC_MESSAGES/django.mo [deleted file]
apps/search/locale/es/LC_MESSAGES/django.po [deleted file]
apps/search/locale/fr/LC_MESSAGES/django.mo [deleted file]
apps/search/locale/fr/LC_MESSAGES/django.po [deleted file]
apps/search/locale/it/LC_MESSAGES/django.mo [deleted file]
apps/search/locale/it/LC_MESSAGES/django.po [deleted file]
apps/search/locale/jp/LC_MESSAGES/django.mo [deleted file]
apps/search/locale/jp/LC_MESSAGES/django.po [deleted file]
apps/search/locale/lt/LC_MESSAGES/django.mo [deleted file]
apps/search/locale/lt/LC_MESSAGES/django.po [deleted file]
apps/search/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/search/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/search/locale/ru/LC_MESSAGES/django.mo [deleted file]
apps/search/locale/ru/LC_MESSAGES/django.po [deleted file]
apps/search/locale/uk/LC_MESSAGES/django.mo [deleted file]
apps/search/locale/uk/LC_MESSAGES/django.po [deleted file]
apps/search/management/__init__.py [deleted file]
apps/search/management/commands/__init__.py [deleted file]
apps/search/management/commands/reindex.py [deleted file]
apps/search/management/commands/snippets.py [deleted file]
apps/search/mock_search.py [deleted file]
apps/search/templates/newsearch/search.html [deleted file]
apps/search/templatetags/__init__.py [deleted file]
apps/search/templatetags/search_tags.py [deleted file]
apps/search/tests/__init__.py [deleted file]
apps/search/tests/index.py [deleted file]
apps/search/urls.py [deleted file]
apps/search/views.py [deleted file]
apps/social/__init__.py [deleted file]
apps/social/admin.py [deleted file]
apps/social/forms.py [deleted file]
apps/social/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/social/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/social/migrations/0001_initial.py [deleted file]
apps/social/migrations/0002_auto_20151221_1225.py [deleted file]
apps/social/migrations/__init__.py [deleted file]
apps/social/models.py [deleted file]
apps/social/templates/social/cite_info.html [deleted file]
apps/social/templates/social/cite_promo.html [deleted file]
apps/social/templates/social/my_shelf.html [deleted file]
apps/social/templates/social/sets_form.html [deleted file]
apps/social/templates/social/shelf_tags.html [deleted file]
apps/social/templatetags/__init__.py [deleted file]
apps/social/templatetags/social_tags.py [deleted file]
apps/social/urls.py [deleted file]
apps/social/utils.py [deleted file]
apps/social/views.py [deleted file]
apps/sponsors/__init__.py [deleted file]
apps/sponsors/admin.py [deleted file]
apps/sponsors/locale/de/LC_MESSAGES/django.mo [deleted file]
apps/sponsors/locale/de/LC_MESSAGES/django.po [deleted file]
apps/sponsors/locale/en/LC_MESSAGES/django.mo [deleted file]
apps/sponsors/locale/en/LC_MESSAGES/django.po [deleted file]
apps/sponsors/locale/es/LC_MESSAGES/django.mo [deleted file]
apps/sponsors/locale/es/LC_MESSAGES/django.po [deleted file]
apps/sponsors/locale/fr/LC_MESSAGES/django.mo [deleted file]
apps/sponsors/locale/fr/LC_MESSAGES/django.po [deleted file]
apps/sponsors/locale/it/LC_MESSAGES/django.mo [deleted file]
apps/sponsors/locale/it/LC_MESSAGES/django.po [deleted file]
apps/sponsors/locale/jp/LC_MESSAGES/django.mo [deleted file]
apps/sponsors/locale/jp/LC_MESSAGES/django.po [deleted file]
apps/sponsors/locale/lt/LC_MESSAGES/django.mo [deleted file]
apps/sponsors/locale/lt/LC_MESSAGES/django.po [deleted file]
apps/sponsors/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/sponsors/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/sponsors/locale/ru/LC_MESSAGES/django.mo [deleted file]
apps/sponsors/locale/ru/LC_MESSAGES/django.po [deleted file]
apps/sponsors/locale/uk/LC_MESSAGES/django.mo [deleted file]
apps/sponsors/locale/uk/LC_MESSAGES/django.po [deleted file]
apps/sponsors/migrations/0001_initial.py [deleted file]
apps/sponsors/migrations/0002_auto_20151221_1225.py [deleted file]
apps/sponsors/migrations/__init__.py [deleted file]
apps/sponsors/models.py [deleted file]
apps/sponsors/static/sponsors/css/footer_admin.css [deleted file]
apps/sponsors/static/sponsors/css/sponsors.css [deleted file]
apps/sponsors/static/sponsors/js/footer_admin.js [deleted file]
apps/sponsors/static/sponsors/js/jquery.json.min.js [deleted file]
apps/sponsors/static/sponsors/js/sponsors.js [deleted file]
apps/sponsors/templates/sponsors/page.html [deleted file]
apps/sponsors/urls.py [deleted file]
apps/sponsors/views.py [deleted file]
apps/sponsors/widgets.py [deleted file]
apps/stats/__init__.py [deleted file]
apps/stats/models.py [deleted file]
apps/stats/tasks.py [deleted file]
apps/stats/utils.py [deleted file]
apps/suggest/__init__.py [deleted file]
apps/suggest/admin.py [deleted file]
apps/suggest/forms.py [deleted file]
apps/suggest/locale/de/LC_MESSAGES/django.mo [deleted file]
apps/suggest/locale/de/LC_MESSAGES/django.po [deleted file]
apps/suggest/locale/en/LC_MESSAGES/django.mo [deleted file]
apps/suggest/locale/en/LC_MESSAGES/django.po [deleted file]
apps/suggest/locale/es/LC_MESSAGES/django.mo [deleted file]
apps/suggest/locale/es/LC_MESSAGES/django.po [deleted file]
apps/suggest/locale/fr/LC_MESSAGES/django.mo [deleted file]
apps/suggest/locale/fr/LC_MESSAGES/django.po [deleted file]
apps/suggest/locale/it/LC_MESSAGES/django.mo [deleted file]
apps/suggest/locale/it/LC_MESSAGES/django.po [deleted file]
apps/suggest/locale/jp/LC_MESSAGES/django.mo [deleted file]
apps/suggest/locale/jp/LC_MESSAGES/django.po [deleted file]
apps/suggest/locale/lt/LC_MESSAGES/django.mo [deleted file]
apps/suggest/locale/lt/LC_MESSAGES/django.po [deleted file]
apps/suggest/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/suggest/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/suggest/locale/ru/LC_MESSAGES/django.mo [deleted file]
apps/suggest/locale/ru/LC_MESSAGES/django.po [deleted file]
apps/suggest/locale/uk/LC_MESSAGES/django.mo [deleted file]
apps/suggest/locale/uk/LC_MESSAGES/django.po [deleted file]
apps/suggest/migrations/0001_initial.py [deleted file]
apps/suggest/migrations/0002_auto_20151221_1225.py [deleted file]
apps/suggest/migrations/__init__.py [deleted file]
apps/suggest/models.py [deleted file]
apps/suggest/templates/publishing_suggest.html [deleted file]
apps/suggest/urls.py [deleted file]
apps/suggest/views.py [deleted file]
apps/waiter/__init__.py [deleted file]
apps/waiter/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/waiter/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/waiter/migrations/0001_initial.py [deleted file]
apps/waiter/migrations/__init__.py [deleted file]
apps/waiter/models.py [deleted file]
apps/waiter/settings.py [deleted file]
apps/waiter/tasks.py [deleted file]
apps/waiter/templates/waiter/wait.html [deleted file]
apps/waiter/urls.py [deleted file]
apps/waiter/utils.py [deleted file]
apps/waiter/views.py [deleted file]
apps/wolnelektury_core/__init__.py [deleted file]
apps/wolnelektury_core/apps.py [deleted file]
apps/wolnelektury_core/context_processors.py [deleted file]
apps/wolnelektury_core/locale/de/LC_MESSAGES/django.mo [deleted file]
apps/wolnelektury_core/locale/de/LC_MESSAGES/django.po [deleted file]
apps/wolnelektury_core/locale/en/LC_MESSAGES/django.mo [deleted file]
apps/wolnelektury_core/locale/en/LC_MESSAGES/django.po [deleted file]
apps/wolnelektury_core/locale/es/LC_MESSAGES/django.mo [deleted file]
apps/wolnelektury_core/locale/es/LC_MESSAGES/django.po [deleted file]
apps/wolnelektury_core/locale/fr/LC_MESSAGES/django.mo [deleted file]
apps/wolnelektury_core/locale/fr/LC_MESSAGES/django.po [deleted file]
apps/wolnelektury_core/locale/it/LC_MESSAGES/django.mo [deleted file]
apps/wolnelektury_core/locale/it/LC_MESSAGES/django.po [deleted file]
apps/wolnelektury_core/locale/jp/LC_MESSAGES/django.mo [deleted file]
apps/wolnelektury_core/locale/jp/LC_MESSAGES/django.po [deleted file]
apps/wolnelektury_core/locale/lt/LC_MESSAGES/django.mo [deleted file]
apps/wolnelektury_core/locale/lt/LC_MESSAGES/django.po [deleted file]
apps/wolnelektury_core/locale/pl/LC_MESSAGES/django.mo [deleted file]
apps/wolnelektury_core/locale/pl/LC_MESSAGES/django.po [deleted file]
apps/wolnelektury_core/locale/ru/LC_MESSAGES/django.mo [deleted file]
apps/wolnelektury_core/locale/ru/LC_MESSAGES/django.po [deleted file]
apps/wolnelektury_core/locale/uk/LC_MESSAGES/django.mo [deleted file]
apps/wolnelektury_core/locale/uk/LC_MESSAGES/django.po [deleted file]
apps/wolnelektury_core/management/__init__.py [deleted file]
apps/wolnelektury_core/management/commands/__init__.py [deleted file]
apps/wolnelektury_core/management/commands/localepack.py [deleted file]
apps/wolnelektury_core/management/commands/translation2po.py [deleted file]
apps/wolnelektury_core/management/profile.py [deleted file]
apps/wolnelektury_core/signals.py [deleted file]
apps/wolnelektury_core/static/css/annoy.css [deleted file]
apps/wolnelektury_core/static/css/jquery.countdown.css [deleted file]
apps/wolnelektury_core/static/css/master.book.css [deleted file]
apps/wolnelektury_core/static/css/master.picture.css [deleted file]
apps/wolnelektury_core/static/css/new.book.css [deleted file]
apps/wolnelektury_core/static/css/picture_box.css [deleted file]
apps/wolnelektury_core/static/css/simple.css [deleted file]
apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png [deleted file]
apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png [deleted file]
apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png [deleted file]
apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png [deleted file]
apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png [deleted file]
apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png [deleted file]
apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png [deleted file]
apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png [deleted file]
apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png [deleted file]
apps/wolnelektury_core/static/css/ui-lightness/images/ui-icons_222222_256x240.png [deleted file]
apps/wolnelektury_core/static/css/ui-lightness/images/ui-icons_228ef1_256x240.png [deleted file]
apps/wolnelektury_core/static/css/ui-lightness/images/ui-icons_ef8c08_256x240.png [deleted file]
apps/wolnelektury_core/static/css/ui-lightness/images/ui-icons_ffd27a_256x240.png [deleted file]
apps/wolnelektury_core/static/css/ui-lightness/images/ui-icons_ffffff_256x240.png [deleted file]
apps/wolnelektury_core/static/css/ui-lightness/jquery-ui-1.8.16.custom.css [deleted file]
apps/wolnelektury_core/static/img/1percent-big.png [deleted file]
apps/wolnelektury_core/static/img/android-poster.png [deleted file]
apps/wolnelektury_core/static/img/arrow-down.png [deleted file]
apps/wolnelektury_core/static/img/arrow-gray.png [deleted file]
apps/wolnelektury_core/static/img/arrow-gray.svg [deleted file]
apps/wolnelektury_core/static/img/arrow-teal.png [deleted file]
apps/wolnelektury_core/static/img/arrow-teal.svg [deleted file]
apps/wolnelektury_core/static/img/arrow-up.png [deleted file]
apps/wolnelektury_core/static/img/auth/facebook.png [deleted file]
apps/wolnelektury_core/static/img/auth/google.png [deleted file]
apps/wolnelektury_core/static/img/auth/openid.png [deleted file]
apps/wolnelektury_core/static/img/auth/twitter.png [deleted file]
apps/wolnelektury_core/static/img/backdrop/boltron-3212284622.jpg [deleted file]
apps/wolnelektury_core/static/img/backdrop/book-drawer2.jpg [deleted file]
apps/wolnelektury_core/static/img/backdrop/horiavarlan-4268896468.jpg [deleted file]
apps/wolnelektury_core/static/img/bg-header.png [deleted file]
apps/wolnelektury_core/static/img/bg.png [deleted file]
apps/wolnelektury_core/static/img/book-parent.png [deleted file]
apps/wolnelektury_core/static/img/book.png [deleted file]
apps/wolnelektury_core/static/img/doodle/20110908-android.png [deleted file]
apps/wolnelektury_core/static/img/doodle/20110908-logo.png [deleted file]
apps/wolnelektury_core/static/img/download.png [deleted file]
apps/wolnelektury_core/static/img/download.svg [deleted file]
apps/wolnelektury_core/static/img/epub-www.jpg [deleted file]
apps/wolnelektury_core/static/img/epub.png [deleted file]
apps/wolnelektury_core/static/img/favicon.ico [deleted file]
apps/wolnelektury_core/static/img/favicon.png [deleted file]
apps/wolnelektury_core/static/img/indicator.gif [deleted file]
apps/wolnelektury_core/static/img/kindle-poster-260.png [deleted file]
apps/wolnelektury_core/static/img/kindle-poster.png [deleted file]
apps/wolnelektury_core/static/img/licenses/cc-by-sa.png [deleted file]
apps/wolnelektury_core/static/img/licenses/cc-by-sa.svg [deleted file]
apps/wolnelektury_core/static/img/listen.png [deleted file]
apps/wolnelektury_core/static/img/listen.svg [deleted file]
apps/wolnelektury_core/static/img/logo-220.png [deleted file]
apps/wolnelektury_core/static/img/logo-bez.png [deleted file]
apps/wolnelektury_core/static/img/logo-big.png [deleted file]
apps/wolnelektury_core/static/img/logo-fbc.png [deleted file]
apps/wolnelektury_core/static/img/logo-neon.png [deleted file]
apps/wolnelektury_core/static/img/logo.png [deleted file]
apps/wolnelektury_core/static/img/logo_nck.jpg [deleted file]
apps/wolnelektury_core/static/img/logo_nck_200horiz_trans.png [deleted file]
apps/wolnelektury_core/static/img/logo_nck_200trans.png [deleted file]
apps/wolnelektury_core/static/img/mobi.png [deleted file]
apps/wolnelektury_core/static/img/odt.png [deleted file]
apps/wolnelektury_core/static/img/payu.png [deleted file]
apps/wolnelektury_core/static/img/pdf.png [deleted file]
apps/wolnelektury_core/static/img/procent.png [deleted file]
apps/wolnelektury_core/static/img/progress-pixel.png [deleted file]
apps/wolnelektury_core/static/img/read.png [deleted file]
apps/wolnelektury_core/static/img/read.svg [deleted file]
apps/wolnelektury_core/static/img/s5/blank.gif [deleted file]
apps/wolnelektury_core/static/img/s5/bodybg.gif [deleted file]
apps/wolnelektury_core/static/img/s5/iepngfix.htc [deleted file]
apps/wolnelektury_core/static/img/search.png [deleted file]
apps/wolnelektury_core/static/img/social/bigfacebook.png [deleted file]
apps/wolnelektury_core/static/img/social/biggoogle.png [deleted file]
apps/wolnelektury_core/static/img/social/bignk.png [deleted file]
apps/wolnelektury_core/static/img/social/bigtwitter.png [deleted file]
apps/wolnelektury_core/static/img/social/f.png [deleted file]
apps/wolnelektury_core/static/img/social/f.svg [deleted file]
apps/wolnelektury_core/static/img/social/gplus.png [deleted file]
apps/wolnelektury_core/static/img/social/gplus.svg [deleted file]
apps/wolnelektury_core/static/img/social/nk.png [deleted file]
apps/wolnelektury_core/static/img/social/nk.svg [deleted file]
apps/wolnelektury_core/static/img/speaker.png [deleted file]
apps/wolnelektury_core/static/img/turniej-maly.png [deleted file]
apps/wolnelektury_core/static/img/txt.png [deleted file]
apps/wolnelektury_core/static/img/wiatrak.png [deleted file]
apps/wolnelektury_core/static/img/wl_icon_64.png [deleted file]
apps/wolnelektury_core/static/img/zabawnik.png [deleted file]
apps/wolnelektury_core/static/js/annoy.js [deleted file]
apps/wolnelektury_core/static/js/base.js [deleted file]
apps/wolnelektury_core/static/js/book.js [deleted file]
apps/wolnelektury_core/static/js/book_text/info.js [deleted file]
apps/wolnelektury_core/static/js/book_text/menu.js [deleted file]
apps/wolnelektury_core/static/js/book_text/note.js [deleted file]
apps/wolnelektury_core/static/js/book_text/settings.js [deleted file]
apps/wolnelektury_core/static/js/book_text/toc.js [deleted file]
apps/wolnelektury_core/static/js/contrib/ierange-m2.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery-ui-1.8.16.custom.min.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.autocomplete.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.countdown-de.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.countdown-es.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.countdown-fr.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.countdown-lt.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.countdown-pl.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.countdown-ru.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.countdown-uk.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.countdown.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.cycle.min.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.eventdelegation.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.form.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.highlightfade.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.jqmodal.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.js [deleted file]
apps/wolnelektury_core/static/js/contrib/jquery.scrollto.js [deleted file]
apps/wolnelektury_core/static/js/contrib/modernizr.custom.19652.js [deleted file]
apps/wolnelektury_core/static/js/contrib/progressSpin.min.js [deleted file]
apps/wolnelektury_core/static/js/contrib/raphael-min.js [deleted file]
apps/wolnelektury_core/static/js/dialogs.js [deleted file]
apps/wolnelektury_core/static/js/locale.js [deleted file]
apps/wolnelektury_core/static/js/picture.js [deleted file]
apps/wolnelektury_core/static/js/search.js [deleted file]
apps/wolnelektury_core/static/js/widget.js [deleted file]
apps/wolnelektury_core/static/js/widget_run.js [deleted file]
apps/wolnelektury_core/static/opensearch.xml [deleted file]
apps/wolnelektury_core/static/scss/book_text.scss [deleted file]
apps/wolnelektury_core/static/scss/book_text/body.scss [deleted file]
apps/wolnelektury_core/static/scss/book_text/book_box.scss [deleted file]
apps/wolnelektury_core/static/scss/book_text/box.scss [deleted file]
apps/wolnelektury_core/static/scss/book_text/const.scss [deleted file]
apps/wolnelektury_core/static/scss/book_text/info.scss [deleted file]
apps/wolnelektury_core/static/scss/book_text/menu.scss [deleted file]
apps/wolnelektury_core/static/scss/book_text/note.scss [deleted file]
apps/wolnelektury_core/static/scss/book_text/numbering.scss [deleted file]
apps/wolnelektury_core/static/scss/book_text/other.scss [deleted file]
apps/wolnelektury_core/static/scss/book_text/settings.scss [deleted file]
apps/wolnelektury_core/static/scss/book_text/themes.scss [deleted file]
apps/wolnelektury_core/static/scss/book_text/toc.scss [deleted file]
apps/wolnelektury_core/static/scss/dictionary/dictionary.scss [deleted file]
apps/wolnelektury_core/static/scss/funding/funding.scss [deleted file]
apps/wolnelektury_core/static/scss/main.scss [deleted file]
apps/wolnelektury_core/static/scss/main/auth.scss [deleted file]
apps/wolnelektury_core/static/scss/main/base.scss [deleted file]
apps/wolnelektury_core/static/scss/main/book_box.scss [deleted file]
apps/wolnelektury_core/static/scss/main/book_list.scss [deleted file]
apps/wolnelektury_core/static/scss/main/catalogue.scss [deleted file]
apps/wolnelektury_core/static/scss/main/cite.scss [deleted file]
apps/wolnelektury_core/static/scss/main/const.scss [deleted file]
apps/wolnelektury_core/static/scss/main/dialogs.scss [deleted file]
apps/wolnelektury_core/static/scss/main/footer.scss [deleted file]
apps/wolnelektury_core/static/scss/main/form.scss [deleted file]
apps/wolnelektury_core/static/scss/main/fragment.scss [deleted file]
apps/wolnelektury_core/static/scss/main/header.scss [deleted file]
apps/wolnelektury_core/static/scss/main/hidden.scss [deleted file]
apps/wolnelektury_core/static/scss/main/main_content.scss [deleted file]
apps/wolnelektury_core/static/scss/main/main_page.scss [deleted file]
apps/wolnelektury_core/static/scss/main/menu.scss [deleted file]
apps/wolnelektury_core/static/scss/main/picture_box.scss [deleted file]
apps/wolnelektury_core/static/scss/main/search.scss [deleted file]
apps/wolnelektury_core/static/scss/main/tag.scss [deleted file]
apps/wolnelektury_core/static/scss/polls/polls.scss [deleted file]
apps/wolnelektury_core/static/scss/social/shelf_tags.scss [deleted file]
apps/wolnelektury_core/static/scss/tools.scss [deleted file]
apps/wolnelektury_core/static/scss/widget.scss [deleted file]
apps/wolnelektury_core/templates/404.html [deleted file]
apps/wolnelektury_core/templates/500.html [deleted file]
apps/wolnelektury_core/templates/503.html [deleted file]
apps/wolnelektury_core/templates/account/base.html [deleted file]
apps/wolnelektury_core/templates/admin/base_site.html [deleted file]
apps/wolnelektury_core/templates/admin/catalogue/book/change_form.html [deleted file]
apps/wolnelektury_core/templates/admin/catalogue/book/change_list.html [deleted file]
apps/wolnelektury_core/templates/annoy.html [deleted file]
apps/wolnelektury_core/templates/auth/login.html [deleted file]
apps/wolnelektury_core/templates/auth/login_register.html [deleted file]
apps/wolnelektury_core/templates/auth/register.html [deleted file]
apps/wolnelektury_core/templates/base.html [deleted file]
apps/wolnelektury_core/templates/info/join_us.html [deleted file]
apps/wolnelektury_core/templates/latest_blog_posts.html [deleted file]
apps/wolnelektury_core/templates/main_page.html [deleted file]
apps/wolnelektury_core/templates/openid/login.html [deleted file]
apps/wolnelektury_core/templates/pagination/pagination.html [deleted file]
apps/wolnelektury_core/templates/piston/authorize_token.html [deleted file]
apps/wolnelektury_core/templates/publish_plan.html [deleted file]
apps/wolnelektury_core/templates/site_base.html [deleted file]
apps/wolnelektury_core/templates/socialaccount/connections.html [deleted file]
apps/wolnelektury_core/templates/socialaccount/login_cancelled.html [deleted file]
apps/wolnelektury_core/templates/socialaccount/snippets/login_extra.html [deleted file]
apps/wolnelektury_core/templates/socialaccount/snippets/provider_list.html [deleted file]
apps/wolnelektury_core/templates/superbase.html [deleted file]
apps/wolnelektury_core/templates/user.html [deleted file]
apps/wolnelektury_core/templates/widget.html [deleted file]
apps/wolnelektury_core/templatetags/__init__.py [deleted file]
apps/wolnelektury_core/templatetags/common_tags.py [deleted file]
apps/wolnelektury_core/templatetags/switch_tag.py [deleted file]
apps/wolnelektury_core/views.py [deleted file]
lib/basicauth.py [deleted file]
lib/pyscss_compiler.py [deleted file]
lib/sortify.py [deleted file]
manage.py [deleted file]
requirements-dev.txt [deleted file]
requirements-test.txt [deleted file]
requirements.txt [deleted file]
requirements/requirements-dev.txt [new file with mode: 0644]
requirements/requirements-test.txt [new file with mode: 0644]
requirements/requirements.txt [new file with mode: 0644]
src/ajaxable/__init__.py [new file with mode: 0644]
src/ajaxable/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/ajaxable/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/ajaxable/models.py [new file with mode: 0644]
src/ajaxable/templates/ajaxable/form.html [new file with mode: 0755]
src/ajaxable/templates/ajaxable/form_on_page.html [new file with mode: 0755]
src/ajaxable/templatetags/__init__.py [new file with mode: 0644]
src/ajaxable/templatetags/ajaxable_tags.py [new file with mode: 0644]
src/ajaxable/utils.py [new file with mode: 0755]
src/api/__init__.py [new file with mode: 0644]
src/api/emitters.py [new file with mode: 0644]
src/api/handlers.py [new file with mode: 0644]
src/api/helpers.py [new file with mode: 0644]
src/api/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/api/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/api/management/__init__.py [new file with mode: 0755]
src/api/management/commands/__init__.py [new file with mode: 0755]
src/api/management/commands/mobileinit.py [new file with mode: 0755]
src/api/migrations/0001_initial.py [new file with mode: 0644]
src/api/migrations/0002_auto_20151221_1225.py [new file with mode: 0644]
src/api/migrations/__init__.py [new file with mode: 0644]
src/api/models.py [new file with mode: 0644]
src/api/settings.py [new file with mode: 0644]
src/api/templates/api/main.html [new file with mode: 0755]
src/api/templates/oauth/challenge.html [new file with mode: 0755]
src/api/tests.py [new file with mode: 0644]
src/api/urls.py [new file with mode: 0644]
src/basicauth.py [new file with mode: 0644]
src/catalogue/__init__.py [new file with mode: 0644]
src/catalogue/admin.py [new file with mode: 0644]
src/catalogue/apps.py [new file with mode: 0644]
src/catalogue/constants.py [new file with mode: 0644]
src/catalogue/feeds.py [new file with mode: 0644]
src/catalogue/fields.py [new file with mode: 0644]
src/catalogue/fixtures/collection-boy.json [new file with mode: 0644]
src/catalogue/forms.py [new file with mode: 0644]
src/catalogue/helpers.py [new file with mode: 0644]
src/catalogue/import_utils.py [new file with mode: 0644]
src/catalogue/locale/de/LC_MESSAGES/django.mo [new file with mode: 0644]
src/catalogue/locale/de/LC_MESSAGES/django.po [new file with mode: 0644]
src/catalogue/locale/en/LC_MESSAGES/django.mo [new file with mode: 0644]
src/catalogue/locale/en/LC_MESSAGES/django.po [new file with mode: 0644]
src/catalogue/locale/es/LC_MESSAGES/django.mo [new file with mode: 0644]
src/catalogue/locale/es/LC_MESSAGES/django.po [new file with mode: 0644]
src/catalogue/locale/fr/LC_MESSAGES/django.mo [new file with mode: 0644]
src/catalogue/locale/fr/LC_MESSAGES/django.po [new file with mode: 0644]
src/catalogue/locale/it/LC_MESSAGES/django.mo [new file with mode: 0644]
src/catalogue/locale/it/LC_MESSAGES/django.po [new file with mode: 0644]
src/catalogue/locale/jp/LC_MESSAGES/django.mo [new file with mode: 0644]
src/catalogue/locale/jp/LC_MESSAGES/django.po [new file with mode: 0644]
src/catalogue/locale/lt/LC_MESSAGES/django.mo [new file with mode: 0644]
src/catalogue/locale/lt/LC_MESSAGES/django.po [new file with mode: 0644]
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/locale/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
src/catalogue/locale/ru/LC_MESSAGES/django.po [new file with mode: 0644]
src/catalogue/locale/uk/LC_MESSAGES/django.mo [new file with mode: 0644]
src/catalogue/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
src/catalogue/management/__init__.py [new file with mode: 0644]
src/catalogue/management/commands/__init__.py [new file with mode: 0644]
src/catalogue/management/commands/checkcovers.py [new file with mode: 0644]
src/catalogue/management/commands/checkintegrity.py [new file with mode: 0644]
src/catalogue/management/commands/importbooks.py [new file with mode: 0644]
src/catalogue/management/commands/pack.py [new file with mode: 0755]
src/catalogue/management/commands/report_dead_links.py [new file with mode: 0644]
src/catalogue/management/commands/savemedia.py [new file with mode: 0755]
src/catalogue/migrations/0001_initial.py [new file with mode: 0644]
src/catalogue/migrations/0002_book_ancestor.py [new file with mode: 0644]
src/catalogue/migrations/0003_populate_ancestors.py [new file with mode: 0644]
src/catalogue/migrations/0004_remove_booktags_count_related_info.py [new file with mode: 0644]
src/catalogue/migrations/0005_auto_20141016_1337.py [new file with mode: 0644]
src/catalogue/migrations/0006_auto_20141022_1059.py [new file with mode: 0644]
src/catalogue/migrations/0007_auto_20151123_1529.py [new file with mode: 0644]
src/catalogue/migrations/0008_auto_20151221_1225.py [new file with mode: 0644]
src/catalogue/migrations/__init__.py [new file with mode: 0644]
src/catalogue/models/__init__.py [new file with mode: 0644]
src/catalogue/models/book.py [new file with mode: 0644]
src/catalogue/models/bookmedia.py [new file with mode: 0644]
src/catalogue/models/collection.py [new file with mode: 0644]
src/catalogue/models/fragment.py [new file with mode: 0644]
src/catalogue/models/source.py [new file with mode: 0644]
src/catalogue/models/tag.py [new file with mode: 0644]
src/catalogue/signals.py [new file with mode: 0644]
src/catalogue/static/jplayer/Jplayer.swf [new file with mode: 0644]
src/catalogue/static/jplayer/jplayer.blue.monday.css [new file with mode: 0644]
src/catalogue/static/jplayer/jplayer.blue.monday.jpg [new file with mode: 0644]
src/catalogue/static/jplayer/jplayer.blue.monday.seeking.gif [new file with mode: 0644]
src/catalogue/static/jplayer/jplayer.blue.monday.video.play.png [new file with mode: 0644]
src/catalogue/static/jplayer/jplayer.playlist.min.js [new file with mode: 0644]
src/catalogue/static/jplayer/jquery.jplayer.min.js [new file with mode: 0644]
src/catalogue/static/player/openplayer.js [new file with mode: 0644]
src/catalogue/static/player/player.css [new file with mode: 0644]
src/catalogue/static/player/player.js [new file with mode: 0755]
src/catalogue/tasks.py [new file with mode: 0644]
src/catalogue/templates/catalogue/audiobook_list.html [new file with mode: 0644]
src/catalogue/templates/catalogue/book_detail.html [new file with mode: 0644]
src/catalogue/templates/catalogue/book_fragments.html [new file with mode: 0644]
src/catalogue/templates/catalogue/book_info.html [new file with mode: 0755]
src/catalogue/templates/catalogue/book_list.html [new file with mode: 0644]
src/catalogue/templates/catalogue/book_mini_box.html [new file with mode: 0755]
src/catalogue/templates/catalogue/book_searched.html [new file with mode: 0644]
src/catalogue/templates/catalogue/book_short.html [new file with mode: 0644]
src/catalogue/templates/catalogue/book_text.html [new file with mode: 0644]
src/catalogue/templates/catalogue/book_wide.html [new file with mode: 0644]
src/catalogue/templates/catalogue/catalogue.html [new file with mode: 0644]
src/catalogue/templates/catalogue/collection.html [new file with mode: 0755]
src/catalogue/templates/catalogue/collection_list.html [new file with mode: 0755]
src/catalogue/templates/catalogue/daisy_list.html [new file with mode: 0644]
src/catalogue/templates/catalogue/differentiate_tags.html [new file with mode: 0644]
src/catalogue/templates/catalogue/fragment_promo.html [new file with mode: 0755]
src/catalogue/templates/catalogue/fragment_short.html [new file with mode: 0644]
src/catalogue/templates/catalogue/inline_tag_list.html [new file with mode: 0755]
src/catalogue/templates/catalogue/menu.html [new file with mode: 0644]
src/catalogue/templates/catalogue/picture_detail.html [new file with mode: 0644]
src/catalogue/templates/catalogue/picture_list.html [new file with mode: 0644]
src/catalogue/templates/catalogue/player.html [new file with mode: 0755]
src/catalogue/templates/catalogue/recent_audiobooks_list.html [new file with mode: 0755]
src/catalogue/templates/catalogue/recent_daisy_list.html [new file with mode: 0755]
src/catalogue/templates/catalogue/recent_list.html [new file with mode: 0755]
src/catalogue/templates/catalogue/related_books.html [new file with mode: 0755]
src/catalogue/templates/catalogue/search_multiple_hits.html [new file with mode: 0644]
src/catalogue/templates/catalogue/search_no_hits.html [new file with mode: 0644]
src/catalogue/templates/catalogue/search_too_short.html [new file with mode: 0644]
src/catalogue/templates/catalogue/snippets/audiobook_list.html [new file with mode: 0755]
src/catalogue/templates/catalogue/snippets/book_list.html [new file with mode: 0755]
src/catalogue/templates/catalogue/snippets/book_list_nav.html [new file with mode: 0755]
src/catalogue/templates/catalogue/snippets/custom_pdf_link_li.html [new file with mode: 0644]
src/catalogue/templates/catalogue/snippets/license_icon.html [new file with mode: 0755]
src/catalogue/templates/catalogue/tag_list.html [new file with mode: 0644]
src/catalogue/templates/catalogue/tag_list_split.html [new file with mode: 0644]
src/catalogue/templates/catalogue/tagged_object_list.html [new file with mode: 0644]
src/catalogue/templates/catalogue/viewer_base.html [new file with mode: 0644]
src/catalogue/templates/catalogue/work-list.html [new file with mode: 0755]
src/catalogue/templatetags/__init__.py [new file with mode: 0644]
src/catalogue/templatetags/catalogue_tags.py [new file with mode: 0644]
src/catalogue/test_utils.py [new file with mode: 0644]
src/catalogue/tests/__init__.py [new file with mode: 0644]
src/catalogue/tests/book_import.py [new file with mode: 0644]
src/catalogue/tests/bookmedia.py [new file with mode: 0644]
src/catalogue/tests/cover.py [new file with mode: 0755]
src/catalogue/tests/files/fraszka-do-anusie.xml [new file with mode: 0755]
src/catalogue/tests/files/fraszki.xml [new file with mode: 0755]
src/catalogue/tests/search.py [new file with mode: 0644]
src/catalogue/tests/tags.py [new file with mode: 0644]
src/catalogue/tests/templatetags.py [new file with mode: 0644]
src/catalogue/tests/visit.py [new file with mode: 0644]
src/catalogue/translation.py [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/chunks/__init__.py [new file with mode: 0644]
src/chunks/admin.py [new file with mode: 0644]
src/chunks/locale/de/LC_MESSAGES/django.mo [new file with mode: 0644]
src/chunks/locale/de/LC_MESSAGES/django.po [new file with mode: 0644]
src/chunks/locale/en/LC_MESSAGES/django.mo [new file with mode: 0644]
src/chunks/locale/en/LC_MESSAGES/django.po [new file with mode: 0644]
src/chunks/locale/es/LC_MESSAGES/django.mo [new file with mode: 0644]
src/chunks/locale/es/LC_MESSAGES/django.po [new file with mode: 0644]
src/chunks/locale/fr/LC_MESSAGES/django.mo [new file with mode: 0644]
src/chunks/locale/fr/LC_MESSAGES/django.po [new file with mode: 0644]
src/chunks/locale/it/LC_MESSAGES/django.mo [new file with mode: 0644]
src/chunks/locale/it/LC_MESSAGES/django.po [new file with mode: 0644]
src/chunks/locale/jp/LC_MESSAGES/django.mo [new file with mode: 0644]
src/chunks/locale/jp/LC_MESSAGES/django.po [new file with mode: 0644]
src/chunks/locale/lt/LC_MESSAGES/django.mo [new file with mode: 0644]
src/chunks/locale/lt/LC_MESSAGES/django.po [new file with mode: 0644]
src/chunks/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/chunks/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/chunks/locale/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
src/chunks/locale/ru/LC_MESSAGES/django.po [new file with mode: 0644]
src/chunks/locale/uk/LC_MESSAGES/django.mo [new file with mode: 0644]
src/chunks/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
src/chunks/migrations/0001_initial.py [new file with mode: 0644]
src/chunks/migrations/0002_auto_20140911_1253.py [new file with mode: 0644]
src/chunks/migrations/0003_auto_20151221_1225.py [new file with mode: 0644]
src/chunks/migrations/__init__.py [new file with mode: 0644]
src/chunks/models.py [new file with mode: 0644]
src/chunks/translation.py [new file with mode: 0644]
src/chunks/urls.py [new file with mode: 0644]
src/chunks/views.py [new file with mode: 0644]
src/dictionary/__init__.py [new file with mode: 0644]
src/dictionary/constants.py [new file with mode: 0644]
src/dictionary/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/dictionary/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/dictionary/migrations/0001_initial.py [new file with mode: 0644]
src/dictionary/migrations/0002_auto_20141006_1422.py [new file with mode: 0644]
src/dictionary/migrations/0003_auto_20141023_1445.py [new file with mode: 0644]
src/dictionary/migrations/0004_auto_20151221_1225.py [new file with mode: 0644]
src/dictionary/migrations/__init__.py [new file with mode: 0644]
src/dictionary/models.py [new file with mode: 0644]
src/dictionary/templates/dictionary/note_list.html [new file with mode: 0755]
src/dictionary/templatetags/__init__.py [new file with mode: 0644]
src/dictionary/templatetags/set_get.py [new file with mode: 0644]
src/dictionary/tests.py [new file with mode: 0755]
src/dictionary/urls.py [new file with mode: 0755]
src/dictionary/views.py [new file with mode: 0755]
src/funding/__init__.py [new file with mode: 0644]
src/funding/admin.py [new file with mode: 0644]
src/funding/forms.py [new file with mode: 0644]
src/funding/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/funding/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/funding/management/__init__.py [new file with mode: 0755]
src/funding/management/commands/__init__.py [new file with mode: 0755]
src/funding/management/commands/funding_notify.py [new file with mode: 0755]
src/funding/migrations/0001_initial.py [new file with mode: 0644]
src/funding/migrations/0002_auto_20151221_1225.py [new file with mode: 0644]
src/funding/migrations/__init__.py [new file with mode: 0644]
src/funding/models.py [new file with mode: 0644]
src/funding/static/funding/funding.js [new file with mode: 0644]
src/funding/templates/admin/funding/offer/change_form.html [new file with mode: 0755]
src/funding/templates/funding/disable_notifications.html [new file with mode: 0644]
src/funding/templates/funding/email/base.txt [new file with mode: 0755]
src/funding/templates/funding/email/end.txt [new file with mode: 0755]
src/funding/templates/funding/email/near.txt [new file with mode: 0755]
src/funding/templates/funding/email/published.txt [new file with mode: 0755]
src/funding/templates/funding/email/thanks.txt [new file with mode: 0644]
src/funding/templates/funding/includes/funding.html [new file with mode: 0644]
src/funding/templates/funding/includes/fundings.html [new file with mode: 0644]
src/funding/templates/funding/includes/offer_status.html [new file with mode: 0644]
src/funding/templates/funding/includes/offer_status_more.html [new file with mode: 0644]
src/funding/templates/funding/no_thanks.html [new file with mode: 0644]
src/funding/templates/funding/offer_detail.html [new file with mode: 0644]
src/funding/templates/funding/offer_list.html [new file with mode: 0644]
src/funding/templates/funding/snippets/any_remaining.html [new file with mode: 0644]
src/funding/templates/funding/thanks.html [new file with mode: 0644]
src/funding/templates/funding/widgets/amount.html [new file with mode: 0644]
src/funding/templates/funding/wlfund.html [new file with mode: 0644]
src/funding/templatetags/__init__.py [new file with mode: 0755]
src/funding/templatetags/funding_tags.py [new file with mode: 0755]
src/funding/tests.py [new file with mode: 0644]
src/funding/urls.py [new file with mode: 0644]
src/funding/utils.py [new file with mode: 0644]
src/funding/views.py [new file with mode: 0644]
src/funding/widgets.py [new file with mode: 0644]
src/infopages/__init__.py [new file with mode: 0644]
src/infopages/admin.py [new file with mode: 0644]
src/infopages/fixtures/infopages.json [new file with mode: 0644]
src/infopages/locale/de/LC_MESSAGES/django.mo [new file with mode: 0644]
src/infopages/locale/de/LC_MESSAGES/django.po [new file with mode: 0644]
src/infopages/locale/es/LC_MESSAGES/django.mo [new file with mode: 0644]
src/infopages/locale/es/LC_MESSAGES/django.po [new file with mode: 0644]
src/infopages/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/infopages/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/infopages/locale/uk/LC_MESSAGES/django.mo [new file with mode: 0644]
src/infopages/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
src/infopages/migrations/0001_initial.py [new file with mode: 0644]
src/infopages/migrations/0002_auto_20151221_1225.py [new file with mode: 0644]
src/infopages/migrations/__init__.py [new file with mode: 0644]
src/infopages/models.py [new file with mode: 0644]
src/infopages/templates/infopages/infopage.html [new file with mode: 0755]
src/infopages/templates/infopages/on_main.html [new file with mode: 0755]
src/infopages/templatetags/__init__.py [new file with mode: 0644]
src/infopages/templatetags/infopages_tags.py [new file with mode: 0755]
src/infopages/translation.py [new file with mode: 0644]
src/infopages/urls.py [new file with mode: 0755]
src/infopages/views.py [new file with mode: 0644]
src/lesmianator/__init__.py [new file with mode: 0644]
src/lesmianator/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/lesmianator/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/lesmianator/management/__init__.py [new file with mode: 0644]
src/lesmianator/management/commands/__init__.py [new file with mode: 0644]
src/lesmianator/management/commands/lesmianator.py [new file with mode: 0644]
src/lesmianator/migrations/0001_initial.py [new file with mode: 0644]
src/lesmianator/migrations/0002_auto_20151221_1225.py [new file with mode: 0644]
src/lesmianator/migrations/__init__.py [new file with mode: 0644]
src/lesmianator/models.py [new file with mode: 0644]
src/lesmianator/templates/lesmianator/lesmianator.html [new file with mode: 0644]
src/lesmianator/templates/lesmianator/poem.html [new file with mode: 0644]
src/lesmianator/urls.py [new file with mode: 0644]
src/lesmianator/views.py [new file with mode: 0644]
src/libraries/__init__.py [new file with mode: 0644]
src/libraries/admin.py [new file with mode: 0644]
src/libraries/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/libraries/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/libraries/migrations/0001_initial.py [new file with mode: 0644]
src/libraries/migrations/0002_auto_20151221_1225.py [new file with mode: 0644]
src/libraries/migrations/__init__.py [new file with mode: 0644]
src/libraries/models.py [new file with mode: 0644]
src/libraries/templates/libraries/catalog_view.html [new file with mode: 0644]
src/libraries/templates/libraries/library_view.html [new file with mode: 0644]
src/libraries/templates/libraries/main_view.html [new file with mode: 0644]
src/libraries/urls.py [new file with mode: 0644]
src/libraries/views.py [new file with mode: 0644]
src/manage.py [new file with mode: 0755]
src/newtagging/__init__.py [new file with mode: 0644]
src/newtagging/admin.py [new file with mode: 0644]
src/newtagging/locale/de/LC_MESSAGES/django.mo [new file with mode: 0644]
src/newtagging/locale/de/LC_MESSAGES/django.po [new file with mode: 0644]
src/newtagging/locale/en/LC_MESSAGES/django.mo [new file with mode: 0644]
src/newtagging/locale/en/LC_MESSAGES/django.po [new file with mode: 0644]
src/newtagging/locale/es/LC_MESSAGES/django.mo [new file with mode: 0644]
src/newtagging/locale/es/LC_MESSAGES/django.po [new file with mode: 0644]
src/newtagging/locale/fr/LC_MESSAGES/django.mo [new file with mode: 0644]
src/newtagging/locale/fr/LC_MESSAGES/django.po [new file with mode: 0644]
src/newtagging/locale/it/LC_MESSAGES/django.mo [new file with mode: 0644]
src/newtagging/locale/it/LC_MESSAGES/django.po [new file with mode: 0644]
src/newtagging/locale/jp/LC_MESSAGES/django.mo [new file with mode: 0644]
src/newtagging/locale/jp/LC_MESSAGES/django.po [new file with mode: 0644]
src/newtagging/locale/lt/LC_MESSAGES/django.mo [new file with mode: 0644]
src/newtagging/locale/lt/LC_MESSAGES/django.po [new file with mode: 0644]
src/newtagging/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/newtagging/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/newtagging/locale/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
src/newtagging/locale/ru/LC_MESSAGES/django.po [new file with mode: 0644]
src/newtagging/locale/uk/LC_MESSAGES/django.mo [new file with mode: 0644]
src/newtagging/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
src/newtagging/managers.py [new file with mode: 0644]
src/newtagging/models.py [new file with mode: 0644]
src/newtagging/views.py [new file with mode: 0644]
src/oai/__init__.py [new file with mode: 0644]
src/oai/handlers.py [new file with mode: 0644]
src/oai/tests/__init__.py [new file with mode: 0644]
src/oai/tests/files/antygona.xml [new file with mode: 0755]
src/oai/tests/files/lubie-kiedy-kobieta.xml [new file with mode: 0755]
src/oai/tests/oaipmhapi.py [new file with mode: 0644]
src/oai/urls.py [new file with mode: 0644]
src/oai/views.py [new file with mode: 0644]
src/opds/__init__.py [new file with mode: 0644]
src/opds/tests/__init__.py [new file with mode: 0755]
src/opds/tests/files/do-doktora.xml [new file with mode: 0644]
src/opds/urls.py [new file with mode: 0644]
src/opds/views.py [new file with mode: 0644]
src/pdcounter/__init__.py [new file with mode: 0644]
src/pdcounter/admin.py [new file with mode: 0644]
src/pdcounter/fixtures/lista.json [new file with mode: 0644]
src/pdcounter/locale/de/LC_MESSAGES/django.mo [new file with mode: 0644]
src/pdcounter/locale/de/LC_MESSAGES/django.po [new file with mode: 0644]
src/pdcounter/locale/en/LC_MESSAGES/django.mo [new file with mode: 0644]
src/pdcounter/locale/en/LC_MESSAGES/django.po [new file with mode: 0644]
src/pdcounter/locale/es/LC_MESSAGES/django.mo [new file with mode: 0644]
src/pdcounter/locale/es/LC_MESSAGES/django.po [new file with mode: 0644]
src/pdcounter/locale/fr/LC_MESSAGES/django.mo [new file with mode: 0644]
src/pdcounter/locale/fr/LC_MESSAGES/django.po [new file with mode: 0644]
src/pdcounter/locale/it/LC_MESSAGES/django.mo [new file with mode: 0644]
src/pdcounter/locale/it/LC_MESSAGES/django.po [new file with mode: 0644]
src/pdcounter/locale/jp/LC_MESSAGES/django.mo [new file with mode: 0644]
src/pdcounter/locale/jp/LC_MESSAGES/django.po [new file with mode: 0644]
src/pdcounter/locale/lt/LC_MESSAGES/django.mo [new file with mode: 0644]
src/pdcounter/locale/lt/LC_MESSAGES/django.po [new file with mode: 0644]
src/pdcounter/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/pdcounter/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/pdcounter/locale/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
src/pdcounter/locale/ru/LC_MESSAGES/django.po [new file with mode: 0644]
src/pdcounter/locale/uk/LC_MESSAGES/django.mo [new file with mode: 0644]
src/pdcounter/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
src/pdcounter/migrations/0001_initial.py [new file with mode: 0644]
src/pdcounter/migrations/0002_auto_20151221_1225.py [new file with mode: 0644]
src/pdcounter/migrations/__init__.py [new file with mode: 0644]
src/pdcounter/models.py [new file with mode: 0644]
src/pdcounter/static/pdcounter/pdcounter.js [new file with mode: 0755]
src/pdcounter/templates/pdcounter/author_detail.html [new file with mode: 0644]
src/pdcounter/templates/pdcounter/book_stub_detail.html [new file with mode: 0644]
src/pdcounter/templatetags/__init__.py [new file with mode: 0755]
src/pdcounter/templatetags/time_tags.py [new file with mode: 0755]
src/pdcounter/views.py [new file with mode: 0644]
src/picture/__init__.py [new file with mode: 0644]
src/picture/admin.py [new file with mode: 0644]
src/picture/engine.py [new file with mode: 0644]
src/picture/forms.py [new file with mode: 0644]
src/picture/locale/de/LC_MESSAGES/django.mo [new file with mode: 0644]
src/picture/locale/de/LC_MESSAGES/django.po [new file with mode: 0644]
src/picture/locale/en/LC_MESSAGES/django.mo [new file with mode: 0644]
src/picture/locale/en/LC_MESSAGES/django.po [new file with mode: 0644]
src/picture/locale/es/LC_MESSAGES/django.mo [new file with mode: 0644]
src/picture/locale/es/LC_MESSAGES/django.po [new file with mode: 0644]
src/picture/locale/fr/LC_MESSAGES/django.mo [new file with mode: 0644]
src/picture/locale/fr/LC_MESSAGES/django.po [new file with mode: 0644]
src/picture/locale/it/LC_MESSAGES/django.mo [new file with mode: 0644]
src/picture/locale/it/LC_MESSAGES/django.po [new file with mode: 0644]
src/picture/locale/jp/LC_MESSAGES/django.mo [new file with mode: 0644]
src/picture/locale/jp/LC_MESSAGES/django.po [new file with mode: 0644]
src/picture/locale/lt/LC_MESSAGES/django.mo [new file with mode: 0644]
src/picture/locale/lt/LC_MESSAGES/django.po [new file with mode: 0644]
src/picture/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/picture/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/picture/locale/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
src/picture/locale/ru/LC_MESSAGES/django.po [new file with mode: 0644]
src/picture/locale/uk/LC_MESSAGES/django.mo [new file with mode: 0644]
src/picture/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
src/picture/migrations/0001_initial.py [new file with mode: 0644]
src/picture/migrations/0002_remove_picture__related_info.py [new file with mode: 0644]
src/picture/migrations/0003_auto_20140924_1559.py [new file with mode: 0644]
src/picture/migrations/0004_auto_20141016_1337.py [new file with mode: 0644]
src/picture/migrations/0005_auto_20141022_1001.py [new file with mode: 0644]
src/picture/migrations/0006_auto_20151221_1225.py [new file with mode: 0644]
src/picture/migrations/__init__.py [new file with mode: 0644]
src/picture/models.py [new file with mode: 0644]
src/picture/tasks.py [new file with mode: 0644]
src/picture/templates/admin/picture/picture/change_list.html [new file with mode: 0755]
src/picture/templates/picture/collection.html [new file with mode: 0644]
src/picture/templates/picture/picture_detail.html [new file with mode: 0644]
src/picture/templates/picture/picture_info.html [new file with mode: 0644]
src/picture/templates/picture/picture_list_thumb.html [new file with mode: 0644]
src/picture/templates/picture/picture_mini_box.html [new file with mode: 0644]
src/picture/templates/picture/picture_short.html [new file with mode: 0644]
src/picture/templates/picture/picture_viewer.html [new file with mode: 0644]
src/picture/templates/picture/picture_wide.html [new file with mode: 0644]
src/picture/templates/picture/picturearea_short.html [new file with mode: 0644]
src/picture/templatetags/__init__.py [new file with mode: 0644]
src/picture/templatetags/picture_tags.py [new file with mode: 0644]
src/picture/tests/__init__.py [new file with mode: 0644]
src/picture/tests/files/kandinsky-composition-viii.png [new file with mode: 0644]
src/picture/tests/files/kandinsky-composition-viii.xml [new file with mode: 0644]
src/picture/tests/picture_import.py [new file with mode: 0644]
src/picture/views.py [new file with mode: 0644]
src/polls/__init__.py [new file with mode: 0644]
src/polls/admin.py [new file with mode: 0644]
src/polls/forms.py [new file with mode: 0644]
src/polls/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/polls/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/polls/migrations/0001_initial.py [new file with mode: 0644]
src/polls/migrations/0002_auto_20151221_1225.py [new file with mode: 0644]
src/polls/migrations/__init__.py [new file with mode: 0644]
src/polls/models.py [new file with mode: 0644]
src/polls/templates/polls/poll.html [new file with mode: 0644]
src/polls/templates/polls/tags/poll.html [new file with mode: 0644]
src/polls/templatetags/__init__.py [new file with mode: 0644]
src/polls/templatetags/polls_tags.py [new file with mode: 0644]
src/polls/urls.py [new file with mode: 0644]
src/polls/views.py [new file with mode: 0644]
src/reporting/__init__.py [new file with mode: 0644]
src/reporting/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/reporting/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/reporting/models.py [new file with mode: 0644]
src/reporting/templates/reporting/catalogue.csv [new file with mode: 0755]
src/reporting/templates/reporting/catalogue.texml [new file with mode: 0755]
src/reporting/templates/reporting/main.html [new file with mode: 0755]
src/reporting/templatetags/__init__.py [new file with mode: 0755]
src/reporting/templatetags/reporting_stats.py [new file with mode: 0755]
src/reporting/urls.py [new file with mode: 0755]
src/reporting/utils.py [new file with mode: 0755]
src/reporting/views.py [new file with mode: 0644]
src/search/__init__.py [new file with mode: 0644]
src/search/context_processors.py [new file with mode: 0644]
src/search/custom.py [new file with mode: 0644]
src/search/fields.py [new file with mode: 0755]
src/search/forms.py [new file with mode: 0755]
src/search/index.py [new file with mode: 0644]
src/search/locale/de/LC_MESSAGES/django.mo [new file with mode: 0644]
src/search/locale/de/LC_MESSAGES/django.po [new file with mode: 0644]
src/search/locale/en/LC_MESSAGES/django.mo [new file with mode: 0644]
src/search/locale/en/LC_MESSAGES/django.po [new file with mode: 0644]
src/search/locale/es/LC_MESSAGES/django.mo [new file with mode: 0644]
src/search/locale/es/LC_MESSAGES/django.po [new file with mode: 0644]
src/search/locale/fr/LC_MESSAGES/django.mo [new file with mode: 0644]
src/search/locale/fr/LC_MESSAGES/django.po [new file with mode: 0644]
src/search/locale/it/LC_MESSAGES/django.mo [new file with mode: 0644]
src/search/locale/it/LC_MESSAGES/django.po [new file with mode: 0644]
src/search/locale/jp/LC_MESSAGES/django.mo [new file with mode: 0644]
src/search/locale/jp/LC_MESSAGES/django.po [new file with mode: 0644]
src/search/locale/lt/LC_MESSAGES/django.mo [new file with mode: 0644]
src/search/locale/lt/LC_MESSAGES/django.po [new file with mode: 0644]
src/search/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/search/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/search/locale/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
src/search/locale/ru/LC_MESSAGES/django.po [new file with mode: 0644]
src/search/locale/uk/LC_MESSAGES/django.mo [new file with mode: 0644]
src/search/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
src/search/management/__init__.py [new file with mode: 0644]
src/search/management/commands/__init__.py [new file with mode: 0644]
src/search/management/commands/reindex.py [new file with mode: 0755]
src/search/management/commands/snippets.py [new file with mode: 0755]
src/search/mock_search.py [new file with mode: 0644]
src/search/templates/newsearch/search.html [new file with mode: 0644]
src/search/templatetags/__init__.py [new file with mode: 0644]
src/search/templatetags/search_tags.py [new file with mode: 0644]
src/search/tests/__init__.py [new file with mode: 0644]
src/search/tests/index.py [new file with mode: 0644]
src/search/urls.py [new file with mode: 0644]
src/search/views.py [new file with mode: 0644]
src/social/__init__.py [new file with mode: 0644]
src/social/admin.py [new file with mode: 0755]
src/social/forms.py [new file with mode: 0755]
src/social/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/social/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/social/migrations/0001_initial.py [new file with mode: 0644]
src/social/migrations/0002_auto_20151221_1225.py [new file with mode: 0644]
src/social/migrations/__init__.py [new file with mode: 0644]
src/social/models.py [new file with mode: 0644]
src/social/templates/social/cite_info.html [new file with mode: 0644]
src/social/templates/social/cite_promo.html [new file with mode: 0755]
src/social/templates/social/my_shelf.html [new file with mode: 0755]
src/social/templates/social/sets_form.html [new file with mode: 0755]
src/social/templates/social/shelf_tags.html [new file with mode: 0755]
src/social/templatetags/__init__.py [new file with mode: 0755]
src/social/templatetags/social_tags.py [new file with mode: 0755]
src/social/urls.py [new file with mode: 0755]
src/social/utils.py [new file with mode: 0755]
src/social/views.py [new file with mode: 0644]
src/sortify.py [new file with mode: 0644]
src/sponsors/__init__.py [new file with mode: 0644]
src/sponsors/admin.py [new file with mode: 0644]
src/sponsors/locale/de/LC_MESSAGES/django.mo [new file with mode: 0644]
src/sponsors/locale/de/LC_MESSAGES/django.po [new file with mode: 0644]
src/sponsors/locale/en/LC_MESSAGES/django.mo [new file with mode: 0644]
src/sponsors/locale/en/LC_MESSAGES/django.po [new file with mode: 0644]
src/sponsors/locale/es/LC_MESSAGES/django.mo [new file with mode: 0644]
src/sponsors/locale/es/LC_MESSAGES/django.po [new file with mode: 0644]
src/sponsors/locale/fr/LC_MESSAGES/django.mo [new file with mode: 0644]
src/sponsors/locale/fr/LC_MESSAGES/django.po [new file with mode: 0644]
src/sponsors/locale/it/LC_MESSAGES/django.mo [new file with mode: 0644]
src/sponsors/locale/it/LC_MESSAGES/django.po [new file with mode: 0644]
src/sponsors/locale/jp/LC_MESSAGES/django.mo [new file with mode: 0644]
src/sponsors/locale/jp/LC_MESSAGES/django.po [new file with mode: 0644]
src/sponsors/locale/lt/LC_MESSAGES/django.mo [new file with mode: 0644]
src/sponsors/locale/lt/LC_MESSAGES/django.po [new file with mode: 0644]
src/sponsors/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/sponsors/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/sponsors/locale/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
src/sponsors/locale/ru/LC_MESSAGES/django.po [new file with mode: 0644]
src/sponsors/locale/uk/LC_MESSAGES/django.mo [new file with mode: 0644]
src/sponsors/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
src/sponsors/migrations/0001_initial.py [new file with mode: 0644]
src/sponsors/migrations/0002_auto_20151221_1225.py [new file with mode: 0644]
src/sponsors/migrations/__init__.py [new file with mode: 0644]
src/sponsors/models.py [new file with mode: 0644]
src/sponsors/static/sponsors/css/footer_admin.css [new file with mode: 0644]
src/sponsors/static/sponsors/css/sponsors.css [new file with mode: 0644]
src/sponsors/static/sponsors/js/footer_admin.js [new file with mode: 0644]
src/sponsors/static/sponsors/js/jquery.json.min.js [new file with mode: 0644]
src/sponsors/static/sponsors/js/sponsors.js [new file with mode: 0755]
src/sponsors/templates/sponsors/page.html [new file with mode: 0644]
src/sponsors/urls.py [new file with mode: 0644]
src/sponsors/views.py [new file with mode: 0644]
src/sponsors/widgets.py [new file with mode: 0644]
src/stats/__init__.py [new file with mode: 0644]
src/stats/models.py [new file with mode: 0644]
src/stats/tasks.py [new file with mode: 0644]
src/stats/utils.py [new file with mode: 0644]
src/suggest/__init__.py [new file with mode: 0644]
src/suggest/admin.py [new file with mode: 0644]
src/suggest/forms.py [new file with mode: 0644]
src/suggest/locale/de/LC_MESSAGES/django.mo [new file with mode: 0644]
src/suggest/locale/de/LC_MESSAGES/django.po [new file with mode: 0644]
src/suggest/locale/en/LC_MESSAGES/django.mo [new file with mode: 0644]
src/suggest/locale/en/LC_MESSAGES/django.po [new file with mode: 0644]
src/suggest/locale/es/LC_MESSAGES/django.mo [new file with mode: 0644]
src/suggest/locale/es/LC_MESSAGES/django.po [new file with mode: 0644]
src/suggest/locale/fr/LC_MESSAGES/django.mo [new file with mode: 0644]
src/suggest/locale/fr/LC_MESSAGES/django.po [new file with mode: 0644]
src/suggest/locale/it/LC_MESSAGES/django.mo [new file with mode: 0644]
src/suggest/locale/it/LC_MESSAGES/django.po [new file with mode: 0644]
src/suggest/locale/jp/LC_MESSAGES/django.mo [new file with mode: 0644]
src/suggest/locale/jp/LC_MESSAGES/django.po [new file with mode: 0644]
src/suggest/locale/lt/LC_MESSAGES/django.mo [new file with mode: 0644]
src/suggest/locale/lt/LC_MESSAGES/django.po [new file with mode: 0644]
src/suggest/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/suggest/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/suggest/locale/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
src/suggest/locale/ru/LC_MESSAGES/django.po [new file with mode: 0644]
src/suggest/locale/uk/LC_MESSAGES/django.mo [new file with mode: 0644]
src/suggest/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
src/suggest/migrations/0001_initial.py [new file with mode: 0644]
src/suggest/migrations/0002_auto_20151221_1225.py [new file with mode: 0644]
src/suggest/migrations/__init__.py [new file with mode: 0644]
src/suggest/models.py [new file with mode: 0644]
src/suggest/templates/publishing_suggest.html [new file with mode: 0755]
src/suggest/urls.py [new file with mode: 0644]
src/suggest/views.py [new file with mode: 0644]
src/waiter/__init__.py [new file with mode: 0644]
src/waiter/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/waiter/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/waiter/migrations/0001_initial.py [new file with mode: 0644]
src/waiter/migrations/__init__.py [new file with mode: 0644]
src/waiter/models.py [new file with mode: 0644]
src/waiter/settings.py [new file with mode: 0644]
src/waiter/tasks.py [new file with mode: 0644]
src/waiter/templates/waiter/wait.html [new file with mode: 0644]
src/waiter/urls.py [new file with mode: 0644]
src/waiter/utils.py [new file with mode: 0644]
src/waiter/views.py [new file with mode: 0644]
src/wolnelektury/__init__.py [new file with mode: 0644]
src/wolnelektury/apps.py [new file with mode: 0644]
src/wolnelektury/celery.py [new file with mode: 0644]
src/wolnelektury/context_processors.py [new file with mode: 0644]
src/wolnelektury/locale-contrib/de/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale-contrib/de/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale-contrib/django.pot [new file with mode: 0644]
src/wolnelektury/locale-contrib/en/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale-contrib/en/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale-contrib/es/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale-contrib/es/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale-contrib/fr/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale-contrib/fr/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale-contrib/it/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale-contrib/it/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale-contrib/lt/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale-contrib/lt/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale-contrib/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale-contrib/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale-contrib/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale-contrib/ru/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale-contrib/uk/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale-contrib/uk/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale/de/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale/de/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale/en/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale/en/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale/es/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale/es/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale/fr/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale/fr/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale/it/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale/it/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale/jp/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale/jp/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale/lt/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale/lt/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale/ru/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/locale/uk/LC_MESSAGES/django.mo [new file with mode: 0644]
src/wolnelektury/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
src/wolnelektury/management/__init__.py [new file with mode: 0644]
src/wolnelektury/management/commands/__init__.py [new file with mode: 0644]
src/wolnelektury/management/commands/localepack.py [new file with mode: 0644]
src/wolnelektury/management/commands/translation2po.py [new file with mode: 0644]
src/wolnelektury/management/profile.py [new file with mode: 0644]
src/wolnelektury/middleware.py [new file with mode: 0644]
src/wolnelektury/migrations/__init__.py [new file with mode: 0644]
src/wolnelektury/migrations/getpaid/0001_initial.py [new file with mode: 0644]
src/wolnelektury/migrations/getpaid/0002_auto_20151221_1225.py [new file with mode: 0644]
src/wolnelektury/migrations/getpaid/__init__.py [new file with mode: 0644]
src/wolnelektury/migrations/piston/0001_initial.py [new file with mode: 0644]
src/wolnelektury/migrations/piston/__init__.py [new file with mode: 0644]
src/wolnelektury/settings/__init__.py [new file with mode: 0644]
src/wolnelektury/settings/auth.py [new file with mode: 0644]
src/wolnelektury/settings/basic.py [new file with mode: 0644]
src/wolnelektury/settings/cache.py [new file with mode: 0644]
src/wolnelektury/settings/celery.py [new file with mode: 0644]
src/wolnelektury/settings/contrib.py [new file with mode: 0644]
src/wolnelektury/settings/custom.py [new file with mode: 0644]
src/wolnelektury/settings/locale.py [new file with mode: 0644]
src/wolnelektury/settings/paths.py [new file with mode: 0644]
src/wolnelektury/settings/static.py [new file with mode: 0644]
src/wolnelektury/signals.py [new file with mode: 0644]
src/wolnelektury/static/css/annoy.css [new file with mode: 0755]
src/wolnelektury/static/css/jquery.countdown.css [new file with mode: 0644]
src/wolnelektury/static/css/master.book.css [new file with mode: 0644]
src/wolnelektury/static/css/master.picture.css [new file with mode: 0644]
src/wolnelektury/static/css/new.book.css [new file with mode: 0644]
src/wolnelektury/static/css/picture_box.css [new file with mode: 0644]
src/wolnelektury/static/css/simple.css [new file with mode: 0755]
src/wolnelektury/static/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png [new file with mode: 0644]
src/wolnelektury/static/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png [new file with mode: 0644]
src/wolnelektury/static/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png [new file with mode: 0644]
src/wolnelektury/static/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png [new file with mode: 0644]
src/wolnelektury/static/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png [new file with mode: 0644]
src/wolnelektury/static/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
src/wolnelektury/static/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png [new file with mode: 0644]
src/wolnelektury/static/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png [new file with mode: 0644]
src/wolnelektury/static/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png [new file with mode: 0644]
src/wolnelektury/static/css/ui-lightness/images/ui-icons_222222_256x240.png [new file with mode: 0644]
src/wolnelektury/static/css/ui-lightness/images/ui-icons_228ef1_256x240.png [new file with mode: 0644]
src/wolnelektury/static/css/ui-lightness/images/ui-icons_ef8c08_256x240.png [new file with mode: 0644]
src/wolnelektury/static/css/ui-lightness/images/ui-icons_ffd27a_256x240.png [new file with mode: 0644]
src/wolnelektury/static/css/ui-lightness/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
src/wolnelektury/static/css/ui-lightness/jquery-ui-1.8.16.custom.css [new file with mode: 0644]
src/wolnelektury/static/img/1percent-big.png [new file with mode: 0644]
src/wolnelektury/static/img/android-poster.png [new file with mode: 0644]
src/wolnelektury/static/img/arrow-down.png [new file with mode: 0644]
src/wolnelektury/static/img/arrow-gray.png [new file with mode: 0644]
src/wolnelektury/static/img/arrow-gray.svg [new file with mode: 0644]
src/wolnelektury/static/img/arrow-teal.png [new file with mode: 0644]
src/wolnelektury/static/img/arrow-teal.svg [new file with mode: 0644]
src/wolnelektury/static/img/arrow-up.png [new file with mode: 0644]
src/wolnelektury/static/img/auth/facebook.png [new file with mode: 0644]
src/wolnelektury/static/img/auth/google.png [new file with mode: 0644]
src/wolnelektury/static/img/auth/openid.png [new file with mode: 0644]
src/wolnelektury/static/img/auth/twitter.png [new file with mode: 0644]
src/wolnelektury/static/img/backdrop/boltron-3212284622.jpg [new file with mode: 0644]
src/wolnelektury/static/img/backdrop/book-drawer2.jpg [new file with mode: 0644]
src/wolnelektury/static/img/backdrop/horiavarlan-4268896468.jpg [new file with mode: 0644]
src/wolnelektury/static/img/bg-header.png [new file with mode: 0644]
src/wolnelektury/static/img/bg.png [new file with mode: 0644]
src/wolnelektury/static/img/book-parent.png [new file with mode: 0644]
src/wolnelektury/static/img/book.png [new file with mode: 0644]
src/wolnelektury/static/img/doodle/20110908-android.png [new file with mode: 0644]
src/wolnelektury/static/img/doodle/20110908-logo.png [new file with mode: 0644]
src/wolnelektury/static/img/download.png [new file with mode: 0644]
src/wolnelektury/static/img/download.svg [new file with mode: 0644]
src/wolnelektury/static/img/epub-www.jpg [new file with mode: 0644]
src/wolnelektury/static/img/epub.png [new file with mode: 0644]
src/wolnelektury/static/img/favicon.ico [new file with mode: 0644]
src/wolnelektury/static/img/favicon.png [new file with mode: 0644]
src/wolnelektury/static/img/indicator.gif [new file with mode: 0644]
src/wolnelektury/static/img/kindle-poster-260.png [new file with mode: 0644]
src/wolnelektury/static/img/kindle-poster.png [new file with mode: 0644]
src/wolnelektury/static/img/licenses/cc-by-sa.png [new file with mode: 0644]
src/wolnelektury/static/img/licenses/cc-by-sa.svg [new file with mode: 0644]
src/wolnelektury/static/img/listen.png [new file with mode: 0644]
src/wolnelektury/static/img/listen.svg [new file with mode: 0644]
src/wolnelektury/static/img/logo-220.png [new file with mode: 0644]
src/wolnelektury/static/img/logo-bez.png [new file with mode: 0644]
src/wolnelektury/static/img/logo-big.png [new file with mode: 0644]
src/wolnelektury/static/img/logo-fbc.png [new file with mode: 0644]
src/wolnelektury/static/img/logo-neon.png [new file with mode: 0644]
src/wolnelektury/static/img/logo.png [new file with mode: 0644]
src/wolnelektury/static/img/logo_nck.jpg [new file with mode: 0644]
src/wolnelektury/static/img/logo_nck_200horiz_trans.png [new file with mode: 0644]
src/wolnelektury/static/img/logo_nck_200trans.png [new file with mode: 0644]
src/wolnelektury/static/img/mobi.png [new file with mode: 0644]
src/wolnelektury/static/img/odt.png [new file with mode: 0644]
src/wolnelektury/static/img/payu.png [new file with mode: 0644]
src/wolnelektury/static/img/pdf.png [new file with mode: 0644]
src/wolnelektury/static/img/procent.png [new file with mode: 0644]
src/wolnelektury/static/img/progress-pixel.png [new file with mode: 0644]
src/wolnelektury/static/img/read.png [new file with mode: 0644]
src/wolnelektury/static/img/read.svg [new file with mode: 0644]
src/wolnelektury/static/img/s5/blank.gif [new file with mode: 0644]
src/wolnelektury/static/img/s5/bodybg.gif [new file with mode: 0755]
src/wolnelektury/static/img/s5/iepngfix.htc [new file with mode: 0644]
src/wolnelektury/static/img/search.png [new file with mode: 0644]
src/wolnelektury/static/img/social/bigfacebook.png [new file with mode: 0644]
src/wolnelektury/static/img/social/biggoogle.png [new file with mode: 0644]
src/wolnelektury/static/img/social/bignk.png [new file with mode: 0644]
src/wolnelektury/static/img/social/bigtwitter.png [new file with mode: 0644]
src/wolnelektury/static/img/social/f.png [new file with mode: 0644]
src/wolnelektury/static/img/social/f.svg [new file with mode: 0644]
src/wolnelektury/static/img/social/gplus.png [new file with mode: 0644]
src/wolnelektury/static/img/social/gplus.svg [new file with mode: 0644]
src/wolnelektury/static/img/social/nk.png [new file with mode: 0644]
src/wolnelektury/static/img/social/nk.svg [new file with mode: 0644]
src/wolnelektury/static/img/speaker.png [new file with mode: 0644]
src/wolnelektury/static/img/turniej-maly.png [new file with mode: 0644]
src/wolnelektury/static/img/txt.png [new file with mode: 0644]
src/wolnelektury/static/img/wiatrak.png [new file with mode: 0644]
src/wolnelektury/static/img/wl_icon_64.png [new file with mode: 0644]
src/wolnelektury/static/img/zabawnik.png [new file with mode: 0644]
src/wolnelektury/static/js/annoy.js [new file with mode: 0644]
src/wolnelektury/static/js/base.js [new file with mode: 0644]
src/wolnelektury/static/js/book.js [new file with mode: 0644]
src/wolnelektury/static/js/book_text/info.js [new file with mode: 0644]
src/wolnelektury/static/js/book_text/menu.js [new file with mode: 0644]
src/wolnelektury/static/js/book_text/note.js [new file with mode: 0644]
src/wolnelektury/static/js/book_text/settings.js [new file with mode: 0644]
src/wolnelektury/static/js/book_text/toc.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/ierange-m2.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery-ui-1.8.16.custom.min.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.autocomplete.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.countdown-de.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.countdown-es.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.countdown-fr.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.countdown-lt.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.countdown-pl.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.countdown-ru.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.countdown-uk.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.countdown.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.cycle.min.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.eventdelegation.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.form.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.highlightfade.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.jqmodal.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/jquery.scrollto.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/modernizr.custom.19652.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/progressSpin.min.js [new file with mode: 0644]
src/wolnelektury/static/js/contrib/raphael-min.js [new file with mode: 0644]
src/wolnelektury/static/js/dialogs.js [new file with mode: 0644]
src/wolnelektury/static/js/locale.js [new file with mode: 0644]
src/wolnelektury/static/js/picture.js [new file with mode: 0644]
src/wolnelektury/static/js/search.js [new file with mode: 0644]
src/wolnelektury/static/js/widget.js [new file with mode: 0644]
src/wolnelektury/static/js/widget_run.js [new file with mode: 0644]
src/wolnelektury/static/opensearch.xml [new file with mode: 0644]
src/wolnelektury/static/scss/book_text.scss [new file with mode: 0644]
src/wolnelektury/static/scss/book_text/body.scss [new file with mode: 0644]
src/wolnelektury/static/scss/book_text/book_box.scss [new file with mode: 0644]
src/wolnelektury/static/scss/book_text/box.scss [new file with mode: 0644]
src/wolnelektury/static/scss/book_text/const.scss [new file with mode: 0644]
src/wolnelektury/static/scss/book_text/info.scss [new file with mode: 0644]
src/wolnelektury/static/scss/book_text/menu.scss [new file with mode: 0644]
src/wolnelektury/static/scss/book_text/note.scss [new file with mode: 0644]
src/wolnelektury/static/scss/book_text/numbering.scss [new file with mode: 0644]
src/wolnelektury/static/scss/book_text/other.scss [new file with mode: 0644]
src/wolnelektury/static/scss/book_text/settings.scss [new file with mode: 0644]
src/wolnelektury/static/scss/book_text/themes.scss [new file with mode: 0644]
src/wolnelektury/static/scss/book_text/toc.scss [new file with mode: 0644]
src/wolnelektury/static/scss/dictionary/dictionary.scss [new file with mode: 0644]
src/wolnelektury/static/scss/funding/funding.scss [new file with mode: 0644]
src/wolnelektury/static/scss/main.scss [new file with mode: 0644]
src/wolnelektury/static/scss/main/auth.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/base.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/book_box.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/book_list.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/catalogue.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/cite.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/const.scss [new file with mode: 0644]
src/wolnelektury/static/scss/main/dialogs.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/footer.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/form.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/fragment.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/header.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/hidden.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/main_content.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/main_page.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/menu.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/picture_box.scss [new file with mode: 0644]
src/wolnelektury/static/scss/main/search.scss [new file with mode: 0755]
src/wolnelektury/static/scss/main/tag.scss [new file with mode: 0755]
src/wolnelektury/static/scss/polls/polls.scss [new file with mode: 0644]
src/wolnelektury/static/scss/social/shelf_tags.scss [new file with mode: 0644]
src/wolnelektury/static/scss/tools.scss [new file with mode: 0644]
src/wolnelektury/static/scss/widget.scss [new file with mode: 0644]
src/wolnelektury/templates/404.html [new file with mode: 0644]
src/wolnelektury/templates/500.html [new file with mode: 0644]
src/wolnelektury/templates/503.html [new file with mode: 0644]
src/wolnelektury/templates/account/base.html [new file with mode: 0755]
src/wolnelektury/templates/admin/base_site.html [new file with mode: 0644]
src/wolnelektury/templates/admin/catalogue/book/change_form.html [new file with mode: 0644]
src/wolnelektury/templates/admin/catalogue/book/change_list.html [new file with mode: 0644]
src/wolnelektury/templates/annoy.html [new file with mode: 0755]
src/wolnelektury/templates/auth/login.html [new file with mode: 0644]
src/wolnelektury/templates/auth/login_register.html [new file with mode: 0755]
src/wolnelektury/templates/auth/register.html [new file with mode: 0644]
src/wolnelektury/templates/base.html [new file with mode: 0644]
src/wolnelektury/templates/info/join_us.html [new file with mode: 0644]
src/wolnelektury/templates/latest_blog_posts.html [new file with mode: 0644]
src/wolnelektury/templates/main_page.html [new file with mode: 0755]
src/wolnelektury/templates/openid/login.html [new file with mode: 0644]
src/wolnelektury/templates/pagination/pagination.html [new file with mode: 0644]
src/wolnelektury/templates/piston/authorize_token.html [new file with mode: 0755]
src/wolnelektury/templates/publish_plan.html [new file with mode: 0755]
src/wolnelektury/templates/site_base.html [new file with mode: 0644]
src/wolnelektury/templates/socialaccount/connections.html [new file with mode: 0644]
src/wolnelektury/templates/socialaccount/login_cancelled.html [new file with mode: 0644]
src/wolnelektury/templates/socialaccount/snippets/login_extra.html [new file with mode: 0644]
src/wolnelektury/templates/socialaccount/snippets/provider_list.html [new file with mode: 0644]
src/wolnelektury/templates/superbase.html [new file with mode: 0644]
src/wolnelektury/templates/user.html [new file with mode: 0644]
src/wolnelektury/templates/widget.html [new file with mode: 0644]
src/wolnelektury/templatetags/__init__.py [new file with mode: 0644]
src/wolnelektury/templatetags/common_tags.py [new file with mode: 0644]
src/wolnelektury/templatetags/switch_tag.py [new file with mode: 0644]
src/wolnelektury/urls.py [new file with mode: 0644]
src/wolnelektury/utils.py [new file with mode: 0644]
src/wolnelektury/views.py [new file with mode: 0644]
src/wolnelektury/wsgi.py [new file with mode: 0644]
wolnelektury/__init__.py [deleted file]
wolnelektury/celery.py [deleted file]
wolnelektury/locale-contrib/de/LC_MESSAGES/django.mo [deleted file]
wolnelektury/locale-contrib/de/LC_MESSAGES/django.po [deleted file]
wolnelektury/locale-contrib/django.pot [deleted file]
wolnelektury/locale-contrib/en/LC_MESSAGES/django.mo [deleted file]
wolnelektury/locale-contrib/en/LC_MESSAGES/django.po [deleted file]
wolnelektury/locale-contrib/es/LC_MESSAGES/django.mo [deleted file]
wolnelektury/locale-contrib/es/LC_MESSAGES/django.po [deleted file]
wolnelektury/locale-contrib/fr/LC_MESSAGES/django.mo [deleted file]
wolnelektury/locale-contrib/fr/LC_MESSAGES/django.po [deleted file]
wolnelektury/locale-contrib/it/LC_MESSAGES/django.mo [deleted file]
wolnelektury/locale-contrib/it/LC_MESSAGES/django.po [deleted file]
wolnelektury/locale-contrib/lt/LC_MESSAGES/django.mo [deleted file]
wolnelektury/locale-contrib/lt/LC_MESSAGES/django.po [deleted file]
wolnelektury/locale-contrib/pl/LC_MESSAGES/django.mo [deleted file]
wolnelektury/locale-contrib/pl/LC_MESSAGES/django.po [deleted file]
wolnelektury/locale-contrib/ru/LC_MESSAGES/django.mo [deleted file]
wolnelektury/locale-contrib/ru/LC_MESSAGES/django.po [deleted file]
wolnelektury/locale-contrib/uk/LC_MESSAGES/django.mo [deleted file]
wolnelektury/locale-contrib/uk/LC_MESSAGES/django.po [deleted file]
wolnelektury/middleware.py [deleted file]
wolnelektury/migrations/__init__.py [deleted file]
wolnelektury/migrations/getpaid/0001_initial.py [deleted file]
wolnelektury/migrations/getpaid/0002_auto_20151221_1225.py [deleted file]
wolnelektury/migrations/getpaid/__init__.py [deleted file]
wolnelektury/migrations/piston/0001_initial.py [deleted file]
wolnelektury/migrations/piston/__init__.py [deleted file]
wolnelektury/settings/__init__.py [deleted file]
wolnelektury/settings/auth.py [deleted file]
wolnelektury/settings/basic.py [deleted file]
wolnelektury/settings/cache.py [deleted file]
wolnelektury/settings/celery.py [deleted file]
wolnelektury/settings/contrib.py [deleted file]
wolnelektury/settings/custom.py [deleted file]
wolnelektury/settings/locale.py [deleted file]
wolnelektury/settings/paths.py [deleted file]
wolnelektury/settings/static.py [deleted file]
wolnelektury/urls.py [deleted file]
wolnelektury/utils.py [deleted file]
wolnelektury/wsgi.py [deleted file]