From 357027375ff8867f42ca34bcbfb5a78b5b185fc3 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 29 Dec 2015 15:19:14 +0100 Subject: [PATCH] Code layout change. --- .gitignore | 6 ++---- apps/wolnelektury_core/__init__.py | 5 ----- lib/pyscss_compiler.py | 19 ------------------ .../requirements-dev.txt | 0 .../requirements-test.txt | 0 .../requirements.txt | 0 {apps => src}/ajaxable/__init__.py | 0 .../ajaxable/locale/pl/LC_MESSAGES/django.mo | Bin .../ajaxable/locale/pl/LC_MESSAGES/django.po | 0 {apps => src}/ajaxable/models.py | 0 .../ajaxable/templates/ajaxable/form.html | 0 .../templates/ajaxable/form_on_page.html | 0 .../ajaxable/templatetags/__init__.py | 0 .../ajaxable/templatetags/ajaxable_tags.py | 0 {apps => src}/ajaxable/utils.py | 0 {apps => src}/api/__init__.py | 0 {apps => src}/api/emitters.py | 0 {apps => src}/api/handlers.py | 0 {apps => src}/api/helpers.py | 0 .../api/locale/pl/LC_MESSAGES/django.mo | Bin .../api/locale/pl/LC_MESSAGES/django.po | 0 {apps => src}/api/management/__init__.py | 0 .../api/management/commands/__init__.py | 0 .../api/management/commands/mobileinit.py | 0 {apps => src}/api/migrations/0001_initial.py | 0 .../api/migrations/0002_auto_20151221_1225.py | 0 {apps => src}/api/migrations/__init__.py | 0 {apps => src}/api/models.py | 0 {apps => src}/api/settings.py | 0 {apps => src}/api/templates/api/main.html | 0 .../api/templates/oauth/challenge.html | 0 {apps => src}/api/tests.py | 0 {apps => src}/api/urls.py | 0 {lib => src}/basicauth.py | 0 {apps => src}/catalogue/__init__.py | 0 {apps => src}/catalogue/admin.py | 0 {apps => src}/catalogue/apps.py | 0 {apps => src}/catalogue/constants.py | 0 {apps => src}/catalogue/feeds.py | 0 {apps => src}/catalogue/fields.py | 0 .../catalogue/fixtures/collection-boy.json | 0 {apps => src}/catalogue/forms.py | 0 {apps => src}/catalogue/helpers.py | 0 {apps => src}/catalogue/import_utils.py | 0 .../catalogue/locale/de/LC_MESSAGES/django.mo | Bin .../catalogue/locale/de/LC_MESSAGES/django.po | 0 .../catalogue/locale/en/LC_MESSAGES/django.mo | Bin .../catalogue/locale/en/LC_MESSAGES/django.po | 0 .../catalogue/locale/es/LC_MESSAGES/django.mo | Bin .../catalogue/locale/es/LC_MESSAGES/django.po | 0 .../catalogue/locale/fr/LC_MESSAGES/django.mo | Bin .../catalogue/locale/fr/LC_MESSAGES/django.po | 0 .../catalogue/locale/it/LC_MESSAGES/django.mo | Bin .../catalogue/locale/it/LC_MESSAGES/django.po | 0 .../catalogue/locale/jp/LC_MESSAGES/django.mo | Bin .../catalogue/locale/jp/LC_MESSAGES/django.po | 0 .../catalogue/locale/lt/LC_MESSAGES/django.mo | Bin .../catalogue/locale/lt/LC_MESSAGES/django.po | 0 .../catalogue/locale/pl/LC_MESSAGES/django.mo | Bin .../catalogue/locale/pl/LC_MESSAGES/django.po | 0 .../catalogue/locale/ru/LC_MESSAGES/django.mo | Bin .../catalogue/locale/ru/LC_MESSAGES/django.po | 0 .../catalogue/locale/uk/LC_MESSAGES/django.mo | Bin .../catalogue/locale/uk/LC_MESSAGES/django.po | 0 .../catalogue/management/__init__.py | 0 .../catalogue/management/commands/__init__.py | 0 .../management/commands/checkcovers.py | 0 .../management/commands/checkintegrity.py | 0 .../management/commands/importbooks.py | 2 +- .../catalogue/management/commands/pack.py | 0 .../management/commands/report_dead_links.py | 0 .../management/commands/savemedia.py | 0 .../catalogue/migrations/0001_initial.py | 0 .../migrations/0002_book_ancestor.py | 0 .../migrations/0003_populate_ancestors.py | 0 ...0004_remove_booktags_count_related_info.py | 0 .../migrations/0005_auto_20141016_1337.py | 0 .../migrations/0006_auto_20141022_1059.py | 0 .../migrations/0007_auto_20151123_1529.py | 0 .../migrations/0008_auto_20151221_1225.py | 0 .../catalogue/migrations/__init__.py | 0 {apps => src}/catalogue/models/__init__.py | 0 {apps => src}/catalogue/models/book.py | 0 {apps => src}/catalogue/models/bookmedia.py | 0 {apps => src}/catalogue/models/collection.py | 0 {apps => src}/catalogue/models/fragment.py | 0 {apps => src}/catalogue/models/source.py | 0 {apps => src}/catalogue/models/tag.py | 0 {apps => src}/catalogue/signals.py | 0 .../catalogue/static/jplayer/Jplayer.swf | Bin .../static/jplayer/jplayer.blue.monday.css | 0 .../static/jplayer/jplayer.blue.monday.jpg | Bin .../jplayer/jplayer.blue.monday.seeking.gif | Bin .../jplayer.blue.monday.video.play.png | Bin .../static/jplayer/jplayer.playlist.min.js | 0 .../static/jplayer/jquery.jplayer.min.js | 0 .../catalogue/static/player/openplayer.js | 0 .../catalogue/static/player/player.css | 0 .../catalogue/static/player/player.js | 0 {apps => src}/catalogue/tasks.py | 0 .../templates/catalogue/audiobook_list.html | 0 .../templates/catalogue/book_detail.html | 0 .../templates/catalogue/book_fragments.html | 0 .../templates/catalogue/book_info.html | 0 .../templates/catalogue/book_list.html | 0 .../templates/catalogue/book_mini_box.html | 0 .../templates/catalogue/book_searched.html | 0 .../templates/catalogue/book_short.html | 0 .../templates/catalogue/book_text.html | 0 .../templates/catalogue/book_wide.html | 0 .../templates/catalogue/catalogue.html | 0 .../templates/catalogue/collection.html | 0 .../templates/catalogue/collection_list.html | 0 .../templates/catalogue/daisy_list.html | 0 .../catalogue/differentiate_tags.html | 0 .../templates/catalogue/fragment_promo.html | 0 .../templates/catalogue/fragment_short.html | 0 .../templates/catalogue/inline_tag_list.html | 0 .../catalogue/templates/catalogue/menu.html | 0 .../templates/catalogue/picture_detail.html | 0 .../templates/catalogue/picture_list.html | 0 .../catalogue/templates/catalogue/player.html | 0 .../catalogue/recent_audiobooks_list.html | 0 .../catalogue/recent_daisy_list.html | 0 .../templates/catalogue/recent_list.html | 0 .../templates/catalogue/related_books.html | 0 .../catalogue/search_multiple_hits.html | 0 .../templates/catalogue/search_no_hits.html | 0 .../templates/catalogue/search_too_short.html | 0 .../catalogue/snippets/audiobook_list.html | 0 .../catalogue/snippets/book_list.html | 0 .../catalogue/snippets/book_list_nav.html | 0 .../snippets/custom_pdf_link_li.html | 0 .../catalogue/snippets/license_icon.html | 0 .../templates/catalogue/tag_list.html | 0 .../templates/catalogue/tag_list_split.html | 0 .../catalogue/tagged_object_list.html | 0 .../templates/catalogue/viewer_base.html | 0 .../templates/catalogue/work-list.html | 0 .../catalogue/templatetags/__init__.py | 0 .../catalogue/templatetags/catalogue_tags.py | 0 {apps => src}/catalogue/test_utils.py | 0 {apps => src}/catalogue/tests/__init__.py | 0 {apps => src}/catalogue/tests/book_import.py | 0 {apps => src}/catalogue/tests/bookmedia.py | 0 {apps => src}/catalogue/tests/cover.py | 0 .../tests/files/fraszka-do-anusie.xml | 0 .../catalogue/tests/files/fraszki.xml | 0 {apps => src}/catalogue/tests/search.py | 0 {apps => src}/catalogue/tests/tags.py | 0 {apps => src}/catalogue/tests/templatetags.py | 0 {apps => src}/catalogue/tests/visit.py | 0 {apps => src}/catalogue/translation.py | 0 {apps => src}/catalogue/urls.py | 0 {apps => src}/catalogue/utils.py | 0 {apps => src}/catalogue/views.py | 0 {apps => src}/chunks/__init__.py | 0 {apps => src}/chunks/admin.py | 0 .../chunks/locale/de/LC_MESSAGES/django.mo | Bin .../chunks/locale/de/LC_MESSAGES/django.po | 0 .../chunks/locale/en/LC_MESSAGES/django.mo | Bin .../chunks/locale/en/LC_MESSAGES/django.po | 0 .../chunks/locale/es/LC_MESSAGES/django.mo | Bin .../chunks/locale/es/LC_MESSAGES/django.po | 0 .../chunks/locale/fr/LC_MESSAGES/django.mo | Bin .../chunks/locale/fr/LC_MESSAGES/django.po | 0 .../chunks/locale/it/LC_MESSAGES/django.mo | Bin .../chunks/locale/it/LC_MESSAGES/django.po | 0 .../chunks/locale/jp/LC_MESSAGES/django.mo | Bin .../chunks/locale/jp/LC_MESSAGES/django.po | 0 .../chunks/locale/lt/LC_MESSAGES/django.mo | Bin .../chunks/locale/lt/LC_MESSAGES/django.po | 0 .../chunks/locale/pl/LC_MESSAGES/django.mo | Bin .../chunks/locale/pl/LC_MESSAGES/django.po | 0 .../chunks/locale/ru/LC_MESSAGES/django.mo | Bin .../chunks/locale/ru/LC_MESSAGES/django.po | 0 .../chunks/locale/uk/LC_MESSAGES/django.mo | Bin .../chunks/locale/uk/LC_MESSAGES/django.po | 0 .../chunks/migrations/0001_initial.py | 0 .../migrations/0002_auto_20140911_1253.py | 0 .../migrations/0003_auto_20151221_1225.py | 0 {apps => src}/chunks/migrations/__init__.py | 0 {apps => src}/chunks/models.py | 0 {apps => src}/chunks/translation.py | 0 {apps => src}/chunks/urls.py | 0 {apps => src}/chunks/views.py | 0 {apps => src}/dictionary/__init__.py | 0 {apps => src}/dictionary/constants.py | 0 .../locale/pl/LC_MESSAGES/django.mo | Bin .../locale/pl/LC_MESSAGES/django.po | 0 .../dictionary/migrations/0001_initial.py | 0 .../migrations/0002_auto_20141006_1422.py | 0 .../migrations/0003_auto_20141023_1445.py | 0 .../migrations/0004_auto_20151221_1225.py | 0 .../dictionary/migrations/__init__.py | 0 {apps => src}/dictionary/models.py | 0 .../templates/dictionary/note_list.html | 0 .../dictionary/templatetags/__init__.py | 0 .../dictionary/templatetags/set_get.py | 0 {apps => src}/dictionary/tests.py | 0 {apps => src}/dictionary/urls.py | 0 {apps => src}/dictionary/views.py | 0 {apps => src}/funding/__init__.py | 0 {apps => src}/funding/admin.py | 0 {apps => src}/funding/forms.py | 0 .../funding/locale/pl/LC_MESSAGES/django.mo | Bin .../funding/locale/pl/LC_MESSAGES/django.po | 0 {apps => src}/funding/management/__init__.py | 0 .../funding/management/commands/__init__.py | 0 .../management/commands/funding_notify.py | 0 .../funding/migrations/0001_initial.py | 0 .../migrations/0002_auto_20151221_1225.py | 0 {apps => src}/funding/migrations/__init__.py | 0 {apps => src}/funding/models.py | 0 .../funding/static/funding/funding.js | 0 .../admin/funding/offer/change_form.html | 0 .../funding/disable_notifications.html | 0 .../funding/templates/funding/email/base.txt | 0 .../funding/templates/funding/email/end.txt | 0 .../funding/templates/funding/email/near.txt | 0 .../templates/funding/email/published.txt | 0 .../templates/funding/email/thanks.txt | 0 .../templates/funding/includes/funding.html | 0 .../templates/funding/includes/fundings.html | 0 .../funding/includes/offer_status.html | 0 .../funding/includes/offer_status_more.html | 0 .../funding/templates/funding/no_thanks.html | 0 .../templates/funding/offer_detail.html | 0 .../funding/templates/funding/offer_list.html | 0 .../funding/snippets/any_remaining.html | 0 .../funding/templates/funding/thanks.html | 0 .../templates/funding/widgets/amount.html | 0 .../funding/templates/funding/wlfund.html | 0 .../funding/templatetags/__init__.py | 0 .../funding/templatetags/funding_tags.py | 0 {apps => src}/funding/tests.py | 0 {apps => src}/funding/urls.py | 0 {apps => src}/funding/utils.py | 0 {apps => src}/funding/views.py | 0 {apps => src}/funding/widgets.py | 0 {apps => src}/infopages/__init__.py | 0 {apps => src}/infopages/admin.py | 0 .../infopages/fixtures/infopages.json | 0 .../infopages/locale/de/LC_MESSAGES/django.mo | Bin .../infopages/locale/de/LC_MESSAGES/django.po | 0 .../infopages/locale/es/LC_MESSAGES/django.mo | Bin .../infopages/locale/es/LC_MESSAGES/django.po | 0 .../infopages/locale/pl/LC_MESSAGES/django.mo | Bin .../infopages/locale/pl/LC_MESSAGES/django.po | 0 .../infopages/locale/uk/LC_MESSAGES/django.mo | Bin .../infopages/locale/uk/LC_MESSAGES/django.po | 0 .../infopages/migrations/0001_initial.py | 0 .../migrations/0002_auto_20151221_1225.py | 0 .../infopages/migrations/__init__.py | 0 {apps => src}/infopages/models.py | 0 .../templates/infopages/infopage.html | 0 .../templates/infopages/on_main.html | 0 .../infopages/templatetags/__init__.py | 0 .../infopages/templatetags/infopages_tags.py | 0 {apps => src}/infopages/translation.py | 0 {apps => src}/infopages/urls.py | 0 {apps => src}/infopages/views.py | 0 {apps => src}/lesmianator/__init__.py | 0 .../locale/pl/LC_MESSAGES/django.mo | Bin .../locale/pl/LC_MESSAGES/django.po | 0 .../lesmianator/management/__init__.py | 0 .../management/commands/__init__.py | 0 .../management/commands/lesmianator.py | 0 .../lesmianator/migrations/0001_initial.py | 0 .../migrations/0002_auto_20151221_1225.py | 0 .../lesmianator/migrations/__init__.py | 0 {apps => src}/lesmianator/models.py | 0 .../templates/lesmianator/lesmianator.html | 0 .../templates/lesmianator/poem.html | 0 {apps => src}/lesmianator/urls.py | 0 {apps => src}/lesmianator/views.py | 0 {apps => src}/libraries/__init__.py | 0 {apps => src}/libraries/admin.py | 0 .../libraries/locale/pl/LC_MESSAGES/django.mo | Bin .../libraries/locale/pl/LC_MESSAGES/django.po | 0 .../libraries/migrations/0001_initial.py | 0 .../migrations/0002_auto_20151221_1225.py | 0 .../libraries/migrations/__init__.py | 0 {apps => src}/libraries/models.py | 0 .../templates/libraries/catalog_view.html | 0 .../templates/libraries/library_view.html | 0 .../templates/libraries/main_view.html | 0 {apps => src}/libraries/urls.py | 0 {apps => src}/libraries/views.py | 0 manage.py => src/manage.py | 4 +--- {apps => src}/newtagging/__init__.py | 0 {apps => src}/newtagging/admin.py | 0 .../locale/de/LC_MESSAGES/django.mo | Bin .../locale/de/LC_MESSAGES/django.po | 0 .../locale/en/LC_MESSAGES/django.mo | Bin .../locale/en/LC_MESSAGES/django.po | 0 .../locale/es/LC_MESSAGES/django.mo | Bin .../locale/es/LC_MESSAGES/django.po | 0 .../locale/fr/LC_MESSAGES/django.mo | Bin .../locale/fr/LC_MESSAGES/django.po | 0 .../locale/it/LC_MESSAGES/django.mo | Bin .../locale/it/LC_MESSAGES/django.po | 0 .../locale/jp/LC_MESSAGES/django.mo | Bin .../locale/jp/LC_MESSAGES/django.po | 0 .../locale/lt/LC_MESSAGES/django.mo | Bin .../locale/lt/LC_MESSAGES/django.po | 0 .../locale/pl/LC_MESSAGES/django.mo | Bin .../locale/pl/LC_MESSAGES/django.po | 0 .../locale/ru/LC_MESSAGES/django.mo | Bin .../locale/ru/LC_MESSAGES/django.po | 0 .../locale/uk/LC_MESSAGES/django.mo | Bin .../locale/uk/LC_MESSAGES/django.po | 0 {apps => src}/newtagging/managers.py | 0 {apps => src}/newtagging/models.py | 0 {apps => src}/newtagging/views.py | 0 {apps => src}/oai/__init__.py | 0 {apps => src}/oai/handlers.py | 0 {apps => src}/oai/tests/__init__.py | 0 {apps => src}/oai/tests/files/antygona.xml | 0 .../oai/tests/files/lubie-kiedy-kobieta.xml | 0 {apps => src}/oai/tests/oaipmhapi.py | 0 {apps => src}/oai/urls.py | 0 {apps => src}/oai/views.py | 0 {apps => src}/opds/__init__.py | 0 {apps => src}/opds/tests/__init__.py | 0 {apps => src}/opds/tests/files/do-doktora.xml | 0 {apps => src}/opds/urls.py | 0 {apps => src}/opds/views.py | 0 {apps => src}/pdcounter/__init__.py | 0 {apps => src}/pdcounter/admin.py | 0 {apps => src}/pdcounter/fixtures/lista.json | 0 .../pdcounter/locale/de/LC_MESSAGES/django.mo | Bin .../pdcounter/locale/de/LC_MESSAGES/django.po | 0 .../pdcounter/locale/en/LC_MESSAGES/django.mo | Bin .../pdcounter/locale/en/LC_MESSAGES/django.po | 0 .../pdcounter/locale/es/LC_MESSAGES/django.mo | Bin .../pdcounter/locale/es/LC_MESSAGES/django.po | 0 .../pdcounter/locale/fr/LC_MESSAGES/django.mo | Bin .../pdcounter/locale/fr/LC_MESSAGES/django.po | 0 .../pdcounter/locale/it/LC_MESSAGES/django.mo | Bin .../pdcounter/locale/it/LC_MESSAGES/django.po | 0 .../pdcounter/locale/jp/LC_MESSAGES/django.mo | Bin .../pdcounter/locale/jp/LC_MESSAGES/django.po | 0 .../pdcounter/locale/lt/LC_MESSAGES/django.mo | Bin .../pdcounter/locale/lt/LC_MESSAGES/django.po | 0 .../pdcounter/locale/pl/LC_MESSAGES/django.mo | Bin .../pdcounter/locale/pl/LC_MESSAGES/django.po | 0 .../pdcounter/locale/ru/LC_MESSAGES/django.mo | Bin .../pdcounter/locale/ru/LC_MESSAGES/django.po | 0 .../pdcounter/locale/uk/LC_MESSAGES/django.mo | Bin .../pdcounter/locale/uk/LC_MESSAGES/django.po | 0 .../pdcounter/migrations/0001_initial.py | 0 .../migrations/0002_auto_20151221_1225.py | 0 .../pdcounter/migrations/__init__.py | 0 {apps => src}/pdcounter/models.py | 0 .../pdcounter/static/pdcounter/pdcounter.js | 0 .../templates/pdcounter/author_detail.html | 0 .../templates/pdcounter/book_stub_detail.html | 0 .../pdcounter/templatetags/__init__.py | 0 .../pdcounter/templatetags/time_tags.py | 0 {apps => src}/pdcounter/views.py | 0 {apps => src}/picture/__init__.py | 0 {apps => src}/picture/admin.py | 0 {apps => src}/picture/engine.py | 0 {apps => src}/picture/forms.py | 0 .../picture/locale/de/LC_MESSAGES/django.mo | Bin .../picture/locale/de/LC_MESSAGES/django.po | 0 .../picture/locale/en/LC_MESSAGES/django.mo | Bin .../picture/locale/en/LC_MESSAGES/django.po | 0 .../picture/locale/es/LC_MESSAGES/django.mo | Bin .../picture/locale/es/LC_MESSAGES/django.po | 0 .../picture/locale/fr/LC_MESSAGES/django.mo | Bin .../picture/locale/fr/LC_MESSAGES/django.po | 0 .../picture/locale/it/LC_MESSAGES/django.mo | Bin .../picture/locale/it/LC_MESSAGES/django.po | 0 .../picture/locale/jp/LC_MESSAGES/django.mo | Bin .../picture/locale/jp/LC_MESSAGES/django.po | 0 .../picture/locale/lt/LC_MESSAGES/django.mo | Bin .../picture/locale/lt/LC_MESSAGES/django.po | 0 .../picture/locale/pl/LC_MESSAGES/django.mo | Bin .../picture/locale/pl/LC_MESSAGES/django.po | 0 .../picture/locale/ru/LC_MESSAGES/django.mo | Bin .../picture/locale/ru/LC_MESSAGES/django.po | 0 .../picture/locale/uk/LC_MESSAGES/django.mo | Bin .../picture/locale/uk/LC_MESSAGES/django.po | 0 .../picture/migrations/0001_initial.py | 0 .../0002_remove_picture__related_info.py | 0 .../migrations/0003_auto_20140924_1559.py | 0 .../migrations/0004_auto_20141016_1337.py | 0 .../migrations/0005_auto_20141022_1001.py | 0 .../migrations/0006_auto_20151221_1225.py | 0 {apps => src}/picture/migrations/__init__.py | 0 {apps => src}/picture/models.py | 0 {apps => src}/picture/tasks.py | 0 .../admin/picture/picture/change_list.html | 0 .../picture/templates/picture/collection.html | 0 .../templates/picture/picture_detail.html | 0 .../templates/picture/picture_info.html | 0 .../templates/picture/picture_list_thumb.html | 0 .../templates/picture/picture_mini_box.html | 0 .../templates/picture/picture_short.html | 0 .../templates/picture/picture_viewer.html | 0 .../templates/picture/picture_wide.html | 0 .../templates/picture/picturearea_short.html | 0 .../picture/templatetags/__init__.py | 0 .../picture/templatetags/picture_tags.py | 0 {apps => src}/picture/tests/__init__.py | 0 .../files/kandinsky-composition-viii.png | Bin .../files/kandinsky-composition-viii.xml | 0 {apps => src}/picture/tests/picture_import.py | 0 {apps => src}/picture/views.py | 0 {apps => src}/polls/__init__.py | 0 {apps => src}/polls/admin.py | 0 {apps => src}/polls/forms.py | 0 .../polls/locale/pl/LC_MESSAGES/django.mo | Bin .../polls/locale/pl/LC_MESSAGES/django.po | 0 .../polls/migrations/0001_initial.py | 0 .../migrations/0002_auto_20151221_1225.py | 0 {apps => src}/polls/migrations/__init__.py | 0 {apps => src}/polls/models.py | 0 {apps => src}/polls/templates/polls/poll.html | 0 .../polls/templates/polls/tags/poll.html | 0 {apps => src}/polls/templatetags/__init__.py | 0 .../polls/templatetags/polls_tags.py | 0 {apps => src}/polls/urls.py | 0 {apps => src}/polls/views.py | 0 {apps => src}/reporting/__init__.py | 0 .../reporting/locale/pl/LC_MESSAGES/django.mo | Bin .../reporting/locale/pl/LC_MESSAGES/django.po | 0 {apps => src}/reporting/models.py | 0 .../templates/reporting/catalogue.csv | 0 .../templates/reporting/catalogue.texml | 0 .../reporting/templates/reporting/main.html | 0 .../reporting/templatetags/__init__.py | 0 .../reporting/templatetags/reporting_stats.py | 0 {apps => src}/reporting/urls.py | 0 {apps => src}/reporting/utils.py | 0 {apps => src}/reporting/views.py | 0 {apps => src}/search/__init__.py | 0 {apps => src}/search/context_processors.py | 0 {apps => src}/search/custom.py | 0 {apps => src}/search/fields.py | 0 {apps => src}/search/forms.py | 0 {apps => src}/search/index.py | 0 .../search/locale/de/LC_MESSAGES/django.mo | Bin .../search/locale/de/LC_MESSAGES/django.po | 0 .../search/locale/en/LC_MESSAGES/django.mo | Bin .../search/locale/en/LC_MESSAGES/django.po | 0 .../search/locale/es/LC_MESSAGES/django.mo | Bin .../search/locale/es/LC_MESSAGES/django.po | 0 .../search/locale/fr/LC_MESSAGES/django.mo | Bin .../search/locale/fr/LC_MESSAGES/django.po | 0 .../search/locale/it/LC_MESSAGES/django.mo | Bin .../search/locale/it/LC_MESSAGES/django.po | 0 .../search/locale/jp/LC_MESSAGES/django.mo | Bin .../search/locale/jp/LC_MESSAGES/django.po | 0 .../search/locale/lt/LC_MESSAGES/django.mo | Bin .../search/locale/lt/LC_MESSAGES/django.po | 0 .../search/locale/pl/LC_MESSAGES/django.mo | Bin .../search/locale/pl/LC_MESSAGES/django.po | 0 .../search/locale/ru/LC_MESSAGES/django.mo | Bin .../search/locale/ru/LC_MESSAGES/django.po | 0 .../search/locale/uk/LC_MESSAGES/django.mo | Bin .../search/locale/uk/LC_MESSAGES/django.po | 0 {apps => src}/search/management/__init__.py | 0 .../search/management/commands/__init__.py | 0 .../search/management/commands/reindex.py | 0 .../search/management/commands/snippets.py | 0 {apps => src}/search/mock_search.py | 0 .../search/templates/newsearch/search.html | 0 {apps => src}/search/templatetags/__init__.py | 0 .../search/templatetags/search_tags.py | 0 {apps => src}/search/tests/__init__.py | 0 {apps => src}/search/tests/index.py | 0 {apps => src}/search/urls.py | 0 {apps => src}/search/views.py | 0 {apps => src}/social/__init__.py | 0 {apps => src}/social/admin.py | 0 {apps => src}/social/forms.py | 0 .../social/locale/pl/LC_MESSAGES/django.mo | Bin .../social/locale/pl/LC_MESSAGES/django.po | 0 .../social/migrations/0001_initial.py | 0 .../migrations/0002_auto_20151221_1225.py | 0 {apps => src}/social/migrations/__init__.py | 0 {apps => src}/social/models.py | 0 .../social/templates/social/cite_info.html | 0 .../social/templates/social/cite_promo.html | 0 .../social/templates/social/my_shelf.html | 0 .../social/templates/social/sets_form.html | 0 .../social/templates/social/shelf_tags.html | 0 {apps => src}/social/templatetags/__init__.py | 0 .../social/templatetags/social_tags.py | 0 {apps => src}/social/urls.py | 0 {apps => src}/social/utils.py | 0 {apps => src}/social/views.py | 0 {lib => src}/sortify.py | 0 {apps => src}/sponsors/__init__.py | 0 {apps => src}/sponsors/admin.py | 0 .../sponsors/locale/de/LC_MESSAGES/django.mo | Bin .../sponsors/locale/de/LC_MESSAGES/django.po | 0 .../sponsors/locale/en/LC_MESSAGES/django.mo | Bin .../sponsors/locale/en/LC_MESSAGES/django.po | 0 .../sponsors/locale/es/LC_MESSAGES/django.mo | Bin .../sponsors/locale/es/LC_MESSAGES/django.po | 0 .../sponsors/locale/fr/LC_MESSAGES/django.mo | Bin .../sponsors/locale/fr/LC_MESSAGES/django.po | 0 .../sponsors/locale/it/LC_MESSAGES/django.mo | Bin .../sponsors/locale/it/LC_MESSAGES/django.po | 0 .../sponsors/locale/jp/LC_MESSAGES/django.mo | Bin .../sponsors/locale/jp/LC_MESSAGES/django.po | 0 .../sponsors/locale/lt/LC_MESSAGES/django.mo | Bin .../sponsors/locale/lt/LC_MESSAGES/django.po | 0 .../sponsors/locale/pl/LC_MESSAGES/django.mo | Bin .../sponsors/locale/pl/LC_MESSAGES/django.po | 0 .../sponsors/locale/ru/LC_MESSAGES/django.mo | Bin .../sponsors/locale/ru/LC_MESSAGES/django.po | 0 .../sponsors/locale/uk/LC_MESSAGES/django.mo | Bin .../sponsors/locale/uk/LC_MESSAGES/django.po | 0 .../sponsors/migrations/0001_initial.py | 0 .../migrations/0002_auto_20151221_1225.py | 0 {apps => src}/sponsors/migrations/__init__.py | 0 {apps => src}/sponsors/models.py | 0 .../static/sponsors/css/footer_admin.css | 0 .../sponsors/static/sponsors/css/sponsors.css | 0 .../static/sponsors/js/footer_admin.js | 0 .../static/sponsors/js/jquery.json.min.js | 0 .../sponsors/static/sponsors/js/sponsors.js | 0 .../sponsors/templates/sponsors/page.html | 0 {apps => src}/sponsors/urls.py | 0 {apps => src}/sponsors/views.py | 0 {apps => src}/sponsors/widgets.py | 0 {apps => src}/stats/__init__.py | 0 {apps => src}/stats/models.py | 0 {apps => src}/stats/tasks.py | 0 {apps => src}/stats/utils.py | 0 {apps => src}/suggest/__init__.py | 0 {apps => src}/suggest/admin.py | 0 {apps => src}/suggest/forms.py | 0 .../suggest/locale/de/LC_MESSAGES/django.mo | Bin .../suggest/locale/de/LC_MESSAGES/django.po | 0 .../suggest/locale/en/LC_MESSAGES/django.mo | Bin .../suggest/locale/en/LC_MESSAGES/django.po | 0 .../suggest/locale/es/LC_MESSAGES/django.mo | Bin .../suggest/locale/es/LC_MESSAGES/django.po | 0 .../suggest/locale/fr/LC_MESSAGES/django.mo | Bin .../suggest/locale/fr/LC_MESSAGES/django.po | 0 .../suggest/locale/it/LC_MESSAGES/django.mo | Bin .../suggest/locale/it/LC_MESSAGES/django.po | 0 .../suggest/locale/jp/LC_MESSAGES/django.mo | Bin .../suggest/locale/jp/LC_MESSAGES/django.po | 0 .../suggest/locale/lt/LC_MESSAGES/django.mo | Bin .../suggest/locale/lt/LC_MESSAGES/django.po | 0 .../suggest/locale/pl/LC_MESSAGES/django.mo | Bin .../suggest/locale/pl/LC_MESSAGES/django.po | 0 .../suggest/locale/ru/LC_MESSAGES/django.mo | Bin .../suggest/locale/ru/LC_MESSAGES/django.po | 0 .../suggest/locale/uk/LC_MESSAGES/django.mo | Bin .../suggest/locale/uk/LC_MESSAGES/django.po | 0 .../suggest/migrations/0001_initial.py | 0 .../migrations/0002_auto_20151221_1225.py | 0 {apps => src}/suggest/migrations/__init__.py | 0 {apps => src}/suggest/models.py | 0 .../suggest/templates/publishing_suggest.html | 0 {apps => src}/suggest/urls.py | 0 {apps => src}/suggest/views.py | 0 {apps => src}/waiter/__init__.py | 0 .../waiter/locale/pl/LC_MESSAGES/django.mo | Bin .../waiter/locale/pl/LC_MESSAGES/django.po | 0 .../waiter/migrations/0001_initial.py | 0 {apps => src}/waiter/migrations/__init__.py | 0 {apps => src}/waiter/models.py | 0 {apps => src}/waiter/settings.py | 0 {apps => src}/waiter/tasks.py | 0 .../waiter/templates/waiter/wait.html | 0 {apps => src}/waiter/urls.py | 0 {apps => src}/waiter/utils.py | 0 {apps => src}/waiter/views.py | 0 src/wolnelektury/__init__.py | 7 +++++++ .../wolnelektury}/apps.py | 2 +- {wolnelektury => src/wolnelektury}/celery.py | 0 .../wolnelektury}/context_processors.py | 0 .../locale-contrib/de/LC_MESSAGES/django.mo | Bin .../locale-contrib/de/LC_MESSAGES/django.po | 0 .../wolnelektury}/locale-contrib/django.pot | 0 .../locale-contrib/en/LC_MESSAGES/django.mo | Bin .../locale-contrib/en/LC_MESSAGES/django.po | 0 .../locale-contrib/es/LC_MESSAGES/django.mo | Bin .../locale-contrib/es/LC_MESSAGES/django.po | 0 .../locale-contrib/fr/LC_MESSAGES/django.mo | Bin .../locale-contrib/fr/LC_MESSAGES/django.po | 0 .../locale-contrib/it/LC_MESSAGES/django.mo | Bin .../locale-contrib/it/LC_MESSAGES/django.po | 0 .../locale-contrib/lt/LC_MESSAGES/django.mo | Bin .../locale-contrib/lt/LC_MESSAGES/django.po | 0 .../locale-contrib/pl/LC_MESSAGES/django.mo | Bin .../locale-contrib/pl/LC_MESSAGES/django.po | 0 .../locale-contrib/ru/LC_MESSAGES/django.mo | Bin .../locale-contrib/ru/LC_MESSAGES/django.po | 0 .../locale-contrib/uk/LC_MESSAGES/django.mo | Bin .../locale-contrib/uk/LC_MESSAGES/django.po | 0 .../locale/de/LC_MESSAGES/django.mo | Bin .../locale/de/LC_MESSAGES/django.po | 0 .../locale/en/LC_MESSAGES/django.mo | Bin .../locale/en/LC_MESSAGES/django.po | 0 .../locale/es/LC_MESSAGES/django.mo | Bin .../locale/es/LC_MESSAGES/django.po | 0 .../locale/fr/LC_MESSAGES/django.mo | Bin .../locale/fr/LC_MESSAGES/django.po | 0 .../locale/it/LC_MESSAGES/django.mo | Bin .../locale/it/LC_MESSAGES/django.po | 0 .../locale/jp/LC_MESSAGES/django.mo | Bin .../locale/jp/LC_MESSAGES/django.po | 0 .../locale/lt/LC_MESSAGES/django.mo | Bin .../locale/lt/LC_MESSAGES/django.po | 0 .../locale/pl/LC_MESSAGES/django.mo | Bin .../locale/pl/LC_MESSAGES/django.po | 0 .../locale/ru/LC_MESSAGES/django.mo | Bin .../locale/ru/LC_MESSAGES/django.po | 0 .../locale/uk/LC_MESSAGES/django.mo | Bin .../locale/uk/LC_MESSAGES/django.po | 0 .../wolnelektury}/management/__init__.py | 0 .../management/commands/__init__.py | 0 .../management/commands/localepack.py | 0 .../management/commands/translation2po.py | 0 .../wolnelektury}/management/profile.py | 0 .../wolnelektury}/middleware.py | 0 .../wolnelektury/migrations}/__init__.py | 0 .../migrations/getpaid/0001_initial.py | 0 .../getpaid/0002_auto_20151221_1225.py | 0 .../migrations/getpaid}/__init__.py | 0 .../migrations/piston/0001_initial.py | 0 .../migrations/piston}/__init__.py | 0 .../wolnelektury}/settings/__init__.py | 4 ++-- .../wolnelektury}/settings/auth.py | 0 .../wolnelektury}/settings/basic.py | 0 .../wolnelektury}/settings/cache.py | 0 .../wolnelektury}/settings/celery.py | 0 .../wolnelektury}/settings/contrib.py | 0 .../wolnelektury}/settings/custom.py | 0 .../wolnelektury}/settings/locale.py | 0 src/wolnelektury/settings/paths.py | 6 ++++++ .../wolnelektury}/settings/static.py | 8 ++++---- .../wolnelektury}/signals.py | 0 .../wolnelektury}/static/css/annoy.css | 0 .../static/css/jquery.countdown.css | 0 .../wolnelektury}/static/css/master.book.css | 0 .../static/css/master.picture.css | 0 .../wolnelektury}/static/css/new.book.css | 0 .../wolnelektury}/static/css/picture_box.css | 0 .../wolnelektury}/static/css/simple.css | 0 .../ui-bg_diagonals-thick_18_b81900_40x40.png | Bin .../ui-bg_diagonals-thick_20_666666_40x40.png | Bin .../images/ui-bg_flat_10_000000_40x100.png | Bin .../images/ui-bg_glass_100_f6f6f6_1x400.png | Bin .../images/ui-bg_glass_100_fdf5ce_1x400.png | Bin .../images/ui-bg_glass_65_ffffff_1x400.png | Bin .../ui-bg_gloss-wave_35_f6a828_500x100.png | Bin .../ui-bg_highlight-soft_100_eeeeee_1x100.png | Bin .../ui-bg_highlight-soft_75_ffe45c_1x100.png | Bin .../images/ui-icons_222222_256x240.png | Bin .../images/ui-icons_228ef1_256x240.png | Bin .../images/ui-icons_ef8c08_256x240.png | Bin .../images/ui-icons_ffd27a_256x240.png | Bin .../images/ui-icons_ffffff_256x240.png | Bin .../ui-lightness/jquery-ui-1.8.16.custom.css | 0 .../wolnelektury}/static/img/1percent-big.png | Bin .../static/img/android-poster.png | Bin .../wolnelektury}/static/img/arrow-down.png | Bin .../wolnelektury}/static/img/arrow-gray.png | Bin .../wolnelektury}/static/img/arrow-gray.svg | 0 .../wolnelektury}/static/img/arrow-teal.png | Bin .../wolnelektury}/static/img/arrow-teal.svg | 0 .../wolnelektury}/static/img/arrow-up.png | Bin .../static/img/auth/facebook.png | Bin .../wolnelektury}/static/img/auth/google.png | Bin .../wolnelektury}/static/img/auth/openid.png | Bin .../wolnelektury}/static/img/auth/twitter.png | Bin .../img/backdrop/boltron-3212284622.jpg | Bin .../static/img/backdrop/book-drawer2.jpg | Bin .../img/backdrop/horiavarlan-4268896468.jpg | Bin .../wolnelektury}/static/img/bg-header.png | Bin .../wolnelektury}/static/img/bg.png | Bin .../wolnelektury}/static/img/book-parent.png | Bin .../wolnelektury}/static/img/book.png | Bin .../static/img/doodle/20110908-android.png | Bin .../static/img/doodle/20110908-logo.png | Bin .../wolnelektury}/static/img/download.png | Bin .../wolnelektury}/static/img/download.svg | 0 .../wolnelektury}/static/img/epub-www.jpg | Bin .../wolnelektury}/static/img/epub.png | Bin .../wolnelektury}/static/img/favicon.ico | Bin .../wolnelektury}/static/img/favicon.png | Bin .../wolnelektury}/static/img/indicator.gif | Bin .../static/img/kindle-poster-260.png | Bin .../static/img/kindle-poster.png | Bin .../static/img/licenses/cc-by-sa.png | Bin .../static/img/licenses/cc-by-sa.svg | 0 .../wolnelektury}/static/img/listen.png | Bin .../wolnelektury}/static/img/listen.svg | 0 .../wolnelektury}/static/img/logo-220.png | Bin .../wolnelektury}/static/img/logo-bez.png | Bin .../wolnelektury}/static/img/logo-big.png | Bin .../wolnelektury}/static/img/logo-fbc.png | Bin .../wolnelektury}/static/img/logo-neon.png | Bin .../wolnelektury}/static/img/logo.png | Bin .../wolnelektury}/static/img/logo_nck.jpg | Bin .../static/img/logo_nck_200horiz_trans.png | Bin .../static/img/logo_nck_200trans.png | Bin .../wolnelektury}/static/img/mobi.png | Bin .../wolnelektury}/static/img/odt.png | Bin .../wolnelektury}/static/img/payu.png | Bin .../wolnelektury}/static/img/pdf.png | Bin .../wolnelektury}/static/img/procent.png | Bin .../static/img/progress-pixel.png | Bin .../wolnelektury}/static/img/read.png | Bin .../wolnelektury}/static/img/read.svg | 0 .../wolnelektury}/static/img/s5/blank.gif | Bin .../wolnelektury}/static/img/s5/bodybg.gif | Bin .../wolnelektury}/static/img/s5/iepngfix.htc | 0 .../wolnelektury}/static/img/search.png | Bin .../static/img/social/bigfacebook.png | Bin .../static/img/social/biggoogle.png | Bin .../wolnelektury}/static/img/social/bignk.png | Bin .../static/img/social/bigtwitter.png | Bin .../wolnelektury}/static/img/social/f.png | Bin .../wolnelektury}/static/img/social/f.svg | 0 .../wolnelektury}/static/img/social/gplus.png | Bin .../wolnelektury}/static/img/social/gplus.svg | 0 .../wolnelektury}/static/img/social/nk.png | Bin .../wolnelektury}/static/img/social/nk.svg | 0 .../wolnelektury}/static/img/speaker.png | Bin .../wolnelektury}/static/img/turniej-maly.png | Bin .../wolnelektury}/static/img/txt.png | Bin .../wolnelektury}/static/img/wiatrak.png | Bin .../wolnelektury}/static/img/wl_icon_64.png | Bin .../wolnelektury}/static/img/zabawnik.png | Bin .../wolnelektury}/static/js/annoy.js | 0 .../wolnelektury}/static/js/base.js | 0 .../wolnelektury}/static/js/book.js | 0 .../wolnelektury}/static/js/book_text/info.js | 0 .../wolnelektury}/static/js/book_text/menu.js | 0 .../wolnelektury}/static/js/book_text/note.js | 0 .../static/js/book_text/settings.js | 0 .../wolnelektury}/static/js/book_text/toc.js | 0 .../static/js/contrib/ierange-m2.js | 0 .../js/contrib/jquery-ui-1.8.16.custom.min.js | 0 .../static/js/contrib/jquery.autocomplete.js | 0 .../static/js/contrib/jquery.countdown-de.js | 0 .../static/js/contrib/jquery.countdown-es.js | 0 .../static/js/contrib/jquery.countdown-fr.js | 0 .../static/js/contrib/jquery.countdown-lt.js | 0 .../static/js/contrib/jquery.countdown-pl.js | 0 .../static/js/contrib/jquery.countdown-ru.js | 0 .../static/js/contrib/jquery.countdown-uk.js | 0 .../static/js/contrib/jquery.countdown.js | 0 .../static/js/contrib/jquery.cycle.min.js | 0 .../js/contrib/jquery.eventdelegation.js | 0 .../static/js/contrib/jquery.form.js | 0 .../static/js/contrib/jquery.highlightfade.js | 0 .../static/js/contrib/jquery.jqmodal.js | 0 .../wolnelektury}/static/js/contrib/jquery.js | 0 .../static/js/contrib/jquery.scrollto.js | 0 .../js/contrib/modernizr.custom.19652.js | 0 .../static/js/contrib/progressSpin.min.js | 0 .../static/js/contrib/raphael-min.js | 0 .../wolnelektury}/static/js/dialogs.js | 0 .../wolnelektury}/static/js/locale.js | 0 .../wolnelektury}/static/js/picture.js | 0 .../wolnelektury}/static/js/search.js | 0 .../wolnelektury}/static/js/widget.js | 0 .../wolnelektury}/static/js/widget_run.js | 0 .../wolnelektury}/static/opensearch.xml | 0 .../wolnelektury}/static/scss/book_text.scss | 0 .../static/scss/book_text/body.scss | 0 .../static/scss/book_text/book_box.scss | 0 .../static/scss/book_text/box.scss | 0 .../static/scss/book_text/const.scss | 0 .../static/scss/book_text/info.scss | 0 .../static/scss/book_text/menu.scss | 0 .../static/scss/book_text/note.scss | 0 .../static/scss/book_text/numbering.scss | 0 .../static/scss/book_text/other.scss | 0 .../static/scss/book_text/settings.scss | 0 .../static/scss/book_text/themes.scss | 0 .../static/scss/book_text/toc.scss | 0 .../static/scss/dictionary/dictionary.scss | 0 .../static/scss/funding/funding.scss | 0 .../wolnelektury}/static/scss/main.scss | 0 .../wolnelektury}/static/scss/main/auth.scss | 0 .../wolnelektury}/static/scss/main/base.scss | 0 .../static/scss/main/book_box.scss | 0 .../static/scss/main/book_list.scss | 0 .../static/scss/main/catalogue.scss | 0 .../wolnelektury}/static/scss/main/cite.scss | 0 .../wolnelektury}/static/scss/main/const.scss | 0 .../static/scss/main/dialogs.scss | 0 .../static/scss/main/footer.scss | 0 .../wolnelektury}/static/scss/main/form.scss | 0 .../static/scss/main/fragment.scss | 0 .../static/scss/main/header.scss | 0 .../static/scss/main/hidden.scss | 0 .../static/scss/main/main_content.scss | 0 .../static/scss/main/main_page.scss | 0 .../wolnelektury}/static/scss/main/menu.scss | 0 .../static/scss/main/picture_box.scss | 0 .../static/scss/main/search.scss | 0 .../wolnelektury}/static/scss/main/tag.scss | 0 .../static/scss/polls/polls.scss | 0 .../static/scss/social/shelf_tags.scss | 0 .../wolnelektury}/static/scss/tools.scss | 0 .../wolnelektury}/static/scss/widget.scss | 0 .../wolnelektury}/templates/404.html | 0 .../wolnelektury}/templates/500.html | 0 .../wolnelektury}/templates/503.html | 0 .../wolnelektury}/templates/account/base.html | 0 .../templates/admin/base_site.html | 0 .../admin/catalogue/book/change_form.html | 0 .../admin/catalogue/book/change_list.html | 0 .../wolnelektury}/templates/annoy.html | 0 .../wolnelektury}/templates/auth/login.html | 0 .../templates/auth/login_register.html | 0 .../templates/auth/register.html | 0 .../wolnelektury}/templates/base.html | 0 .../wolnelektury}/templates/info/join_us.html | 0 .../templates/latest_blog_posts.html | 0 .../wolnelektury}/templates/main_page.html | 0 .../wolnelektury}/templates/openid/login.html | 0 .../templates/pagination/pagination.html | 0 .../templates/piston/authorize_token.html | 0 .../wolnelektury}/templates/publish_plan.html | 0 .../wolnelektury}/templates/site_base.html | 0 .../templates/socialaccount/connections.html | 0 .../socialaccount/login_cancelled.html | 0 .../socialaccount/snippets/login_extra.html | 0 .../socialaccount/snippets/provider_list.html | 0 .../wolnelektury}/templates/superbase.html | 0 .../wolnelektury}/templates/user.html | 0 .../wolnelektury}/templates/widget.html | 0 .../wolnelektury/templatetags}/__init__.py | 0 .../wolnelektury}/templatetags/common_tags.py | 0 .../wolnelektury}/templatetags/switch_tag.py | 0 {wolnelektury => src/wolnelektury}/urls.py | 12 +++++------ {wolnelektury => src/wolnelektury}/utils.py | 0 .../wolnelektury}/views.py | 0 {wolnelektury => src/wolnelektury}/wsgi.py | 5 +---- wolnelektury/__init__.py | 1 - wolnelektury/settings/paths.py | 3 --- 847 files changed, 31 insertions(+), 53 deletions(-) delete mode 100644 apps/wolnelektury_core/__init__.py delete mode 100644 lib/pyscss_compiler.py rename requirements-dev.txt => requirements/requirements-dev.txt (100%) rename requirements-test.txt => requirements/requirements-test.txt (100%) rename requirements.txt => requirements/requirements.txt (100%) rename {apps => src}/ajaxable/__init__.py (100%) rename {apps => src}/ajaxable/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/ajaxable/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/ajaxable/models.py (100%) rename {apps => src}/ajaxable/templates/ajaxable/form.html (100%) rename {apps => src}/ajaxable/templates/ajaxable/form_on_page.html (100%) rename {apps => src}/ajaxable/templatetags/__init__.py (100%) rename {apps => src}/ajaxable/templatetags/ajaxable_tags.py (100%) rename {apps => src}/ajaxable/utils.py (100%) rename {apps => src}/api/__init__.py (100%) rename {apps => src}/api/emitters.py (100%) rename {apps => src}/api/handlers.py (100%) rename {apps => src}/api/helpers.py (100%) rename {apps => src}/api/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/api/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/api/management/__init__.py (100%) rename {apps => src}/api/management/commands/__init__.py (100%) rename {apps => src}/api/management/commands/mobileinit.py (100%) rename {apps => src}/api/migrations/0001_initial.py (100%) rename {apps => src}/api/migrations/0002_auto_20151221_1225.py (100%) rename {apps => src}/api/migrations/__init__.py (100%) rename {apps => src}/api/models.py (100%) rename {apps => src}/api/settings.py (100%) rename {apps => src}/api/templates/api/main.html (100%) rename {apps => src}/api/templates/oauth/challenge.html (100%) rename {apps => src}/api/tests.py (100%) rename {apps => src}/api/urls.py (100%) rename {lib => src}/basicauth.py (100%) rename {apps => src}/catalogue/__init__.py (100%) rename {apps => src}/catalogue/admin.py (100%) rename {apps => src}/catalogue/apps.py (100%) rename {apps => src}/catalogue/constants.py (100%) rename {apps => src}/catalogue/feeds.py (100%) rename {apps => src}/catalogue/fields.py (100%) rename {apps => src}/catalogue/fixtures/collection-boy.json (100%) rename {apps => src}/catalogue/forms.py (100%) rename {apps => src}/catalogue/helpers.py (100%) rename {apps => src}/catalogue/import_utils.py (100%) rename {apps => src}/catalogue/locale/de/LC_MESSAGES/django.mo (100%) rename {apps => src}/catalogue/locale/de/LC_MESSAGES/django.po (100%) rename {apps => src}/catalogue/locale/en/LC_MESSAGES/django.mo (100%) rename {apps => src}/catalogue/locale/en/LC_MESSAGES/django.po (100%) rename {apps => src}/catalogue/locale/es/LC_MESSAGES/django.mo (100%) rename {apps => src}/catalogue/locale/es/LC_MESSAGES/django.po (100%) rename {apps => src}/catalogue/locale/fr/LC_MESSAGES/django.mo (100%) rename {apps => src}/catalogue/locale/fr/LC_MESSAGES/django.po (100%) rename {apps => src}/catalogue/locale/it/LC_MESSAGES/django.mo (100%) rename {apps => src}/catalogue/locale/it/LC_MESSAGES/django.po (100%) rename {apps => src}/catalogue/locale/jp/LC_MESSAGES/django.mo (100%) rename {apps => src}/catalogue/locale/jp/LC_MESSAGES/django.po (100%) rename {apps => src}/catalogue/locale/lt/LC_MESSAGES/django.mo (100%) rename {apps => src}/catalogue/locale/lt/LC_MESSAGES/django.po (100%) rename {apps => src}/catalogue/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/catalogue/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/catalogue/locale/ru/LC_MESSAGES/django.mo (100%) rename {apps => src}/catalogue/locale/ru/LC_MESSAGES/django.po (100%) rename {apps => src}/catalogue/locale/uk/LC_MESSAGES/django.mo (100%) rename {apps => src}/catalogue/locale/uk/LC_MESSAGES/django.po (100%) rename {apps => src}/catalogue/management/__init__.py (100%) rename {apps => src}/catalogue/management/commands/__init__.py (100%) rename {apps => src}/catalogue/management/commands/checkcovers.py (100%) rename {apps => src}/catalogue/management/commands/checkintegrity.py (100%) rename {apps => src}/catalogue/management/commands/importbooks.py (99%) rename {apps => src}/catalogue/management/commands/pack.py (100%) rename {apps => src}/catalogue/management/commands/report_dead_links.py (100%) rename {apps => src}/catalogue/management/commands/savemedia.py (100%) rename {apps => src}/catalogue/migrations/0001_initial.py (100%) rename {apps => src}/catalogue/migrations/0002_book_ancestor.py (100%) rename {apps => src}/catalogue/migrations/0003_populate_ancestors.py (100%) rename {apps => src}/catalogue/migrations/0004_remove_booktags_count_related_info.py (100%) rename {apps => src}/catalogue/migrations/0005_auto_20141016_1337.py (100%) rename {apps => src}/catalogue/migrations/0006_auto_20141022_1059.py (100%) rename {apps => src}/catalogue/migrations/0007_auto_20151123_1529.py (100%) rename {apps => src}/catalogue/migrations/0008_auto_20151221_1225.py (100%) rename {apps => src}/catalogue/migrations/__init__.py (100%) rename {apps => src}/catalogue/models/__init__.py (100%) rename {apps => src}/catalogue/models/book.py (100%) rename {apps => src}/catalogue/models/bookmedia.py (100%) rename {apps => src}/catalogue/models/collection.py (100%) rename {apps => src}/catalogue/models/fragment.py (100%) rename {apps => src}/catalogue/models/source.py (100%) rename {apps => src}/catalogue/models/tag.py (100%) rename {apps => src}/catalogue/signals.py (100%) rename {apps => src}/catalogue/static/jplayer/Jplayer.swf (100%) rename {apps => src}/catalogue/static/jplayer/jplayer.blue.monday.css (100%) rename {apps => src}/catalogue/static/jplayer/jplayer.blue.monday.jpg (100%) rename {apps => src}/catalogue/static/jplayer/jplayer.blue.monday.seeking.gif (100%) rename {apps => src}/catalogue/static/jplayer/jplayer.blue.monday.video.play.png (100%) rename {apps => src}/catalogue/static/jplayer/jplayer.playlist.min.js (100%) rename {apps => src}/catalogue/static/jplayer/jquery.jplayer.min.js (100%) rename {apps => src}/catalogue/static/player/openplayer.js (100%) rename {apps => src}/catalogue/static/player/player.css (100%) rename {apps => src}/catalogue/static/player/player.js (100%) rename {apps => src}/catalogue/tasks.py (100%) rename {apps => src}/catalogue/templates/catalogue/audiobook_list.html (100%) rename {apps => src}/catalogue/templates/catalogue/book_detail.html (100%) rename {apps => src}/catalogue/templates/catalogue/book_fragments.html (100%) rename {apps => src}/catalogue/templates/catalogue/book_info.html (100%) rename {apps => src}/catalogue/templates/catalogue/book_list.html (100%) rename {apps => src}/catalogue/templates/catalogue/book_mini_box.html (100%) rename {apps => src}/catalogue/templates/catalogue/book_searched.html (100%) rename {apps => src}/catalogue/templates/catalogue/book_short.html (100%) rename {apps => src}/catalogue/templates/catalogue/book_text.html (100%) rename {apps => src}/catalogue/templates/catalogue/book_wide.html (100%) rename {apps => src}/catalogue/templates/catalogue/catalogue.html (100%) rename {apps => src}/catalogue/templates/catalogue/collection.html (100%) rename {apps => src}/catalogue/templates/catalogue/collection_list.html (100%) rename {apps => src}/catalogue/templates/catalogue/daisy_list.html (100%) rename {apps => src}/catalogue/templates/catalogue/differentiate_tags.html (100%) rename {apps => src}/catalogue/templates/catalogue/fragment_promo.html (100%) rename {apps => src}/catalogue/templates/catalogue/fragment_short.html (100%) rename {apps => src}/catalogue/templates/catalogue/inline_tag_list.html (100%) rename {apps => src}/catalogue/templates/catalogue/menu.html (100%) rename {apps => src}/catalogue/templates/catalogue/picture_detail.html (100%) rename {apps => src}/catalogue/templates/catalogue/picture_list.html (100%) rename {apps => src}/catalogue/templates/catalogue/player.html (100%) rename {apps => src}/catalogue/templates/catalogue/recent_audiobooks_list.html (100%) rename {apps => src}/catalogue/templates/catalogue/recent_daisy_list.html (100%) rename {apps => src}/catalogue/templates/catalogue/recent_list.html (100%) rename {apps => src}/catalogue/templates/catalogue/related_books.html (100%) rename {apps => src}/catalogue/templates/catalogue/search_multiple_hits.html (100%) rename {apps => src}/catalogue/templates/catalogue/search_no_hits.html (100%) rename {apps => src}/catalogue/templates/catalogue/search_too_short.html (100%) rename {apps => src}/catalogue/templates/catalogue/snippets/audiobook_list.html (100%) rename {apps => src}/catalogue/templates/catalogue/snippets/book_list.html (100%) rename {apps => src}/catalogue/templates/catalogue/snippets/book_list_nav.html (100%) rename {apps => src}/catalogue/templates/catalogue/snippets/custom_pdf_link_li.html (100%) rename {apps => src}/catalogue/templates/catalogue/snippets/license_icon.html (100%) rename {apps => src}/catalogue/templates/catalogue/tag_list.html (100%) rename {apps => src}/catalogue/templates/catalogue/tag_list_split.html (100%) rename {apps => src}/catalogue/templates/catalogue/tagged_object_list.html (100%) rename {apps => src}/catalogue/templates/catalogue/viewer_base.html (100%) rename {apps => src}/catalogue/templates/catalogue/work-list.html (100%) rename {apps => src}/catalogue/templatetags/__init__.py (100%) rename {apps => src}/catalogue/templatetags/catalogue_tags.py (100%) rename {apps => src}/catalogue/test_utils.py (100%) rename {apps => src}/catalogue/tests/__init__.py (100%) rename {apps => src}/catalogue/tests/book_import.py (100%) rename {apps => src}/catalogue/tests/bookmedia.py (100%) rename {apps => src}/catalogue/tests/cover.py (100%) rename {apps => src}/catalogue/tests/files/fraszka-do-anusie.xml (100%) rename {apps => src}/catalogue/tests/files/fraszki.xml (100%) rename {apps => src}/catalogue/tests/search.py (100%) rename {apps => src}/catalogue/tests/tags.py (100%) rename {apps => src}/catalogue/tests/templatetags.py (100%) rename {apps => src}/catalogue/tests/visit.py (100%) rename {apps => src}/catalogue/translation.py (100%) rename {apps => src}/catalogue/urls.py (100%) rename {apps => src}/catalogue/utils.py (100%) rename {apps => src}/catalogue/views.py (100%) rename {apps => src}/chunks/__init__.py (100%) rename {apps => src}/chunks/admin.py (100%) rename {apps => src}/chunks/locale/de/LC_MESSAGES/django.mo (100%) rename {apps => src}/chunks/locale/de/LC_MESSAGES/django.po (100%) rename {apps => src}/chunks/locale/en/LC_MESSAGES/django.mo (100%) rename {apps => src}/chunks/locale/en/LC_MESSAGES/django.po (100%) rename {apps => src}/chunks/locale/es/LC_MESSAGES/django.mo (100%) rename {apps => src}/chunks/locale/es/LC_MESSAGES/django.po (100%) rename {apps => src}/chunks/locale/fr/LC_MESSAGES/django.mo (100%) rename {apps => src}/chunks/locale/fr/LC_MESSAGES/django.po (100%) rename {apps => src}/chunks/locale/it/LC_MESSAGES/django.mo (100%) rename {apps => src}/chunks/locale/it/LC_MESSAGES/django.po (100%) rename {apps => src}/chunks/locale/jp/LC_MESSAGES/django.mo (100%) rename {apps => src}/chunks/locale/jp/LC_MESSAGES/django.po (100%) rename {apps => src}/chunks/locale/lt/LC_MESSAGES/django.mo (100%) rename {apps => src}/chunks/locale/lt/LC_MESSAGES/django.po (100%) rename {apps => src}/chunks/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/chunks/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/chunks/locale/ru/LC_MESSAGES/django.mo (100%) rename {apps => src}/chunks/locale/ru/LC_MESSAGES/django.po (100%) rename {apps => src}/chunks/locale/uk/LC_MESSAGES/django.mo (100%) rename {apps => src}/chunks/locale/uk/LC_MESSAGES/django.po (100%) rename {apps => src}/chunks/migrations/0001_initial.py (100%) rename {apps => src}/chunks/migrations/0002_auto_20140911_1253.py (100%) rename {apps => src}/chunks/migrations/0003_auto_20151221_1225.py (100%) rename {apps => src}/chunks/migrations/__init__.py (100%) rename {apps => src}/chunks/models.py (100%) rename {apps => src}/chunks/translation.py (100%) rename {apps => src}/chunks/urls.py (100%) rename {apps => src}/chunks/views.py (100%) rename {apps => src}/dictionary/__init__.py (100%) rename {apps => src}/dictionary/constants.py (100%) rename {apps => src}/dictionary/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/dictionary/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/dictionary/migrations/0001_initial.py (100%) rename {apps => src}/dictionary/migrations/0002_auto_20141006_1422.py (100%) rename {apps => src}/dictionary/migrations/0003_auto_20141023_1445.py (100%) rename {apps => src}/dictionary/migrations/0004_auto_20151221_1225.py (100%) rename {apps => src}/dictionary/migrations/__init__.py (100%) rename {apps => src}/dictionary/models.py (100%) rename {apps => src}/dictionary/templates/dictionary/note_list.html (100%) rename {apps => src}/dictionary/templatetags/__init__.py (100%) rename {apps => src}/dictionary/templatetags/set_get.py (100%) rename {apps => src}/dictionary/tests.py (100%) rename {apps => src}/dictionary/urls.py (100%) rename {apps => src}/dictionary/views.py (100%) rename {apps => src}/funding/__init__.py (100%) rename {apps => src}/funding/admin.py (100%) rename {apps => src}/funding/forms.py (100%) rename {apps => src}/funding/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/funding/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/funding/management/__init__.py (100%) rename {apps => src}/funding/management/commands/__init__.py (100%) rename {apps => src}/funding/management/commands/funding_notify.py (100%) rename {apps => src}/funding/migrations/0001_initial.py (100%) rename {apps => src}/funding/migrations/0002_auto_20151221_1225.py (100%) rename {apps => src}/funding/migrations/__init__.py (100%) rename {apps => src}/funding/models.py (100%) rename {apps => src}/funding/static/funding/funding.js (100%) rename {apps => src}/funding/templates/admin/funding/offer/change_form.html (100%) rename {apps => src}/funding/templates/funding/disable_notifications.html (100%) rename {apps => src}/funding/templates/funding/email/base.txt (100%) rename {apps => src}/funding/templates/funding/email/end.txt (100%) rename {apps => src}/funding/templates/funding/email/near.txt (100%) rename {apps => src}/funding/templates/funding/email/published.txt (100%) rename {apps => src}/funding/templates/funding/email/thanks.txt (100%) rename {apps => src}/funding/templates/funding/includes/funding.html (100%) rename {apps => src}/funding/templates/funding/includes/fundings.html (100%) rename {apps => src}/funding/templates/funding/includes/offer_status.html (100%) rename {apps => src}/funding/templates/funding/includes/offer_status_more.html (100%) rename {apps => src}/funding/templates/funding/no_thanks.html (100%) rename {apps => src}/funding/templates/funding/offer_detail.html (100%) rename {apps => src}/funding/templates/funding/offer_list.html (100%) rename {apps => src}/funding/templates/funding/snippets/any_remaining.html (100%) rename {apps => src}/funding/templates/funding/thanks.html (100%) rename {apps => src}/funding/templates/funding/widgets/amount.html (100%) rename {apps => src}/funding/templates/funding/wlfund.html (100%) rename {apps => src}/funding/templatetags/__init__.py (100%) rename {apps => src}/funding/templatetags/funding_tags.py (100%) rename {apps => src}/funding/tests.py (100%) rename {apps => src}/funding/urls.py (100%) rename {apps => src}/funding/utils.py (100%) rename {apps => src}/funding/views.py (100%) rename {apps => src}/funding/widgets.py (100%) rename {apps => src}/infopages/__init__.py (100%) rename {apps => src}/infopages/admin.py (100%) rename {apps => src}/infopages/fixtures/infopages.json (100%) rename {apps => src}/infopages/locale/de/LC_MESSAGES/django.mo (100%) rename {apps => src}/infopages/locale/de/LC_MESSAGES/django.po (100%) rename {apps => src}/infopages/locale/es/LC_MESSAGES/django.mo (100%) rename {apps => src}/infopages/locale/es/LC_MESSAGES/django.po (100%) rename {apps => src}/infopages/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/infopages/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/infopages/locale/uk/LC_MESSAGES/django.mo (100%) rename {apps => src}/infopages/locale/uk/LC_MESSAGES/django.po (100%) rename {apps => src}/infopages/migrations/0001_initial.py (100%) rename {apps => src}/infopages/migrations/0002_auto_20151221_1225.py (100%) rename {apps => src}/infopages/migrations/__init__.py (100%) rename {apps => src}/infopages/models.py (100%) rename {apps => src}/infopages/templates/infopages/infopage.html (100%) rename {apps => src}/infopages/templates/infopages/on_main.html (100%) rename {apps => src}/infopages/templatetags/__init__.py (100%) rename {apps => src}/infopages/templatetags/infopages_tags.py (100%) rename {apps => src}/infopages/translation.py (100%) rename {apps => src}/infopages/urls.py (100%) rename {apps => src}/infopages/views.py (100%) rename {apps => src}/lesmianator/__init__.py (100%) rename {apps => src}/lesmianator/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/lesmianator/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/lesmianator/management/__init__.py (100%) rename {apps => src}/lesmianator/management/commands/__init__.py (100%) rename {apps => src}/lesmianator/management/commands/lesmianator.py (100%) rename {apps => src}/lesmianator/migrations/0001_initial.py (100%) rename {apps => src}/lesmianator/migrations/0002_auto_20151221_1225.py (100%) rename {apps => src}/lesmianator/migrations/__init__.py (100%) rename {apps => src}/lesmianator/models.py (100%) rename {apps => src}/lesmianator/templates/lesmianator/lesmianator.html (100%) rename {apps => src}/lesmianator/templates/lesmianator/poem.html (100%) rename {apps => src}/lesmianator/urls.py (100%) rename {apps => src}/lesmianator/views.py (100%) rename {apps => src}/libraries/__init__.py (100%) rename {apps => src}/libraries/admin.py (100%) rename {apps => src}/libraries/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/libraries/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/libraries/migrations/0001_initial.py (100%) rename {apps => src}/libraries/migrations/0002_auto_20151221_1225.py (100%) rename {apps => src}/libraries/migrations/__init__.py (100%) rename {apps => src}/libraries/models.py (100%) rename {apps => src}/libraries/templates/libraries/catalog_view.html (100%) rename {apps => src}/libraries/templates/libraries/library_view.html (100%) rename {apps => src}/libraries/templates/libraries/main_view.html (100%) rename {apps => src}/libraries/urls.py (100%) rename {apps => src}/libraries/views.py (100%) rename manage.py => src/manage.py (76%) rename {apps => src}/newtagging/__init__.py (100%) rename {apps => src}/newtagging/admin.py (100%) rename {apps => src}/newtagging/locale/de/LC_MESSAGES/django.mo (100%) rename {apps => src}/newtagging/locale/de/LC_MESSAGES/django.po (100%) rename {apps => src}/newtagging/locale/en/LC_MESSAGES/django.mo (100%) rename {apps => src}/newtagging/locale/en/LC_MESSAGES/django.po (100%) rename {apps => src}/newtagging/locale/es/LC_MESSAGES/django.mo (100%) rename {apps => src}/newtagging/locale/es/LC_MESSAGES/django.po (100%) rename {apps => src}/newtagging/locale/fr/LC_MESSAGES/django.mo (100%) rename {apps => src}/newtagging/locale/fr/LC_MESSAGES/django.po (100%) rename {apps => src}/newtagging/locale/it/LC_MESSAGES/django.mo (100%) rename {apps => src}/newtagging/locale/it/LC_MESSAGES/django.po (100%) rename {apps => src}/newtagging/locale/jp/LC_MESSAGES/django.mo (100%) rename {apps => src}/newtagging/locale/jp/LC_MESSAGES/django.po (100%) rename {apps => src}/newtagging/locale/lt/LC_MESSAGES/django.mo (100%) rename {apps => src}/newtagging/locale/lt/LC_MESSAGES/django.po (100%) rename {apps => src}/newtagging/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/newtagging/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/newtagging/locale/ru/LC_MESSAGES/django.mo (100%) rename {apps => src}/newtagging/locale/ru/LC_MESSAGES/django.po (100%) rename {apps => src}/newtagging/locale/uk/LC_MESSAGES/django.mo (100%) rename {apps => src}/newtagging/locale/uk/LC_MESSAGES/django.po (100%) rename {apps => src}/newtagging/managers.py (100%) rename {apps => src}/newtagging/models.py (100%) rename {apps => src}/newtagging/views.py (100%) rename {apps => src}/oai/__init__.py (100%) rename {apps => src}/oai/handlers.py (100%) rename {apps => src}/oai/tests/__init__.py (100%) rename {apps => src}/oai/tests/files/antygona.xml (100%) rename {apps => src}/oai/tests/files/lubie-kiedy-kobieta.xml (100%) rename {apps => src}/oai/tests/oaipmhapi.py (100%) rename {apps => src}/oai/urls.py (100%) rename {apps => src}/oai/views.py (100%) rename {apps => src}/opds/__init__.py (100%) rename {apps => src}/opds/tests/__init__.py (100%) rename {apps => src}/opds/tests/files/do-doktora.xml (100%) rename {apps => src}/opds/urls.py (100%) rename {apps => src}/opds/views.py (100%) rename {apps => src}/pdcounter/__init__.py (100%) rename {apps => src}/pdcounter/admin.py (100%) rename {apps => src}/pdcounter/fixtures/lista.json (100%) rename {apps => src}/pdcounter/locale/de/LC_MESSAGES/django.mo (100%) rename {apps => src}/pdcounter/locale/de/LC_MESSAGES/django.po (100%) rename {apps => src}/pdcounter/locale/en/LC_MESSAGES/django.mo (100%) rename {apps => src}/pdcounter/locale/en/LC_MESSAGES/django.po (100%) rename {apps => src}/pdcounter/locale/es/LC_MESSAGES/django.mo (100%) rename {apps => src}/pdcounter/locale/es/LC_MESSAGES/django.po (100%) rename {apps => src}/pdcounter/locale/fr/LC_MESSAGES/django.mo (100%) rename {apps => src}/pdcounter/locale/fr/LC_MESSAGES/django.po (100%) rename {apps => src}/pdcounter/locale/it/LC_MESSAGES/django.mo (100%) rename {apps => src}/pdcounter/locale/it/LC_MESSAGES/django.po (100%) rename {apps => src}/pdcounter/locale/jp/LC_MESSAGES/django.mo (100%) rename {apps => src}/pdcounter/locale/jp/LC_MESSAGES/django.po (100%) rename {apps => src}/pdcounter/locale/lt/LC_MESSAGES/django.mo (100%) rename {apps => src}/pdcounter/locale/lt/LC_MESSAGES/django.po (100%) rename {apps => src}/pdcounter/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/pdcounter/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/pdcounter/locale/ru/LC_MESSAGES/django.mo (100%) rename {apps => src}/pdcounter/locale/ru/LC_MESSAGES/django.po (100%) rename {apps => src}/pdcounter/locale/uk/LC_MESSAGES/django.mo (100%) rename {apps => src}/pdcounter/locale/uk/LC_MESSAGES/django.po (100%) rename {apps => src}/pdcounter/migrations/0001_initial.py (100%) rename {apps => src}/pdcounter/migrations/0002_auto_20151221_1225.py (100%) rename {apps => src}/pdcounter/migrations/__init__.py (100%) rename {apps => src}/pdcounter/models.py (100%) rename {apps => src}/pdcounter/static/pdcounter/pdcounter.js (100%) rename {apps => src}/pdcounter/templates/pdcounter/author_detail.html (100%) rename {apps => src}/pdcounter/templates/pdcounter/book_stub_detail.html (100%) rename {apps => src}/pdcounter/templatetags/__init__.py (100%) rename {apps => src}/pdcounter/templatetags/time_tags.py (100%) rename {apps => src}/pdcounter/views.py (100%) rename {apps => src}/picture/__init__.py (100%) rename {apps => src}/picture/admin.py (100%) rename {apps => src}/picture/engine.py (100%) rename {apps => src}/picture/forms.py (100%) rename {apps => src}/picture/locale/de/LC_MESSAGES/django.mo (100%) rename {apps => src}/picture/locale/de/LC_MESSAGES/django.po (100%) rename {apps => src}/picture/locale/en/LC_MESSAGES/django.mo (100%) rename {apps => src}/picture/locale/en/LC_MESSAGES/django.po (100%) rename {apps => src}/picture/locale/es/LC_MESSAGES/django.mo (100%) rename {apps => src}/picture/locale/es/LC_MESSAGES/django.po (100%) rename {apps => src}/picture/locale/fr/LC_MESSAGES/django.mo (100%) rename {apps => src}/picture/locale/fr/LC_MESSAGES/django.po (100%) rename {apps => src}/picture/locale/it/LC_MESSAGES/django.mo (100%) rename {apps => src}/picture/locale/it/LC_MESSAGES/django.po (100%) rename {apps => src}/picture/locale/jp/LC_MESSAGES/django.mo (100%) rename {apps => src}/picture/locale/jp/LC_MESSAGES/django.po (100%) rename {apps => src}/picture/locale/lt/LC_MESSAGES/django.mo (100%) rename {apps => src}/picture/locale/lt/LC_MESSAGES/django.po (100%) rename {apps => src}/picture/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/picture/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/picture/locale/ru/LC_MESSAGES/django.mo (100%) rename {apps => src}/picture/locale/ru/LC_MESSAGES/django.po (100%) rename {apps => src}/picture/locale/uk/LC_MESSAGES/django.mo (100%) rename {apps => src}/picture/locale/uk/LC_MESSAGES/django.po (100%) rename {apps => src}/picture/migrations/0001_initial.py (100%) rename {apps => src}/picture/migrations/0002_remove_picture__related_info.py (100%) rename {apps => src}/picture/migrations/0003_auto_20140924_1559.py (100%) rename {apps => src}/picture/migrations/0004_auto_20141016_1337.py (100%) rename {apps => src}/picture/migrations/0005_auto_20141022_1001.py (100%) rename {apps => src}/picture/migrations/0006_auto_20151221_1225.py (100%) rename {apps => src}/picture/migrations/__init__.py (100%) rename {apps => src}/picture/models.py (100%) rename {apps => src}/picture/tasks.py (100%) rename {apps => src}/picture/templates/admin/picture/picture/change_list.html (100%) rename {apps => src}/picture/templates/picture/collection.html (100%) rename {apps => src}/picture/templates/picture/picture_detail.html (100%) rename {apps => src}/picture/templates/picture/picture_info.html (100%) rename {apps => src}/picture/templates/picture/picture_list_thumb.html (100%) rename {apps => src}/picture/templates/picture/picture_mini_box.html (100%) rename {apps => src}/picture/templates/picture/picture_short.html (100%) rename {apps => src}/picture/templates/picture/picture_viewer.html (100%) rename {apps => src}/picture/templates/picture/picture_wide.html (100%) rename {apps => src}/picture/templates/picture/picturearea_short.html (100%) rename {apps => src}/picture/templatetags/__init__.py (100%) rename {apps => src}/picture/templatetags/picture_tags.py (100%) rename {apps => src}/picture/tests/__init__.py (100%) rename {apps => src}/picture/tests/files/kandinsky-composition-viii.png (100%) rename {apps => src}/picture/tests/files/kandinsky-composition-viii.xml (100%) rename {apps => src}/picture/tests/picture_import.py (100%) rename {apps => src}/picture/views.py (100%) rename {apps => src}/polls/__init__.py (100%) rename {apps => src}/polls/admin.py (100%) rename {apps => src}/polls/forms.py (100%) rename {apps => src}/polls/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/polls/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/polls/migrations/0001_initial.py (100%) rename {apps => src}/polls/migrations/0002_auto_20151221_1225.py (100%) rename {apps => src}/polls/migrations/__init__.py (100%) rename {apps => src}/polls/models.py (100%) rename {apps => src}/polls/templates/polls/poll.html (100%) rename {apps => src}/polls/templates/polls/tags/poll.html (100%) rename {apps => src}/polls/templatetags/__init__.py (100%) rename {apps => src}/polls/templatetags/polls_tags.py (100%) rename {apps => src}/polls/urls.py (100%) rename {apps => src}/polls/views.py (100%) rename {apps => src}/reporting/__init__.py (100%) rename {apps => src}/reporting/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/reporting/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/reporting/models.py (100%) rename {apps => src}/reporting/templates/reporting/catalogue.csv (100%) rename {apps => src}/reporting/templates/reporting/catalogue.texml (100%) rename {apps => src}/reporting/templates/reporting/main.html (100%) rename {apps => src}/reporting/templatetags/__init__.py (100%) rename {apps => src}/reporting/templatetags/reporting_stats.py (100%) rename {apps => src}/reporting/urls.py (100%) rename {apps => src}/reporting/utils.py (100%) rename {apps => src}/reporting/views.py (100%) rename {apps => src}/search/__init__.py (100%) rename {apps => src}/search/context_processors.py (100%) rename {apps => src}/search/custom.py (100%) rename {apps => src}/search/fields.py (100%) rename {apps => src}/search/forms.py (100%) rename {apps => src}/search/index.py (100%) rename {apps => src}/search/locale/de/LC_MESSAGES/django.mo (100%) rename {apps => src}/search/locale/de/LC_MESSAGES/django.po (100%) rename {apps => src}/search/locale/en/LC_MESSAGES/django.mo (100%) rename {apps => src}/search/locale/en/LC_MESSAGES/django.po (100%) rename {apps => src}/search/locale/es/LC_MESSAGES/django.mo (100%) rename {apps => src}/search/locale/es/LC_MESSAGES/django.po (100%) rename {apps => src}/search/locale/fr/LC_MESSAGES/django.mo (100%) rename {apps => src}/search/locale/fr/LC_MESSAGES/django.po (100%) rename {apps => src}/search/locale/it/LC_MESSAGES/django.mo (100%) rename {apps => src}/search/locale/it/LC_MESSAGES/django.po (100%) rename {apps => src}/search/locale/jp/LC_MESSAGES/django.mo (100%) rename {apps => src}/search/locale/jp/LC_MESSAGES/django.po (100%) rename {apps => src}/search/locale/lt/LC_MESSAGES/django.mo (100%) rename {apps => src}/search/locale/lt/LC_MESSAGES/django.po (100%) rename {apps => src}/search/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/search/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/search/locale/ru/LC_MESSAGES/django.mo (100%) rename {apps => src}/search/locale/ru/LC_MESSAGES/django.po (100%) rename {apps => src}/search/locale/uk/LC_MESSAGES/django.mo (100%) rename {apps => src}/search/locale/uk/LC_MESSAGES/django.po (100%) rename {apps => src}/search/management/__init__.py (100%) rename {apps => src}/search/management/commands/__init__.py (100%) rename {apps => src}/search/management/commands/reindex.py (100%) rename {apps => src}/search/management/commands/snippets.py (100%) rename {apps => src}/search/mock_search.py (100%) rename {apps => src}/search/templates/newsearch/search.html (100%) rename {apps => src}/search/templatetags/__init__.py (100%) rename {apps => src}/search/templatetags/search_tags.py (100%) rename {apps => src}/search/tests/__init__.py (100%) rename {apps => src}/search/tests/index.py (100%) rename {apps => src}/search/urls.py (100%) rename {apps => src}/search/views.py (100%) rename {apps => src}/social/__init__.py (100%) rename {apps => src}/social/admin.py (100%) rename {apps => src}/social/forms.py (100%) rename {apps => src}/social/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/social/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/social/migrations/0001_initial.py (100%) rename {apps => src}/social/migrations/0002_auto_20151221_1225.py (100%) rename {apps => src}/social/migrations/__init__.py (100%) rename {apps => src}/social/models.py (100%) rename {apps => src}/social/templates/social/cite_info.html (100%) rename {apps => src}/social/templates/social/cite_promo.html (100%) rename {apps => src}/social/templates/social/my_shelf.html (100%) rename {apps => src}/social/templates/social/sets_form.html (100%) rename {apps => src}/social/templates/social/shelf_tags.html (100%) rename {apps => src}/social/templatetags/__init__.py (100%) rename {apps => src}/social/templatetags/social_tags.py (100%) rename {apps => src}/social/urls.py (100%) rename {apps => src}/social/utils.py (100%) rename {apps => src}/social/views.py (100%) rename {lib => src}/sortify.py (100%) rename {apps => src}/sponsors/__init__.py (100%) rename {apps => src}/sponsors/admin.py (100%) rename {apps => src}/sponsors/locale/de/LC_MESSAGES/django.mo (100%) rename {apps => src}/sponsors/locale/de/LC_MESSAGES/django.po (100%) rename {apps => src}/sponsors/locale/en/LC_MESSAGES/django.mo (100%) rename {apps => src}/sponsors/locale/en/LC_MESSAGES/django.po (100%) rename {apps => src}/sponsors/locale/es/LC_MESSAGES/django.mo (100%) rename {apps => src}/sponsors/locale/es/LC_MESSAGES/django.po (100%) rename {apps => src}/sponsors/locale/fr/LC_MESSAGES/django.mo (100%) rename {apps => src}/sponsors/locale/fr/LC_MESSAGES/django.po (100%) rename {apps => src}/sponsors/locale/it/LC_MESSAGES/django.mo (100%) rename {apps => src}/sponsors/locale/it/LC_MESSAGES/django.po (100%) rename {apps => src}/sponsors/locale/jp/LC_MESSAGES/django.mo (100%) rename {apps => src}/sponsors/locale/jp/LC_MESSAGES/django.po (100%) rename {apps => src}/sponsors/locale/lt/LC_MESSAGES/django.mo (100%) rename {apps => src}/sponsors/locale/lt/LC_MESSAGES/django.po (100%) rename {apps => src}/sponsors/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/sponsors/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/sponsors/locale/ru/LC_MESSAGES/django.mo (100%) rename {apps => src}/sponsors/locale/ru/LC_MESSAGES/django.po (100%) rename {apps => src}/sponsors/locale/uk/LC_MESSAGES/django.mo (100%) rename {apps => src}/sponsors/locale/uk/LC_MESSAGES/django.po (100%) rename {apps => src}/sponsors/migrations/0001_initial.py (100%) rename {apps => src}/sponsors/migrations/0002_auto_20151221_1225.py (100%) rename {apps => src}/sponsors/migrations/__init__.py (100%) rename {apps => src}/sponsors/models.py (100%) rename {apps => src}/sponsors/static/sponsors/css/footer_admin.css (100%) rename {apps => src}/sponsors/static/sponsors/css/sponsors.css (100%) rename {apps => src}/sponsors/static/sponsors/js/footer_admin.js (100%) rename {apps => src}/sponsors/static/sponsors/js/jquery.json.min.js (100%) rename {apps => src}/sponsors/static/sponsors/js/sponsors.js (100%) rename {apps => src}/sponsors/templates/sponsors/page.html (100%) rename {apps => src}/sponsors/urls.py (100%) rename {apps => src}/sponsors/views.py (100%) rename {apps => src}/sponsors/widgets.py (100%) rename {apps => src}/stats/__init__.py (100%) rename {apps => src}/stats/models.py (100%) rename {apps => src}/stats/tasks.py (100%) rename {apps => src}/stats/utils.py (100%) rename {apps => src}/suggest/__init__.py (100%) rename {apps => src}/suggest/admin.py (100%) rename {apps => src}/suggest/forms.py (100%) rename {apps => src}/suggest/locale/de/LC_MESSAGES/django.mo (100%) rename {apps => src}/suggest/locale/de/LC_MESSAGES/django.po (100%) rename {apps => src}/suggest/locale/en/LC_MESSAGES/django.mo (100%) rename {apps => src}/suggest/locale/en/LC_MESSAGES/django.po (100%) rename {apps => src}/suggest/locale/es/LC_MESSAGES/django.mo (100%) rename {apps => src}/suggest/locale/es/LC_MESSAGES/django.po (100%) rename {apps => src}/suggest/locale/fr/LC_MESSAGES/django.mo (100%) rename {apps => src}/suggest/locale/fr/LC_MESSAGES/django.po (100%) rename {apps => src}/suggest/locale/it/LC_MESSAGES/django.mo (100%) rename {apps => src}/suggest/locale/it/LC_MESSAGES/django.po (100%) rename {apps => src}/suggest/locale/jp/LC_MESSAGES/django.mo (100%) rename {apps => src}/suggest/locale/jp/LC_MESSAGES/django.po (100%) rename {apps => src}/suggest/locale/lt/LC_MESSAGES/django.mo (100%) rename {apps => src}/suggest/locale/lt/LC_MESSAGES/django.po (100%) rename {apps => src}/suggest/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/suggest/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/suggest/locale/ru/LC_MESSAGES/django.mo (100%) rename {apps => src}/suggest/locale/ru/LC_MESSAGES/django.po (100%) rename {apps => src}/suggest/locale/uk/LC_MESSAGES/django.mo (100%) rename {apps => src}/suggest/locale/uk/LC_MESSAGES/django.po (100%) rename {apps => src}/suggest/migrations/0001_initial.py (100%) rename {apps => src}/suggest/migrations/0002_auto_20151221_1225.py (100%) rename {apps => src}/suggest/migrations/__init__.py (100%) rename {apps => src}/suggest/models.py (100%) rename {apps => src}/suggest/templates/publishing_suggest.html (100%) rename {apps => src}/suggest/urls.py (100%) rename {apps => src}/suggest/views.py (100%) rename {apps => src}/waiter/__init__.py (100%) rename {apps => src}/waiter/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps => src}/waiter/locale/pl/LC_MESSAGES/django.po (100%) rename {apps => src}/waiter/migrations/0001_initial.py (100%) rename {apps => src}/waiter/migrations/__init__.py (100%) rename {apps => src}/waiter/models.py (100%) rename {apps => src}/waiter/settings.py (100%) rename {apps => src}/waiter/tasks.py (100%) rename {apps => src}/waiter/templates/waiter/wait.html (100%) rename {apps => src}/waiter/urls.py (100%) rename {apps => src}/waiter/utils.py (100%) rename {apps => src}/waiter/views.py (100%) create mode 100644 src/wolnelektury/__init__.py rename {apps/wolnelektury_core => src/wolnelektury}/apps.py (90%) rename {wolnelektury => src/wolnelektury}/celery.py (100%) rename {apps/wolnelektury_core => src/wolnelektury}/context_processors.py (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/de/LC_MESSAGES/django.mo (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/de/LC_MESSAGES/django.po (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/django.pot (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/en/LC_MESSAGES/django.mo (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/en/LC_MESSAGES/django.po (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/es/LC_MESSAGES/django.mo (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/es/LC_MESSAGES/django.po (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/fr/LC_MESSAGES/django.mo (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/fr/LC_MESSAGES/django.po (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/it/LC_MESSAGES/django.mo (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/it/LC_MESSAGES/django.po (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/lt/LC_MESSAGES/django.mo (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/lt/LC_MESSAGES/django.po (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/pl/LC_MESSAGES/django.mo (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/pl/LC_MESSAGES/django.po (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/ru/LC_MESSAGES/django.mo (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/ru/LC_MESSAGES/django.po (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/uk/LC_MESSAGES/django.mo (100%) rename {wolnelektury => src/wolnelektury}/locale-contrib/uk/LC_MESSAGES/django.po (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/de/LC_MESSAGES/django.mo (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/de/LC_MESSAGES/django.po (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/en/LC_MESSAGES/django.mo (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/en/LC_MESSAGES/django.po (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/es/LC_MESSAGES/django.mo (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/es/LC_MESSAGES/django.po (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/fr/LC_MESSAGES/django.mo (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/fr/LC_MESSAGES/django.po (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/it/LC_MESSAGES/django.mo (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/it/LC_MESSAGES/django.po (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/jp/LC_MESSAGES/django.mo (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/jp/LC_MESSAGES/django.po (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/lt/LC_MESSAGES/django.mo (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/lt/LC_MESSAGES/django.po (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/pl/LC_MESSAGES/django.mo (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/pl/LC_MESSAGES/django.po (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/ru/LC_MESSAGES/django.mo (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/ru/LC_MESSAGES/django.po (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/uk/LC_MESSAGES/django.mo (100%) rename {apps/wolnelektury_core => src/wolnelektury}/locale/uk/LC_MESSAGES/django.po (100%) rename {apps/wolnelektury_core => src/wolnelektury}/management/__init__.py (100%) rename {apps/wolnelektury_core => src/wolnelektury}/management/commands/__init__.py (100%) rename {apps/wolnelektury_core => src/wolnelektury}/management/commands/localepack.py (100%) rename {apps/wolnelektury_core => src/wolnelektury}/management/commands/translation2po.py (100%) rename {apps/wolnelektury_core => src/wolnelektury}/management/profile.py (100%) rename {wolnelektury => src/wolnelektury}/middleware.py (100%) rename {apps/wolnelektury_core/templatetags => src/wolnelektury/migrations}/__init__.py (100%) rename {wolnelektury => src/wolnelektury}/migrations/getpaid/0001_initial.py (100%) rename {wolnelektury => src/wolnelektury}/migrations/getpaid/0002_auto_20151221_1225.py (100%) rename {wolnelektury/migrations => src/wolnelektury/migrations/getpaid}/__init__.py (100%) rename {wolnelektury => src/wolnelektury}/migrations/piston/0001_initial.py (100%) rename {wolnelektury/migrations/getpaid => src/wolnelektury/migrations/piston}/__init__.py (100%) rename {wolnelektury => src/wolnelektury}/settings/__init__.py (97%) rename {wolnelektury => src/wolnelektury}/settings/auth.py (100%) rename {wolnelektury => src/wolnelektury}/settings/basic.py (100%) rename {wolnelektury => src/wolnelektury}/settings/cache.py (100%) rename {wolnelektury => src/wolnelektury}/settings/celery.py (100%) rename {wolnelektury => src/wolnelektury}/settings/contrib.py (100%) rename {wolnelektury => src/wolnelektury}/settings/custom.py (100%) rename {wolnelektury => src/wolnelektury}/settings/locale.py (100%) create mode 100644 src/wolnelektury/settings/paths.py rename {wolnelektury => src/wolnelektury}/settings/static.py (96%) rename {apps/wolnelektury_core => src/wolnelektury}/signals.py (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/annoy.css (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/jquery.countdown.css (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/master.book.css (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/master.picture.css (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/new.book.css (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/picture_box.css (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/simple.css (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/ui-lightness/images/ui-icons_222222_256x240.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/ui-lightness/images/ui-icons_228ef1_256x240.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/ui-lightness/images/ui-icons_ef8c08_256x240.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/ui-lightness/images/ui-icons_ffd27a_256x240.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/ui-lightness/images/ui-icons_ffffff_256x240.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/css/ui-lightness/jquery-ui-1.8.16.custom.css (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/1percent-big.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/android-poster.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/arrow-down.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/arrow-gray.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/arrow-gray.svg (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/arrow-teal.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/arrow-teal.svg (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/arrow-up.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/auth/facebook.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/auth/google.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/auth/openid.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/auth/twitter.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/backdrop/boltron-3212284622.jpg (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/backdrop/book-drawer2.jpg (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/backdrop/horiavarlan-4268896468.jpg (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/bg-header.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/bg.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/book-parent.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/book.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/doodle/20110908-android.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/doodle/20110908-logo.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/download.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/download.svg (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/epub-www.jpg (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/epub.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/favicon.ico (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/favicon.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/indicator.gif (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/kindle-poster-260.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/kindle-poster.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/licenses/cc-by-sa.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/licenses/cc-by-sa.svg (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/listen.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/listen.svg (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/logo-220.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/logo-bez.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/logo-big.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/logo-fbc.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/logo-neon.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/logo.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/logo_nck.jpg (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/logo_nck_200horiz_trans.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/logo_nck_200trans.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/mobi.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/odt.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/payu.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/pdf.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/procent.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/progress-pixel.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/read.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/read.svg (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/s5/blank.gif (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/s5/bodybg.gif (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/s5/iepngfix.htc (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/search.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/social/bigfacebook.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/social/biggoogle.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/social/bignk.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/social/bigtwitter.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/social/f.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/social/f.svg (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/social/gplus.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/social/gplus.svg (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/social/nk.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/social/nk.svg (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/speaker.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/turniej-maly.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/txt.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/wiatrak.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/wl_icon_64.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/img/zabawnik.png (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/annoy.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/base.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/book.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/book_text/info.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/book_text/menu.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/book_text/note.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/book_text/settings.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/book_text/toc.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/ierange-m2.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery-ui-1.8.16.custom.min.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.autocomplete.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.countdown-de.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.countdown-es.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.countdown-fr.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.countdown-lt.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.countdown-pl.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.countdown-ru.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.countdown-uk.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.countdown.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.cycle.min.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.eventdelegation.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.form.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.highlightfade.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.jqmodal.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/jquery.scrollto.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/modernizr.custom.19652.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/progressSpin.min.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/contrib/raphael-min.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/dialogs.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/locale.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/picture.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/search.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/widget.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/js/widget_run.js (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/opensearch.xml (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/book_text.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/book_text/body.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/book_text/book_box.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/book_text/box.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/book_text/const.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/book_text/info.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/book_text/menu.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/book_text/note.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/book_text/numbering.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/book_text/other.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/book_text/settings.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/book_text/themes.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/book_text/toc.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/dictionary/dictionary.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/funding/funding.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/auth.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/base.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/book_box.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/book_list.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/catalogue.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/cite.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/const.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/dialogs.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/footer.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/form.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/fragment.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/header.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/hidden.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/main_content.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/main_page.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/menu.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/picture_box.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/search.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/main/tag.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/polls/polls.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/social/shelf_tags.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/tools.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/static/scss/widget.scss (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/404.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/500.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/503.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/account/base.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/admin/base_site.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/admin/catalogue/book/change_form.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/admin/catalogue/book/change_list.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/annoy.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/auth/login.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/auth/login_register.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/auth/register.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/base.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/info/join_us.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/latest_blog_posts.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/main_page.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/openid/login.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/pagination/pagination.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/piston/authorize_token.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/publish_plan.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/site_base.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/socialaccount/connections.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/socialaccount/login_cancelled.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/socialaccount/snippets/login_extra.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/socialaccount/snippets/provider_list.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/superbase.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/user.html (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templates/widget.html (100%) rename {wolnelektury/migrations/piston => src/wolnelektury/templatetags}/__init__.py (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templatetags/common_tags.py (100%) rename {apps/wolnelektury_core => src/wolnelektury}/templatetags/switch_tag.py (100%) rename {wolnelektury => src/wolnelektury}/urls.py (87%) rename {wolnelektury => src/wolnelektury}/utils.py (100%) rename {apps/wolnelektury_core => src/wolnelektury}/views.py (100%) rename {wolnelektury => src/wolnelektury}/wsgi.py (80%) delete mode 100644 wolnelektury/__init__.py delete mode 100644 wolnelektury/settings/paths.py diff --git a/.gitignore b/.gitignore index 4ddf5e924..fd63a8e47 100644 --- a/.gitignore +++ b/.gitignore @@ -9,10 +9,10 @@ fabfile_local.py .sass-cache # Compress output -/static +/var # SCSS output -apps/wolnelektury_core/static/scss/*.css +apps/wolnelektury/static/scss/*.css # Python garbage *.pyc @@ -36,8 +36,6 @@ thumbs.db # Tags file TAGS -media -search_index doc/_build reports diff --git a/apps/wolnelektury_core/__init__.py b/apps/wolnelektury_core/__init__.py deleted file mode 100644 index 56037a03e..000000000 --- a/apps/wolnelektury_core/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -# -*- coding: utf-8 -*- -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. -# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. -# -default_app_config = 'wolnelektury_core.apps.WLCoreConfig' diff --git a/lib/pyscss_compiler.py b/lib/pyscss_compiler.py deleted file mode 100644 index b57d59e0b..000000000 --- a/lib/pyscss_compiler.py +++ /dev/null @@ -1,19 +0,0 @@ -from os.path import dirname -from django.conf import settings -from pipeline.compilers import SubProcessCompiler - - -class PySCSSCompiler(SubProcessCompiler): - output_extension = 'css' - - def match_file(self, filename): - return filename.endswith('.scss') - - def compile_file(self, infile, outfile, outdated=False, force=False): - command = "%s %s < %s > %s" % ( - settings.PIPELINE_PYSCSS_BINARY, - settings.PIPELINE_PYSCSS_ARGUMENTS, - infile, - outfile - ) - return self.execute_command(command, cwd=dirname(infile)) diff --git a/requirements-dev.txt b/requirements/requirements-dev.txt similarity index 100% rename from requirements-dev.txt rename to requirements/requirements-dev.txt diff --git a/requirements-test.txt b/requirements/requirements-test.txt similarity index 100% rename from requirements-test.txt rename to requirements/requirements-test.txt diff --git a/requirements.txt b/requirements/requirements.txt similarity index 100% rename from requirements.txt rename to requirements/requirements.txt diff --git a/apps/ajaxable/__init__.py b/src/ajaxable/__init__.py similarity index 100% rename from apps/ajaxable/__init__.py rename to src/ajaxable/__init__.py diff --git a/apps/ajaxable/locale/pl/LC_MESSAGES/django.mo b/src/ajaxable/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/ajaxable/locale/pl/LC_MESSAGES/django.mo rename to src/ajaxable/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/ajaxable/locale/pl/LC_MESSAGES/django.po b/src/ajaxable/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/ajaxable/locale/pl/LC_MESSAGES/django.po rename to src/ajaxable/locale/pl/LC_MESSAGES/django.po diff --git a/apps/ajaxable/models.py b/src/ajaxable/models.py similarity index 100% rename from apps/ajaxable/models.py rename to src/ajaxable/models.py diff --git a/apps/ajaxable/templates/ajaxable/form.html b/src/ajaxable/templates/ajaxable/form.html similarity index 100% rename from apps/ajaxable/templates/ajaxable/form.html rename to src/ajaxable/templates/ajaxable/form.html diff --git a/apps/ajaxable/templates/ajaxable/form_on_page.html b/src/ajaxable/templates/ajaxable/form_on_page.html similarity index 100% rename from apps/ajaxable/templates/ajaxable/form_on_page.html rename to src/ajaxable/templates/ajaxable/form_on_page.html diff --git a/apps/ajaxable/templatetags/__init__.py b/src/ajaxable/templatetags/__init__.py similarity index 100% rename from apps/ajaxable/templatetags/__init__.py rename to src/ajaxable/templatetags/__init__.py diff --git a/apps/ajaxable/templatetags/ajaxable_tags.py b/src/ajaxable/templatetags/ajaxable_tags.py similarity index 100% rename from apps/ajaxable/templatetags/ajaxable_tags.py rename to src/ajaxable/templatetags/ajaxable_tags.py diff --git a/apps/ajaxable/utils.py b/src/ajaxable/utils.py similarity index 100% rename from apps/ajaxable/utils.py rename to src/ajaxable/utils.py diff --git a/apps/api/__init__.py b/src/api/__init__.py similarity index 100% rename from apps/api/__init__.py rename to src/api/__init__.py diff --git a/apps/api/emitters.py b/src/api/emitters.py similarity index 100% rename from apps/api/emitters.py rename to src/api/emitters.py diff --git a/apps/api/handlers.py b/src/api/handlers.py similarity index 100% rename from apps/api/handlers.py rename to src/api/handlers.py diff --git a/apps/api/helpers.py b/src/api/helpers.py similarity index 100% rename from apps/api/helpers.py rename to src/api/helpers.py diff --git a/apps/api/locale/pl/LC_MESSAGES/django.mo b/src/api/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/api/locale/pl/LC_MESSAGES/django.mo rename to src/api/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/api/locale/pl/LC_MESSAGES/django.po b/src/api/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/api/locale/pl/LC_MESSAGES/django.po rename to src/api/locale/pl/LC_MESSAGES/django.po diff --git a/apps/api/management/__init__.py b/src/api/management/__init__.py similarity index 100% rename from apps/api/management/__init__.py rename to src/api/management/__init__.py diff --git a/apps/api/management/commands/__init__.py b/src/api/management/commands/__init__.py similarity index 100% rename from apps/api/management/commands/__init__.py rename to src/api/management/commands/__init__.py diff --git a/apps/api/management/commands/mobileinit.py b/src/api/management/commands/mobileinit.py similarity index 100% rename from apps/api/management/commands/mobileinit.py rename to src/api/management/commands/mobileinit.py diff --git a/apps/api/migrations/0001_initial.py b/src/api/migrations/0001_initial.py similarity index 100% rename from apps/api/migrations/0001_initial.py rename to src/api/migrations/0001_initial.py diff --git a/apps/api/migrations/0002_auto_20151221_1225.py b/src/api/migrations/0002_auto_20151221_1225.py similarity index 100% rename from apps/api/migrations/0002_auto_20151221_1225.py rename to src/api/migrations/0002_auto_20151221_1225.py diff --git a/apps/api/migrations/__init__.py b/src/api/migrations/__init__.py similarity index 100% rename from apps/api/migrations/__init__.py rename to src/api/migrations/__init__.py diff --git a/apps/api/models.py b/src/api/models.py similarity index 100% rename from apps/api/models.py rename to src/api/models.py diff --git a/apps/api/settings.py b/src/api/settings.py similarity index 100% rename from apps/api/settings.py rename to src/api/settings.py diff --git a/apps/api/templates/api/main.html b/src/api/templates/api/main.html similarity index 100% rename from apps/api/templates/api/main.html rename to src/api/templates/api/main.html diff --git a/apps/api/templates/oauth/challenge.html b/src/api/templates/oauth/challenge.html similarity index 100% rename from apps/api/templates/oauth/challenge.html rename to src/api/templates/oauth/challenge.html diff --git a/apps/api/tests.py b/src/api/tests.py similarity index 100% rename from apps/api/tests.py rename to src/api/tests.py diff --git a/apps/api/urls.py b/src/api/urls.py similarity index 100% rename from apps/api/urls.py rename to src/api/urls.py diff --git a/lib/basicauth.py b/src/basicauth.py similarity index 100% rename from lib/basicauth.py rename to src/basicauth.py diff --git a/apps/catalogue/__init__.py b/src/catalogue/__init__.py similarity index 100% rename from apps/catalogue/__init__.py rename to src/catalogue/__init__.py diff --git a/apps/catalogue/admin.py b/src/catalogue/admin.py similarity index 100% rename from apps/catalogue/admin.py rename to src/catalogue/admin.py diff --git a/apps/catalogue/apps.py b/src/catalogue/apps.py similarity index 100% rename from apps/catalogue/apps.py rename to src/catalogue/apps.py diff --git a/apps/catalogue/constants.py b/src/catalogue/constants.py similarity index 100% rename from apps/catalogue/constants.py rename to src/catalogue/constants.py diff --git a/apps/catalogue/feeds.py b/src/catalogue/feeds.py similarity index 100% rename from apps/catalogue/feeds.py rename to src/catalogue/feeds.py diff --git a/apps/catalogue/fields.py b/src/catalogue/fields.py similarity index 100% rename from apps/catalogue/fields.py rename to src/catalogue/fields.py diff --git a/apps/catalogue/fixtures/collection-boy.json b/src/catalogue/fixtures/collection-boy.json similarity index 100% rename from apps/catalogue/fixtures/collection-boy.json rename to src/catalogue/fixtures/collection-boy.json diff --git a/apps/catalogue/forms.py b/src/catalogue/forms.py similarity index 100% rename from apps/catalogue/forms.py rename to src/catalogue/forms.py diff --git a/apps/catalogue/helpers.py b/src/catalogue/helpers.py similarity index 100% rename from apps/catalogue/helpers.py rename to src/catalogue/helpers.py diff --git a/apps/catalogue/import_utils.py b/src/catalogue/import_utils.py similarity index 100% rename from apps/catalogue/import_utils.py rename to src/catalogue/import_utils.py diff --git a/apps/catalogue/locale/de/LC_MESSAGES/django.mo b/src/catalogue/locale/de/LC_MESSAGES/django.mo similarity index 100% rename from apps/catalogue/locale/de/LC_MESSAGES/django.mo rename to src/catalogue/locale/de/LC_MESSAGES/django.mo diff --git a/apps/catalogue/locale/de/LC_MESSAGES/django.po b/src/catalogue/locale/de/LC_MESSAGES/django.po similarity index 100% rename from apps/catalogue/locale/de/LC_MESSAGES/django.po rename to src/catalogue/locale/de/LC_MESSAGES/django.po diff --git a/apps/catalogue/locale/en/LC_MESSAGES/django.mo b/src/catalogue/locale/en/LC_MESSAGES/django.mo similarity index 100% rename from apps/catalogue/locale/en/LC_MESSAGES/django.mo rename to src/catalogue/locale/en/LC_MESSAGES/django.mo diff --git a/apps/catalogue/locale/en/LC_MESSAGES/django.po b/src/catalogue/locale/en/LC_MESSAGES/django.po similarity index 100% rename from apps/catalogue/locale/en/LC_MESSAGES/django.po rename to src/catalogue/locale/en/LC_MESSAGES/django.po diff --git a/apps/catalogue/locale/es/LC_MESSAGES/django.mo b/src/catalogue/locale/es/LC_MESSAGES/django.mo similarity index 100% rename from apps/catalogue/locale/es/LC_MESSAGES/django.mo rename to src/catalogue/locale/es/LC_MESSAGES/django.mo diff --git a/apps/catalogue/locale/es/LC_MESSAGES/django.po b/src/catalogue/locale/es/LC_MESSAGES/django.po similarity index 100% rename from apps/catalogue/locale/es/LC_MESSAGES/django.po rename to src/catalogue/locale/es/LC_MESSAGES/django.po diff --git a/apps/catalogue/locale/fr/LC_MESSAGES/django.mo b/src/catalogue/locale/fr/LC_MESSAGES/django.mo similarity index 100% rename from apps/catalogue/locale/fr/LC_MESSAGES/django.mo rename to src/catalogue/locale/fr/LC_MESSAGES/django.mo diff --git a/apps/catalogue/locale/fr/LC_MESSAGES/django.po b/src/catalogue/locale/fr/LC_MESSAGES/django.po similarity index 100% rename from apps/catalogue/locale/fr/LC_MESSAGES/django.po rename to src/catalogue/locale/fr/LC_MESSAGES/django.po diff --git a/apps/catalogue/locale/it/LC_MESSAGES/django.mo b/src/catalogue/locale/it/LC_MESSAGES/django.mo similarity index 100% rename from apps/catalogue/locale/it/LC_MESSAGES/django.mo rename to src/catalogue/locale/it/LC_MESSAGES/django.mo diff --git a/apps/catalogue/locale/it/LC_MESSAGES/django.po b/src/catalogue/locale/it/LC_MESSAGES/django.po similarity index 100% rename from apps/catalogue/locale/it/LC_MESSAGES/django.po rename to src/catalogue/locale/it/LC_MESSAGES/django.po diff --git a/apps/catalogue/locale/jp/LC_MESSAGES/django.mo b/src/catalogue/locale/jp/LC_MESSAGES/django.mo similarity index 100% rename from apps/catalogue/locale/jp/LC_MESSAGES/django.mo rename to src/catalogue/locale/jp/LC_MESSAGES/django.mo diff --git a/apps/catalogue/locale/jp/LC_MESSAGES/django.po b/src/catalogue/locale/jp/LC_MESSAGES/django.po similarity index 100% rename from apps/catalogue/locale/jp/LC_MESSAGES/django.po rename to src/catalogue/locale/jp/LC_MESSAGES/django.po diff --git a/apps/catalogue/locale/lt/LC_MESSAGES/django.mo b/src/catalogue/locale/lt/LC_MESSAGES/django.mo similarity index 100% rename from apps/catalogue/locale/lt/LC_MESSAGES/django.mo rename to src/catalogue/locale/lt/LC_MESSAGES/django.mo diff --git a/apps/catalogue/locale/lt/LC_MESSAGES/django.po b/src/catalogue/locale/lt/LC_MESSAGES/django.po similarity index 100% rename from apps/catalogue/locale/lt/LC_MESSAGES/django.po rename to src/catalogue/locale/lt/LC_MESSAGES/django.po diff --git a/apps/catalogue/locale/pl/LC_MESSAGES/django.mo b/src/catalogue/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/catalogue/locale/pl/LC_MESSAGES/django.mo rename to src/catalogue/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/catalogue/locale/pl/LC_MESSAGES/django.po b/src/catalogue/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/catalogue/locale/pl/LC_MESSAGES/django.po rename to src/catalogue/locale/pl/LC_MESSAGES/django.po diff --git a/apps/catalogue/locale/ru/LC_MESSAGES/django.mo b/src/catalogue/locale/ru/LC_MESSAGES/django.mo similarity index 100% rename from apps/catalogue/locale/ru/LC_MESSAGES/django.mo rename to src/catalogue/locale/ru/LC_MESSAGES/django.mo diff --git a/apps/catalogue/locale/ru/LC_MESSAGES/django.po b/src/catalogue/locale/ru/LC_MESSAGES/django.po similarity index 100% rename from apps/catalogue/locale/ru/LC_MESSAGES/django.po rename to src/catalogue/locale/ru/LC_MESSAGES/django.po diff --git a/apps/catalogue/locale/uk/LC_MESSAGES/django.mo b/src/catalogue/locale/uk/LC_MESSAGES/django.mo similarity index 100% rename from apps/catalogue/locale/uk/LC_MESSAGES/django.mo rename to src/catalogue/locale/uk/LC_MESSAGES/django.mo diff --git a/apps/catalogue/locale/uk/LC_MESSAGES/django.po b/src/catalogue/locale/uk/LC_MESSAGES/django.po similarity index 100% rename from apps/catalogue/locale/uk/LC_MESSAGES/django.po rename to src/catalogue/locale/uk/LC_MESSAGES/django.po diff --git a/apps/catalogue/management/__init__.py b/src/catalogue/management/__init__.py similarity index 100% rename from apps/catalogue/management/__init__.py rename to src/catalogue/management/__init__.py diff --git a/apps/catalogue/management/commands/__init__.py b/src/catalogue/management/commands/__init__.py similarity index 100% rename from apps/catalogue/management/commands/__init__.py rename to src/catalogue/management/commands/__init__.py diff --git a/apps/catalogue/management/commands/checkcovers.py b/src/catalogue/management/commands/checkcovers.py similarity index 100% rename from apps/catalogue/management/commands/checkcovers.py rename to src/catalogue/management/commands/checkcovers.py diff --git a/apps/catalogue/management/commands/checkintegrity.py b/src/catalogue/management/commands/checkintegrity.py similarity index 100% rename from apps/catalogue/management/commands/checkintegrity.py rename to src/catalogue/management/commands/checkintegrity.py diff --git a/apps/catalogue/management/commands/importbooks.py b/src/catalogue/management/commands/importbooks.py similarity index 99% rename from apps/catalogue/management/commands/importbooks.py rename to src/catalogue/management/commands/importbooks.py index a15faa0b6..338fea6aa 100644 --- a/apps/catalogue/management/commands/importbooks.py +++ b/src/catalogue/management/commands/importbooks.py @@ -12,7 +12,7 @@ from django.core.management.color import color_style from django.core.files import File from catalogue.utils import trim_query_log from librarian.picture import ImageStore -from wolnelektury_core.management.profile import profile +from wolnelektury.management.profile import profile from catalogue.models import Book from picture.models import Picture diff --git a/apps/catalogue/management/commands/pack.py b/src/catalogue/management/commands/pack.py similarity index 100% rename from apps/catalogue/management/commands/pack.py rename to src/catalogue/management/commands/pack.py diff --git a/apps/catalogue/management/commands/report_dead_links.py b/src/catalogue/management/commands/report_dead_links.py similarity index 100% rename from apps/catalogue/management/commands/report_dead_links.py rename to src/catalogue/management/commands/report_dead_links.py diff --git a/apps/catalogue/management/commands/savemedia.py b/src/catalogue/management/commands/savemedia.py similarity index 100% rename from apps/catalogue/management/commands/savemedia.py rename to src/catalogue/management/commands/savemedia.py diff --git a/apps/catalogue/migrations/0001_initial.py b/src/catalogue/migrations/0001_initial.py similarity index 100% rename from apps/catalogue/migrations/0001_initial.py rename to src/catalogue/migrations/0001_initial.py diff --git a/apps/catalogue/migrations/0002_book_ancestor.py b/src/catalogue/migrations/0002_book_ancestor.py similarity index 100% rename from apps/catalogue/migrations/0002_book_ancestor.py rename to src/catalogue/migrations/0002_book_ancestor.py diff --git a/apps/catalogue/migrations/0003_populate_ancestors.py b/src/catalogue/migrations/0003_populate_ancestors.py similarity index 100% rename from apps/catalogue/migrations/0003_populate_ancestors.py rename to src/catalogue/migrations/0003_populate_ancestors.py diff --git a/apps/catalogue/migrations/0004_remove_booktags_count_related_info.py b/src/catalogue/migrations/0004_remove_booktags_count_related_info.py similarity index 100% rename from apps/catalogue/migrations/0004_remove_booktags_count_related_info.py rename to src/catalogue/migrations/0004_remove_booktags_count_related_info.py diff --git a/apps/catalogue/migrations/0005_auto_20141016_1337.py b/src/catalogue/migrations/0005_auto_20141016_1337.py similarity index 100% rename from apps/catalogue/migrations/0005_auto_20141016_1337.py rename to src/catalogue/migrations/0005_auto_20141016_1337.py diff --git a/apps/catalogue/migrations/0006_auto_20141022_1059.py b/src/catalogue/migrations/0006_auto_20141022_1059.py similarity index 100% rename from apps/catalogue/migrations/0006_auto_20141022_1059.py rename to src/catalogue/migrations/0006_auto_20141022_1059.py diff --git a/apps/catalogue/migrations/0007_auto_20151123_1529.py b/src/catalogue/migrations/0007_auto_20151123_1529.py similarity index 100% rename from apps/catalogue/migrations/0007_auto_20151123_1529.py rename to src/catalogue/migrations/0007_auto_20151123_1529.py diff --git a/apps/catalogue/migrations/0008_auto_20151221_1225.py b/src/catalogue/migrations/0008_auto_20151221_1225.py similarity index 100% rename from apps/catalogue/migrations/0008_auto_20151221_1225.py rename to src/catalogue/migrations/0008_auto_20151221_1225.py diff --git a/apps/catalogue/migrations/__init__.py b/src/catalogue/migrations/__init__.py similarity index 100% rename from apps/catalogue/migrations/__init__.py rename to src/catalogue/migrations/__init__.py diff --git a/apps/catalogue/models/__init__.py b/src/catalogue/models/__init__.py similarity index 100% rename from apps/catalogue/models/__init__.py rename to src/catalogue/models/__init__.py diff --git a/apps/catalogue/models/book.py b/src/catalogue/models/book.py similarity index 100% rename from apps/catalogue/models/book.py rename to src/catalogue/models/book.py diff --git a/apps/catalogue/models/bookmedia.py b/src/catalogue/models/bookmedia.py similarity index 100% rename from apps/catalogue/models/bookmedia.py rename to src/catalogue/models/bookmedia.py diff --git a/apps/catalogue/models/collection.py b/src/catalogue/models/collection.py similarity index 100% rename from apps/catalogue/models/collection.py rename to src/catalogue/models/collection.py diff --git a/apps/catalogue/models/fragment.py b/src/catalogue/models/fragment.py similarity index 100% rename from apps/catalogue/models/fragment.py rename to src/catalogue/models/fragment.py diff --git a/apps/catalogue/models/source.py b/src/catalogue/models/source.py similarity index 100% rename from apps/catalogue/models/source.py rename to src/catalogue/models/source.py diff --git a/apps/catalogue/models/tag.py b/src/catalogue/models/tag.py similarity index 100% rename from apps/catalogue/models/tag.py rename to src/catalogue/models/tag.py diff --git a/apps/catalogue/signals.py b/src/catalogue/signals.py similarity index 100% rename from apps/catalogue/signals.py rename to src/catalogue/signals.py diff --git a/apps/catalogue/static/jplayer/Jplayer.swf b/src/catalogue/static/jplayer/Jplayer.swf similarity index 100% rename from apps/catalogue/static/jplayer/Jplayer.swf rename to src/catalogue/static/jplayer/Jplayer.swf diff --git a/apps/catalogue/static/jplayer/jplayer.blue.monday.css b/src/catalogue/static/jplayer/jplayer.blue.monday.css similarity index 100% rename from apps/catalogue/static/jplayer/jplayer.blue.monday.css rename to src/catalogue/static/jplayer/jplayer.blue.monday.css diff --git a/apps/catalogue/static/jplayer/jplayer.blue.monday.jpg b/src/catalogue/static/jplayer/jplayer.blue.monday.jpg similarity index 100% rename from apps/catalogue/static/jplayer/jplayer.blue.monday.jpg rename to src/catalogue/static/jplayer/jplayer.blue.monday.jpg diff --git a/apps/catalogue/static/jplayer/jplayer.blue.monday.seeking.gif b/src/catalogue/static/jplayer/jplayer.blue.monday.seeking.gif similarity index 100% rename from apps/catalogue/static/jplayer/jplayer.blue.monday.seeking.gif rename to src/catalogue/static/jplayer/jplayer.blue.monday.seeking.gif diff --git a/apps/catalogue/static/jplayer/jplayer.blue.monday.video.play.png b/src/catalogue/static/jplayer/jplayer.blue.monday.video.play.png similarity index 100% rename from apps/catalogue/static/jplayer/jplayer.blue.monday.video.play.png rename to src/catalogue/static/jplayer/jplayer.blue.monday.video.play.png diff --git a/apps/catalogue/static/jplayer/jplayer.playlist.min.js b/src/catalogue/static/jplayer/jplayer.playlist.min.js similarity index 100% rename from apps/catalogue/static/jplayer/jplayer.playlist.min.js rename to src/catalogue/static/jplayer/jplayer.playlist.min.js diff --git a/apps/catalogue/static/jplayer/jquery.jplayer.min.js b/src/catalogue/static/jplayer/jquery.jplayer.min.js similarity index 100% rename from apps/catalogue/static/jplayer/jquery.jplayer.min.js rename to src/catalogue/static/jplayer/jquery.jplayer.min.js diff --git a/apps/catalogue/static/player/openplayer.js b/src/catalogue/static/player/openplayer.js similarity index 100% rename from apps/catalogue/static/player/openplayer.js rename to src/catalogue/static/player/openplayer.js diff --git a/apps/catalogue/static/player/player.css b/src/catalogue/static/player/player.css similarity index 100% rename from apps/catalogue/static/player/player.css rename to src/catalogue/static/player/player.css diff --git a/apps/catalogue/static/player/player.js b/src/catalogue/static/player/player.js similarity index 100% rename from apps/catalogue/static/player/player.js rename to src/catalogue/static/player/player.js diff --git a/apps/catalogue/tasks.py b/src/catalogue/tasks.py similarity index 100% rename from apps/catalogue/tasks.py rename to src/catalogue/tasks.py diff --git a/apps/catalogue/templates/catalogue/audiobook_list.html b/src/catalogue/templates/catalogue/audiobook_list.html similarity index 100% rename from apps/catalogue/templates/catalogue/audiobook_list.html rename to src/catalogue/templates/catalogue/audiobook_list.html diff --git a/apps/catalogue/templates/catalogue/book_detail.html b/src/catalogue/templates/catalogue/book_detail.html similarity index 100% rename from apps/catalogue/templates/catalogue/book_detail.html rename to src/catalogue/templates/catalogue/book_detail.html diff --git a/apps/catalogue/templates/catalogue/book_fragments.html b/src/catalogue/templates/catalogue/book_fragments.html similarity index 100% rename from apps/catalogue/templates/catalogue/book_fragments.html rename to src/catalogue/templates/catalogue/book_fragments.html diff --git a/apps/catalogue/templates/catalogue/book_info.html b/src/catalogue/templates/catalogue/book_info.html similarity index 100% rename from apps/catalogue/templates/catalogue/book_info.html rename to src/catalogue/templates/catalogue/book_info.html diff --git a/apps/catalogue/templates/catalogue/book_list.html b/src/catalogue/templates/catalogue/book_list.html similarity index 100% rename from apps/catalogue/templates/catalogue/book_list.html rename to src/catalogue/templates/catalogue/book_list.html diff --git a/apps/catalogue/templates/catalogue/book_mini_box.html b/src/catalogue/templates/catalogue/book_mini_box.html similarity index 100% rename from apps/catalogue/templates/catalogue/book_mini_box.html rename to src/catalogue/templates/catalogue/book_mini_box.html diff --git a/apps/catalogue/templates/catalogue/book_searched.html b/src/catalogue/templates/catalogue/book_searched.html similarity index 100% rename from apps/catalogue/templates/catalogue/book_searched.html rename to src/catalogue/templates/catalogue/book_searched.html diff --git a/apps/catalogue/templates/catalogue/book_short.html b/src/catalogue/templates/catalogue/book_short.html similarity index 100% rename from apps/catalogue/templates/catalogue/book_short.html rename to src/catalogue/templates/catalogue/book_short.html diff --git a/apps/catalogue/templates/catalogue/book_text.html b/src/catalogue/templates/catalogue/book_text.html similarity index 100% rename from apps/catalogue/templates/catalogue/book_text.html rename to src/catalogue/templates/catalogue/book_text.html diff --git a/apps/catalogue/templates/catalogue/book_wide.html b/src/catalogue/templates/catalogue/book_wide.html similarity index 100% rename from apps/catalogue/templates/catalogue/book_wide.html rename to src/catalogue/templates/catalogue/book_wide.html diff --git a/apps/catalogue/templates/catalogue/catalogue.html b/src/catalogue/templates/catalogue/catalogue.html similarity index 100% rename from apps/catalogue/templates/catalogue/catalogue.html rename to src/catalogue/templates/catalogue/catalogue.html diff --git a/apps/catalogue/templates/catalogue/collection.html b/src/catalogue/templates/catalogue/collection.html similarity index 100% rename from apps/catalogue/templates/catalogue/collection.html rename to src/catalogue/templates/catalogue/collection.html diff --git a/apps/catalogue/templates/catalogue/collection_list.html b/src/catalogue/templates/catalogue/collection_list.html similarity index 100% rename from apps/catalogue/templates/catalogue/collection_list.html rename to src/catalogue/templates/catalogue/collection_list.html diff --git a/apps/catalogue/templates/catalogue/daisy_list.html b/src/catalogue/templates/catalogue/daisy_list.html similarity index 100% rename from apps/catalogue/templates/catalogue/daisy_list.html rename to src/catalogue/templates/catalogue/daisy_list.html diff --git a/apps/catalogue/templates/catalogue/differentiate_tags.html b/src/catalogue/templates/catalogue/differentiate_tags.html similarity index 100% rename from apps/catalogue/templates/catalogue/differentiate_tags.html rename to src/catalogue/templates/catalogue/differentiate_tags.html diff --git a/apps/catalogue/templates/catalogue/fragment_promo.html b/src/catalogue/templates/catalogue/fragment_promo.html similarity index 100% rename from apps/catalogue/templates/catalogue/fragment_promo.html rename to src/catalogue/templates/catalogue/fragment_promo.html diff --git a/apps/catalogue/templates/catalogue/fragment_short.html b/src/catalogue/templates/catalogue/fragment_short.html similarity index 100% rename from apps/catalogue/templates/catalogue/fragment_short.html rename to src/catalogue/templates/catalogue/fragment_short.html diff --git a/apps/catalogue/templates/catalogue/inline_tag_list.html b/src/catalogue/templates/catalogue/inline_tag_list.html similarity index 100% rename from apps/catalogue/templates/catalogue/inline_tag_list.html rename to src/catalogue/templates/catalogue/inline_tag_list.html diff --git a/apps/catalogue/templates/catalogue/menu.html b/src/catalogue/templates/catalogue/menu.html similarity index 100% rename from apps/catalogue/templates/catalogue/menu.html rename to src/catalogue/templates/catalogue/menu.html diff --git a/apps/catalogue/templates/catalogue/picture_detail.html b/src/catalogue/templates/catalogue/picture_detail.html similarity index 100% rename from apps/catalogue/templates/catalogue/picture_detail.html rename to src/catalogue/templates/catalogue/picture_detail.html diff --git a/apps/catalogue/templates/catalogue/picture_list.html b/src/catalogue/templates/catalogue/picture_list.html similarity index 100% rename from apps/catalogue/templates/catalogue/picture_list.html rename to src/catalogue/templates/catalogue/picture_list.html diff --git a/apps/catalogue/templates/catalogue/player.html b/src/catalogue/templates/catalogue/player.html similarity index 100% rename from apps/catalogue/templates/catalogue/player.html rename to src/catalogue/templates/catalogue/player.html diff --git a/apps/catalogue/templates/catalogue/recent_audiobooks_list.html b/src/catalogue/templates/catalogue/recent_audiobooks_list.html similarity index 100% rename from apps/catalogue/templates/catalogue/recent_audiobooks_list.html rename to src/catalogue/templates/catalogue/recent_audiobooks_list.html diff --git a/apps/catalogue/templates/catalogue/recent_daisy_list.html b/src/catalogue/templates/catalogue/recent_daisy_list.html similarity index 100% rename from apps/catalogue/templates/catalogue/recent_daisy_list.html rename to src/catalogue/templates/catalogue/recent_daisy_list.html diff --git a/apps/catalogue/templates/catalogue/recent_list.html b/src/catalogue/templates/catalogue/recent_list.html similarity index 100% rename from apps/catalogue/templates/catalogue/recent_list.html rename to src/catalogue/templates/catalogue/recent_list.html diff --git a/apps/catalogue/templates/catalogue/related_books.html b/src/catalogue/templates/catalogue/related_books.html similarity index 100% rename from apps/catalogue/templates/catalogue/related_books.html rename to src/catalogue/templates/catalogue/related_books.html diff --git a/apps/catalogue/templates/catalogue/search_multiple_hits.html b/src/catalogue/templates/catalogue/search_multiple_hits.html similarity index 100% rename from apps/catalogue/templates/catalogue/search_multiple_hits.html rename to src/catalogue/templates/catalogue/search_multiple_hits.html diff --git a/apps/catalogue/templates/catalogue/search_no_hits.html b/src/catalogue/templates/catalogue/search_no_hits.html similarity index 100% rename from apps/catalogue/templates/catalogue/search_no_hits.html rename to src/catalogue/templates/catalogue/search_no_hits.html diff --git a/apps/catalogue/templates/catalogue/search_too_short.html b/src/catalogue/templates/catalogue/search_too_short.html similarity index 100% rename from apps/catalogue/templates/catalogue/search_too_short.html rename to src/catalogue/templates/catalogue/search_too_short.html diff --git a/apps/catalogue/templates/catalogue/snippets/audiobook_list.html b/src/catalogue/templates/catalogue/snippets/audiobook_list.html similarity index 100% rename from apps/catalogue/templates/catalogue/snippets/audiobook_list.html rename to src/catalogue/templates/catalogue/snippets/audiobook_list.html diff --git a/apps/catalogue/templates/catalogue/snippets/book_list.html b/src/catalogue/templates/catalogue/snippets/book_list.html similarity index 100% rename from apps/catalogue/templates/catalogue/snippets/book_list.html rename to src/catalogue/templates/catalogue/snippets/book_list.html diff --git a/apps/catalogue/templates/catalogue/snippets/book_list_nav.html b/src/catalogue/templates/catalogue/snippets/book_list_nav.html similarity index 100% rename from apps/catalogue/templates/catalogue/snippets/book_list_nav.html rename to src/catalogue/templates/catalogue/snippets/book_list_nav.html diff --git a/apps/catalogue/templates/catalogue/snippets/custom_pdf_link_li.html b/src/catalogue/templates/catalogue/snippets/custom_pdf_link_li.html similarity index 100% rename from apps/catalogue/templates/catalogue/snippets/custom_pdf_link_li.html rename to src/catalogue/templates/catalogue/snippets/custom_pdf_link_li.html diff --git a/apps/catalogue/templates/catalogue/snippets/license_icon.html b/src/catalogue/templates/catalogue/snippets/license_icon.html similarity index 100% rename from apps/catalogue/templates/catalogue/snippets/license_icon.html rename to src/catalogue/templates/catalogue/snippets/license_icon.html diff --git a/apps/catalogue/templates/catalogue/tag_list.html b/src/catalogue/templates/catalogue/tag_list.html similarity index 100% rename from apps/catalogue/templates/catalogue/tag_list.html rename to src/catalogue/templates/catalogue/tag_list.html diff --git a/apps/catalogue/templates/catalogue/tag_list_split.html b/src/catalogue/templates/catalogue/tag_list_split.html similarity index 100% rename from apps/catalogue/templates/catalogue/tag_list_split.html rename to src/catalogue/templates/catalogue/tag_list_split.html diff --git a/apps/catalogue/templates/catalogue/tagged_object_list.html b/src/catalogue/templates/catalogue/tagged_object_list.html similarity index 100% rename from apps/catalogue/templates/catalogue/tagged_object_list.html rename to src/catalogue/templates/catalogue/tagged_object_list.html diff --git a/apps/catalogue/templates/catalogue/viewer_base.html b/src/catalogue/templates/catalogue/viewer_base.html similarity index 100% rename from apps/catalogue/templates/catalogue/viewer_base.html rename to src/catalogue/templates/catalogue/viewer_base.html diff --git a/apps/catalogue/templates/catalogue/work-list.html b/src/catalogue/templates/catalogue/work-list.html similarity index 100% rename from apps/catalogue/templates/catalogue/work-list.html rename to src/catalogue/templates/catalogue/work-list.html diff --git a/apps/catalogue/templatetags/__init__.py b/src/catalogue/templatetags/__init__.py similarity index 100% rename from apps/catalogue/templatetags/__init__.py rename to src/catalogue/templatetags/__init__.py diff --git a/apps/catalogue/templatetags/catalogue_tags.py b/src/catalogue/templatetags/catalogue_tags.py similarity index 100% rename from apps/catalogue/templatetags/catalogue_tags.py rename to src/catalogue/templatetags/catalogue_tags.py diff --git a/apps/catalogue/test_utils.py b/src/catalogue/test_utils.py similarity index 100% rename from apps/catalogue/test_utils.py rename to src/catalogue/test_utils.py diff --git a/apps/catalogue/tests/__init__.py b/src/catalogue/tests/__init__.py similarity index 100% rename from apps/catalogue/tests/__init__.py rename to src/catalogue/tests/__init__.py diff --git a/apps/catalogue/tests/book_import.py b/src/catalogue/tests/book_import.py similarity index 100% rename from apps/catalogue/tests/book_import.py rename to src/catalogue/tests/book_import.py diff --git a/apps/catalogue/tests/bookmedia.py b/src/catalogue/tests/bookmedia.py similarity index 100% rename from apps/catalogue/tests/bookmedia.py rename to src/catalogue/tests/bookmedia.py diff --git a/apps/catalogue/tests/cover.py b/src/catalogue/tests/cover.py similarity index 100% rename from apps/catalogue/tests/cover.py rename to src/catalogue/tests/cover.py diff --git a/apps/catalogue/tests/files/fraszka-do-anusie.xml b/src/catalogue/tests/files/fraszka-do-anusie.xml similarity index 100% rename from apps/catalogue/tests/files/fraszka-do-anusie.xml rename to src/catalogue/tests/files/fraszka-do-anusie.xml diff --git a/apps/catalogue/tests/files/fraszki.xml b/src/catalogue/tests/files/fraszki.xml similarity index 100% rename from apps/catalogue/tests/files/fraszki.xml rename to src/catalogue/tests/files/fraszki.xml diff --git a/apps/catalogue/tests/search.py b/src/catalogue/tests/search.py similarity index 100% rename from apps/catalogue/tests/search.py rename to src/catalogue/tests/search.py diff --git a/apps/catalogue/tests/tags.py b/src/catalogue/tests/tags.py similarity index 100% rename from apps/catalogue/tests/tags.py rename to src/catalogue/tests/tags.py diff --git a/apps/catalogue/tests/templatetags.py b/src/catalogue/tests/templatetags.py similarity index 100% rename from apps/catalogue/tests/templatetags.py rename to src/catalogue/tests/templatetags.py diff --git a/apps/catalogue/tests/visit.py b/src/catalogue/tests/visit.py similarity index 100% rename from apps/catalogue/tests/visit.py rename to src/catalogue/tests/visit.py diff --git a/apps/catalogue/translation.py b/src/catalogue/translation.py similarity index 100% rename from apps/catalogue/translation.py rename to src/catalogue/translation.py diff --git a/apps/catalogue/urls.py b/src/catalogue/urls.py similarity index 100% rename from apps/catalogue/urls.py rename to src/catalogue/urls.py diff --git a/apps/catalogue/utils.py b/src/catalogue/utils.py similarity index 100% rename from apps/catalogue/utils.py rename to src/catalogue/utils.py diff --git a/apps/catalogue/views.py b/src/catalogue/views.py similarity index 100% rename from apps/catalogue/views.py rename to src/catalogue/views.py diff --git a/apps/chunks/__init__.py b/src/chunks/__init__.py similarity index 100% rename from apps/chunks/__init__.py rename to src/chunks/__init__.py diff --git a/apps/chunks/admin.py b/src/chunks/admin.py similarity index 100% rename from apps/chunks/admin.py rename to src/chunks/admin.py diff --git a/apps/chunks/locale/de/LC_MESSAGES/django.mo b/src/chunks/locale/de/LC_MESSAGES/django.mo similarity index 100% rename from apps/chunks/locale/de/LC_MESSAGES/django.mo rename to src/chunks/locale/de/LC_MESSAGES/django.mo diff --git a/apps/chunks/locale/de/LC_MESSAGES/django.po b/src/chunks/locale/de/LC_MESSAGES/django.po similarity index 100% rename from apps/chunks/locale/de/LC_MESSAGES/django.po rename to src/chunks/locale/de/LC_MESSAGES/django.po diff --git a/apps/chunks/locale/en/LC_MESSAGES/django.mo b/src/chunks/locale/en/LC_MESSAGES/django.mo similarity index 100% rename from apps/chunks/locale/en/LC_MESSAGES/django.mo rename to src/chunks/locale/en/LC_MESSAGES/django.mo diff --git a/apps/chunks/locale/en/LC_MESSAGES/django.po b/src/chunks/locale/en/LC_MESSAGES/django.po similarity index 100% rename from apps/chunks/locale/en/LC_MESSAGES/django.po rename to src/chunks/locale/en/LC_MESSAGES/django.po diff --git a/apps/chunks/locale/es/LC_MESSAGES/django.mo b/src/chunks/locale/es/LC_MESSAGES/django.mo similarity index 100% rename from apps/chunks/locale/es/LC_MESSAGES/django.mo rename to src/chunks/locale/es/LC_MESSAGES/django.mo diff --git a/apps/chunks/locale/es/LC_MESSAGES/django.po b/src/chunks/locale/es/LC_MESSAGES/django.po similarity index 100% rename from apps/chunks/locale/es/LC_MESSAGES/django.po rename to src/chunks/locale/es/LC_MESSAGES/django.po diff --git a/apps/chunks/locale/fr/LC_MESSAGES/django.mo b/src/chunks/locale/fr/LC_MESSAGES/django.mo similarity index 100% rename from apps/chunks/locale/fr/LC_MESSAGES/django.mo rename to src/chunks/locale/fr/LC_MESSAGES/django.mo diff --git a/apps/chunks/locale/fr/LC_MESSAGES/django.po b/src/chunks/locale/fr/LC_MESSAGES/django.po similarity index 100% rename from apps/chunks/locale/fr/LC_MESSAGES/django.po rename to src/chunks/locale/fr/LC_MESSAGES/django.po diff --git a/apps/chunks/locale/it/LC_MESSAGES/django.mo b/src/chunks/locale/it/LC_MESSAGES/django.mo similarity index 100% rename from apps/chunks/locale/it/LC_MESSAGES/django.mo rename to src/chunks/locale/it/LC_MESSAGES/django.mo diff --git a/apps/chunks/locale/it/LC_MESSAGES/django.po b/src/chunks/locale/it/LC_MESSAGES/django.po similarity index 100% rename from apps/chunks/locale/it/LC_MESSAGES/django.po rename to src/chunks/locale/it/LC_MESSAGES/django.po diff --git a/apps/chunks/locale/jp/LC_MESSAGES/django.mo b/src/chunks/locale/jp/LC_MESSAGES/django.mo similarity index 100% rename from apps/chunks/locale/jp/LC_MESSAGES/django.mo rename to src/chunks/locale/jp/LC_MESSAGES/django.mo diff --git a/apps/chunks/locale/jp/LC_MESSAGES/django.po b/src/chunks/locale/jp/LC_MESSAGES/django.po similarity index 100% rename from apps/chunks/locale/jp/LC_MESSAGES/django.po rename to src/chunks/locale/jp/LC_MESSAGES/django.po diff --git a/apps/chunks/locale/lt/LC_MESSAGES/django.mo b/src/chunks/locale/lt/LC_MESSAGES/django.mo similarity index 100% rename from apps/chunks/locale/lt/LC_MESSAGES/django.mo rename to src/chunks/locale/lt/LC_MESSAGES/django.mo diff --git a/apps/chunks/locale/lt/LC_MESSAGES/django.po b/src/chunks/locale/lt/LC_MESSAGES/django.po similarity index 100% rename from apps/chunks/locale/lt/LC_MESSAGES/django.po rename to src/chunks/locale/lt/LC_MESSAGES/django.po diff --git a/apps/chunks/locale/pl/LC_MESSAGES/django.mo b/src/chunks/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/chunks/locale/pl/LC_MESSAGES/django.mo rename to src/chunks/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/chunks/locale/pl/LC_MESSAGES/django.po b/src/chunks/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/chunks/locale/pl/LC_MESSAGES/django.po rename to src/chunks/locale/pl/LC_MESSAGES/django.po diff --git a/apps/chunks/locale/ru/LC_MESSAGES/django.mo b/src/chunks/locale/ru/LC_MESSAGES/django.mo similarity index 100% rename from apps/chunks/locale/ru/LC_MESSAGES/django.mo rename to src/chunks/locale/ru/LC_MESSAGES/django.mo diff --git a/apps/chunks/locale/ru/LC_MESSAGES/django.po b/src/chunks/locale/ru/LC_MESSAGES/django.po similarity index 100% rename from apps/chunks/locale/ru/LC_MESSAGES/django.po rename to src/chunks/locale/ru/LC_MESSAGES/django.po diff --git a/apps/chunks/locale/uk/LC_MESSAGES/django.mo b/src/chunks/locale/uk/LC_MESSAGES/django.mo similarity index 100% rename from apps/chunks/locale/uk/LC_MESSAGES/django.mo rename to src/chunks/locale/uk/LC_MESSAGES/django.mo diff --git a/apps/chunks/locale/uk/LC_MESSAGES/django.po b/src/chunks/locale/uk/LC_MESSAGES/django.po similarity index 100% rename from apps/chunks/locale/uk/LC_MESSAGES/django.po rename to src/chunks/locale/uk/LC_MESSAGES/django.po diff --git a/apps/chunks/migrations/0001_initial.py b/src/chunks/migrations/0001_initial.py similarity index 100% rename from apps/chunks/migrations/0001_initial.py rename to src/chunks/migrations/0001_initial.py diff --git a/apps/chunks/migrations/0002_auto_20140911_1253.py b/src/chunks/migrations/0002_auto_20140911_1253.py similarity index 100% rename from apps/chunks/migrations/0002_auto_20140911_1253.py rename to src/chunks/migrations/0002_auto_20140911_1253.py diff --git a/apps/chunks/migrations/0003_auto_20151221_1225.py b/src/chunks/migrations/0003_auto_20151221_1225.py similarity index 100% rename from apps/chunks/migrations/0003_auto_20151221_1225.py rename to src/chunks/migrations/0003_auto_20151221_1225.py diff --git a/apps/chunks/migrations/__init__.py b/src/chunks/migrations/__init__.py similarity index 100% rename from apps/chunks/migrations/__init__.py rename to src/chunks/migrations/__init__.py diff --git a/apps/chunks/models.py b/src/chunks/models.py similarity index 100% rename from apps/chunks/models.py rename to src/chunks/models.py diff --git a/apps/chunks/translation.py b/src/chunks/translation.py similarity index 100% rename from apps/chunks/translation.py rename to src/chunks/translation.py diff --git a/apps/chunks/urls.py b/src/chunks/urls.py similarity index 100% rename from apps/chunks/urls.py rename to src/chunks/urls.py diff --git a/apps/chunks/views.py b/src/chunks/views.py similarity index 100% rename from apps/chunks/views.py rename to src/chunks/views.py diff --git a/apps/dictionary/__init__.py b/src/dictionary/__init__.py similarity index 100% rename from apps/dictionary/__init__.py rename to src/dictionary/__init__.py diff --git a/apps/dictionary/constants.py b/src/dictionary/constants.py similarity index 100% rename from apps/dictionary/constants.py rename to src/dictionary/constants.py diff --git a/apps/dictionary/locale/pl/LC_MESSAGES/django.mo b/src/dictionary/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/dictionary/locale/pl/LC_MESSAGES/django.mo rename to src/dictionary/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/dictionary/locale/pl/LC_MESSAGES/django.po b/src/dictionary/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/dictionary/locale/pl/LC_MESSAGES/django.po rename to src/dictionary/locale/pl/LC_MESSAGES/django.po diff --git a/apps/dictionary/migrations/0001_initial.py b/src/dictionary/migrations/0001_initial.py similarity index 100% rename from apps/dictionary/migrations/0001_initial.py rename to src/dictionary/migrations/0001_initial.py diff --git a/apps/dictionary/migrations/0002_auto_20141006_1422.py b/src/dictionary/migrations/0002_auto_20141006_1422.py similarity index 100% rename from apps/dictionary/migrations/0002_auto_20141006_1422.py rename to src/dictionary/migrations/0002_auto_20141006_1422.py diff --git a/apps/dictionary/migrations/0003_auto_20141023_1445.py b/src/dictionary/migrations/0003_auto_20141023_1445.py similarity index 100% rename from apps/dictionary/migrations/0003_auto_20141023_1445.py rename to src/dictionary/migrations/0003_auto_20141023_1445.py diff --git a/apps/dictionary/migrations/0004_auto_20151221_1225.py b/src/dictionary/migrations/0004_auto_20151221_1225.py similarity index 100% rename from apps/dictionary/migrations/0004_auto_20151221_1225.py rename to src/dictionary/migrations/0004_auto_20151221_1225.py diff --git a/apps/dictionary/migrations/__init__.py b/src/dictionary/migrations/__init__.py similarity index 100% rename from apps/dictionary/migrations/__init__.py rename to src/dictionary/migrations/__init__.py diff --git a/apps/dictionary/models.py b/src/dictionary/models.py similarity index 100% rename from apps/dictionary/models.py rename to src/dictionary/models.py diff --git a/apps/dictionary/templates/dictionary/note_list.html b/src/dictionary/templates/dictionary/note_list.html similarity index 100% rename from apps/dictionary/templates/dictionary/note_list.html rename to src/dictionary/templates/dictionary/note_list.html diff --git a/apps/dictionary/templatetags/__init__.py b/src/dictionary/templatetags/__init__.py similarity index 100% rename from apps/dictionary/templatetags/__init__.py rename to src/dictionary/templatetags/__init__.py diff --git a/apps/dictionary/templatetags/set_get.py b/src/dictionary/templatetags/set_get.py similarity index 100% rename from apps/dictionary/templatetags/set_get.py rename to src/dictionary/templatetags/set_get.py diff --git a/apps/dictionary/tests.py b/src/dictionary/tests.py similarity index 100% rename from apps/dictionary/tests.py rename to src/dictionary/tests.py diff --git a/apps/dictionary/urls.py b/src/dictionary/urls.py similarity index 100% rename from apps/dictionary/urls.py rename to src/dictionary/urls.py diff --git a/apps/dictionary/views.py b/src/dictionary/views.py similarity index 100% rename from apps/dictionary/views.py rename to src/dictionary/views.py diff --git a/apps/funding/__init__.py b/src/funding/__init__.py similarity index 100% rename from apps/funding/__init__.py rename to src/funding/__init__.py diff --git a/apps/funding/admin.py b/src/funding/admin.py similarity index 100% rename from apps/funding/admin.py rename to src/funding/admin.py diff --git a/apps/funding/forms.py b/src/funding/forms.py similarity index 100% rename from apps/funding/forms.py rename to src/funding/forms.py diff --git a/apps/funding/locale/pl/LC_MESSAGES/django.mo b/src/funding/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/funding/locale/pl/LC_MESSAGES/django.mo rename to src/funding/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/funding/locale/pl/LC_MESSAGES/django.po b/src/funding/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/funding/locale/pl/LC_MESSAGES/django.po rename to src/funding/locale/pl/LC_MESSAGES/django.po diff --git a/apps/funding/management/__init__.py b/src/funding/management/__init__.py similarity index 100% rename from apps/funding/management/__init__.py rename to src/funding/management/__init__.py diff --git a/apps/funding/management/commands/__init__.py b/src/funding/management/commands/__init__.py similarity index 100% rename from apps/funding/management/commands/__init__.py rename to src/funding/management/commands/__init__.py diff --git a/apps/funding/management/commands/funding_notify.py b/src/funding/management/commands/funding_notify.py similarity index 100% rename from apps/funding/management/commands/funding_notify.py rename to src/funding/management/commands/funding_notify.py diff --git a/apps/funding/migrations/0001_initial.py b/src/funding/migrations/0001_initial.py similarity index 100% rename from apps/funding/migrations/0001_initial.py rename to src/funding/migrations/0001_initial.py diff --git a/apps/funding/migrations/0002_auto_20151221_1225.py b/src/funding/migrations/0002_auto_20151221_1225.py similarity index 100% rename from apps/funding/migrations/0002_auto_20151221_1225.py rename to src/funding/migrations/0002_auto_20151221_1225.py diff --git a/apps/funding/migrations/__init__.py b/src/funding/migrations/__init__.py similarity index 100% rename from apps/funding/migrations/__init__.py rename to src/funding/migrations/__init__.py diff --git a/apps/funding/models.py b/src/funding/models.py similarity index 100% rename from apps/funding/models.py rename to src/funding/models.py diff --git a/apps/funding/static/funding/funding.js b/src/funding/static/funding/funding.js similarity index 100% rename from apps/funding/static/funding/funding.js rename to src/funding/static/funding/funding.js diff --git a/apps/funding/templates/admin/funding/offer/change_form.html b/src/funding/templates/admin/funding/offer/change_form.html similarity index 100% rename from apps/funding/templates/admin/funding/offer/change_form.html rename to src/funding/templates/admin/funding/offer/change_form.html diff --git a/apps/funding/templates/funding/disable_notifications.html b/src/funding/templates/funding/disable_notifications.html similarity index 100% rename from apps/funding/templates/funding/disable_notifications.html rename to src/funding/templates/funding/disable_notifications.html diff --git a/apps/funding/templates/funding/email/base.txt b/src/funding/templates/funding/email/base.txt similarity index 100% rename from apps/funding/templates/funding/email/base.txt rename to src/funding/templates/funding/email/base.txt diff --git a/apps/funding/templates/funding/email/end.txt b/src/funding/templates/funding/email/end.txt similarity index 100% rename from apps/funding/templates/funding/email/end.txt rename to src/funding/templates/funding/email/end.txt diff --git a/apps/funding/templates/funding/email/near.txt b/src/funding/templates/funding/email/near.txt similarity index 100% rename from apps/funding/templates/funding/email/near.txt rename to src/funding/templates/funding/email/near.txt diff --git a/apps/funding/templates/funding/email/published.txt b/src/funding/templates/funding/email/published.txt similarity index 100% rename from apps/funding/templates/funding/email/published.txt rename to src/funding/templates/funding/email/published.txt diff --git a/apps/funding/templates/funding/email/thanks.txt b/src/funding/templates/funding/email/thanks.txt similarity index 100% rename from apps/funding/templates/funding/email/thanks.txt rename to src/funding/templates/funding/email/thanks.txt diff --git a/apps/funding/templates/funding/includes/funding.html b/src/funding/templates/funding/includes/funding.html similarity index 100% rename from apps/funding/templates/funding/includes/funding.html rename to src/funding/templates/funding/includes/funding.html diff --git a/apps/funding/templates/funding/includes/fundings.html b/src/funding/templates/funding/includes/fundings.html similarity index 100% rename from apps/funding/templates/funding/includes/fundings.html rename to src/funding/templates/funding/includes/fundings.html diff --git a/apps/funding/templates/funding/includes/offer_status.html b/src/funding/templates/funding/includes/offer_status.html similarity index 100% rename from apps/funding/templates/funding/includes/offer_status.html rename to src/funding/templates/funding/includes/offer_status.html diff --git a/apps/funding/templates/funding/includes/offer_status_more.html b/src/funding/templates/funding/includes/offer_status_more.html similarity index 100% rename from apps/funding/templates/funding/includes/offer_status_more.html rename to src/funding/templates/funding/includes/offer_status_more.html diff --git a/apps/funding/templates/funding/no_thanks.html b/src/funding/templates/funding/no_thanks.html similarity index 100% rename from apps/funding/templates/funding/no_thanks.html rename to src/funding/templates/funding/no_thanks.html diff --git a/apps/funding/templates/funding/offer_detail.html b/src/funding/templates/funding/offer_detail.html similarity index 100% rename from apps/funding/templates/funding/offer_detail.html rename to src/funding/templates/funding/offer_detail.html diff --git a/apps/funding/templates/funding/offer_list.html b/src/funding/templates/funding/offer_list.html similarity index 100% rename from apps/funding/templates/funding/offer_list.html rename to src/funding/templates/funding/offer_list.html diff --git a/apps/funding/templates/funding/snippets/any_remaining.html b/src/funding/templates/funding/snippets/any_remaining.html similarity index 100% rename from apps/funding/templates/funding/snippets/any_remaining.html rename to src/funding/templates/funding/snippets/any_remaining.html diff --git a/apps/funding/templates/funding/thanks.html b/src/funding/templates/funding/thanks.html similarity index 100% rename from apps/funding/templates/funding/thanks.html rename to src/funding/templates/funding/thanks.html diff --git a/apps/funding/templates/funding/widgets/amount.html b/src/funding/templates/funding/widgets/amount.html similarity index 100% rename from apps/funding/templates/funding/widgets/amount.html rename to src/funding/templates/funding/widgets/amount.html diff --git a/apps/funding/templates/funding/wlfund.html b/src/funding/templates/funding/wlfund.html similarity index 100% rename from apps/funding/templates/funding/wlfund.html rename to src/funding/templates/funding/wlfund.html diff --git a/apps/funding/templatetags/__init__.py b/src/funding/templatetags/__init__.py similarity index 100% rename from apps/funding/templatetags/__init__.py rename to src/funding/templatetags/__init__.py diff --git a/apps/funding/templatetags/funding_tags.py b/src/funding/templatetags/funding_tags.py similarity index 100% rename from apps/funding/templatetags/funding_tags.py rename to src/funding/templatetags/funding_tags.py diff --git a/apps/funding/tests.py b/src/funding/tests.py similarity index 100% rename from apps/funding/tests.py rename to src/funding/tests.py diff --git a/apps/funding/urls.py b/src/funding/urls.py similarity index 100% rename from apps/funding/urls.py rename to src/funding/urls.py diff --git a/apps/funding/utils.py b/src/funding/utils.py similarity index 100% rename from apps/funding/utils.py rename to src/funding/utils.py diff --git a/apps/funding/views.py b/src/funding/views.py similarity index 100% rename from apps/funding/views.py rename to src/funding/views.py diff --git a/apps/funding/widgets.py b/src/funding/widgets.py similarity index 100% rename from apps/funding/widgets.py rename to src/funding/widgets.py diff --git a/apps/infopages/__init__.py b/src/infopages/__init__.py similarity index 100% rename from apps/infopages/__init__.py rename to src/infopages/__init__.py diff --git a/apps/infopages/admin.py b/src/infopages/admin.py similarity index 100% rename from apps/infopages/admin.py rename to src/infopages/admin.py diff --git a/apps/infopages/fixtures/infopages.json b/src/infopages/fixtures/infopages.json similarity index 100% rename from apps/infopages/fixtures/infopages.json rename to src/infopages/fixtures/infopages.json diff --git a/apps/infopages/locale/de/LC_MESSAGES/django.mo b/src/infopages/locale/de/LC_MESSAGES/django.mo similarity index 100% rename from apps/infopages/locale/de/LC_MESSAGES/django.mo rename to src/infopages/locale/de/LC_MESSAGES/django.mo diff --git a/apps/infopages/locale/de/LC_MESSAGES/django.po b/src/infopages/locale/de/LC_MESSAGES/django.po similarity index 100% rename from apps/infopages/locale/de/LC_MESSAGES/django.po rename to src/infopages/locale/de/LC_MESSAGES/django.po diff --git a/apps/infopages/locale/es/LC_MESSAGES/django.mo b/src/infopages/locale/es/LC_MESSAGES/django.mo similarity index 100% rename from apps/infopages/locale/es/LC_MESSAGES/django.mo rename to src/infopages/locale/es/LC_MESSAGES/django.mo diff --git a/apps/infopages/locale/es/LC_MESSAGES/django.po b/src/infopages/locale/es/LC_MESSAGES/django.po similarity index 100% rename from apps/infopages/locale/es/LC_MESSAGES/django.po rename to src/infopages/locale/es/LC_MESSAGES/django.po diff --git a/apps/infopages/locale/pl/LC_MESSAGES/django.mo b/src/infopages/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/infopages/locale/pl/LC_MESSAGES/django.mo rename to src/infopages/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/infopages/locale/pl/LC_MESSAGES/django.po b/src/infopages/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/infopages/locale/pl/LC_MESSAGES/django.po rename to src/infopages/locale/pl/LC_MESSAGES/django.po diff --git a/apps/infopages/locale/uk/LC_MESSAGES/django.mo b/src/infopages/locale/uk/LC_MESSAGES/django.mo similarity index 100% rename from apps/infopages/locale/uk/LC_MESSAGES/django.mo rename to src/infopages/locale/uk/LC_MESSAGES/django.mo diff --git a/apps/infopages/locale/uk/LC_MESSAGES/django.po b/src/infopages/locale/uk/LC_MESSAGES/django.po similarity index 100% rename from apps/infopages/locale/uk/LC_MESSAGES/django.po rename to src/infopages/locale/uk/LC_MESSAGES/django.po diff --git a/apps/infopages/migrations/0001_initial.py b/src/infopages/migrations/0001_initial.py similarity index 100% rename from apps/infopages/migrations/0001_initial.py rename to src/infopages/migrations/0001_initial.py diff --git a/apps/infopages/migrations/0002_auto_20151221_1225.py b/src/infopages/migrations/0002_auto_20151221_1225.py similarity index 100% rename from apps/infopages/migrations/0002_auto_20151221_1225.py rename to src/infopages/migrations/0002_auto_20151221_1225.py diff --git a/apps/infopages/migrations/__init__.py b/src/infopages/migrations/__init__.py similarity index 100% rename from apps/infopages/migrations/__init__.py rename to src/infopages/migrations/__init__.py diff --git a/apps/infopages/models.py b/src/infopages/models.py similarity index 100% rename from apps/infopages/models.py rename to src/infopages/models.py diff --git a/apps/infopages/templates/infopages/infopage.html b/src/infopages/templates/infopages/infopage.html similarity index 100% rename from apps/infopages/templates/infopages/infopage.html rename to src/infopages/templates/infopages/infopage.html diff --git a/apps/infopages/templates/infopages/on_main.html b/src/infopages/templates/infopages/on_main.html similarity index 100% rename from apps/infopages/templates/infopages/on_main.html rename to src/infopages/templates/infopages/on_main.html diff --git a/apps/infopages/templatetags/__init__.py b/src/infopages/templatetags/__init__.py similarity index 100% rename from apps/infopages/templatetags/__init__.py rename to src/infopages/templatetags/__init__.py diff --git a/apps/infopages/templatetags/infopages_tags.py b/src/infopages/templatetags/infopages_tags.py similarity index 100% rename from apps/infopages/templatetags/infopages_tags.py rename to src/infopages/templatetags/infopages_tags.py diff --git a/apps/infopages/translation.py b/src/infopages/translation.py similarity index 100% rename from apps/infopages/translation.py rename to src/infopages/translation.py diff --git a/apps/infopages/urls.py b/src/infopages/urls.py similarity index 100% rename from apps/infopages/urls.py rename to src/infopages/urls.py diff --git a/apps/infopages/views.py b/src/infopages/views.py similarity index 100% rename from apps/infopages/views.py rename to src/infopages/views.py diff --git a/apps/lesmianator/__init__.py b/src/lesmianator/__init__.py similarity index 100% rename from apps/lesmianator/__init__.py rename to src/lesmianator/__init__.py diff --git a/apps/lesmianator/locale/pl/LC_MESSAGES/django.mo b/src/lesmianator/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/lesmianator/locale/pl/LC_MESSAGES/django.mo rename to src/lesmianator/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/lesmianator/locale/pl/LC_MESSAGES/django.po b/src/lesmianator/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/lesmianator/locale/pl/LC_MESSAGES/django.po rename to src/lesmianator/locale/pl/LC_MESSAGES/django.po diff --git a/apps/lesmianator/management/__init__.py b/src/lesmianator/management/__init__.py similarity index 100% rename from apps/lesmianator/management/__init__.py rename to src/lesmianator/management/__init__.py diff --git a/apps/lesmianator/management/commands/__init__.py b/src/lesmianator/management/commands/__init__.py similarity index 100% rename from apps/lesmianator/management/commands/__init__.py rename to src/lesmianator/management/commands/__init__.py diff --git a/apps/lesmianator/management/commands/lesmianator.py b/src/lesmianator/management/commands/lesmianator.py similarity index 100% rename from apps/lesmianator/management/commands/lesmianator.py rename to src/lesmianator/management/commands/lesmianator.py diff --git a/apps/lesmianator/migrations/0001_initial.py b/src/lesmianator/migrations/0001_initial.py similarity index 100% rename from apps/lesmianator/migrations/0001_initial.py rename to src/lesmianator/migrations/0001_initial.py diff --git a/apps/lesmianator/migrations/0002_auto_20151221_1225.py b/src/lesmianator/migrations/0002_auto_20151221_1225.py similarity index 100% rename from apps/lesmianator/migrations/0002_auto_20151221_1225.py rename to src/lesmianator/migrations/0002_auto_20151221_1225.py diff --git a/apps/lesmianator/migrations/__init__.py b/src/lesmianator/migrations/__init__.py similarity index 100% rename from apps/lesmianator/migrations/__init__.py rename to src/lesmianator/migrations/__init__.py diff --git a/apps/lesmianator/models.py b/src/lesmianator/models.py similarity index 100% rename from apps/lesmianator/models.py rename to src/lesmianator/models.py diff --git a/apps/lesmianator/templates/lesmianator/lesmianator.html b/src/lesmianator/templates/lesmianator/lesmianator.html similarity index 100% rename from apps/lesmianator/templates/lesmianator/lesmianator.html rename to src/lesmianator/templates/lesmianator/lesmianator.html diff --git a/apps/lesmianator/templates/lesmianator/poem.html b/src/lesmianator/templates/lesmianator/poem.html similarity index 100% rename from apps/lesmianator/templates/lesmianator/poem.html rename to src/lesmianator/templates/lesmianator/poem.html diff --git a/apps/lesmianator/urls.py b/src/lesmianator/urls.py similarity index 100% rename from apps/lesmianator/urls.py rename to src/lesmianator/urls.py diff --git a/apps/lesmianator/views.py b/src/lesmianator/views.py similarity index 100% rename from apps/lesmianator/views.py rename to src/lesmianator/views.py diff --git a/apps/libraries/__init__.py b/src/libraries/__init__.py similarity index 100% rename from apps/libraries/__init__.py rename to src/libraries/__init__.py diff --git a/apps/libraries/admin.py b/src/libraries/admin.py similarity index 100% rename from apps/libraries/admin.py rename to src/libraries/admin.py diff --git a/apps/libraries/locale/pl/LC_MESSAGES/django.mo b/src/libraries/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/libraries/locale/pl/LC_MESSAGES/django.mo rename to src/libraries/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/libraries/locale/pl/LC_MESSAGES/django.po b/src/libraries/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/libraries/locale/pl/LC_MESSAGES/django.po rename to src/libraries/locale/pl/LC_MESSAGES/django.po diff --git a/apps/libraries/migrations/0001_initial.py b/src/libraries/migrations/0001_initial.py similarity index 100% rename from apps/libraries/migrations/0001_initial.py rename to src/libraries/migrations/0001_initial.py diff --git a/apps/libraries/migrations/0002_auto_20151221_1225.py b/src/libraries/migrations/0002_auto_20151221_1225.py similarity index 100% rename from apps/libraries/migrations/0002_auto_20151221_1225.py rename to src/libraries/migrations/0002_auto_20151221_1225.py diff --git a/apps/libraries/migrations/__init__.py b/src/libraries/migrations/__init__.py similarity index 100% rename from apps/libraries/migrations/__init__.py rename to src/libraries/migrations/__init__.py diff --git a/apps/libraries/models.py b/src/libraries/models.py similarity index 100% rename from apps/libraries/models.py rename to src/libraries/models.py diff --git a/apps/libraries/templates/libraries/catalog_view.html b/src/libraries/templates/libraries/catalog_view.html similarity index 100% rename from apps/libraries/templates/libraries/catalog_view.html rename to src/libraries/templates/libraries/catalog_view.html diff --git a/apps/libraries/templates/libraries/library_view.html b/src/libraries/templates/libraries/library_view.html similarity index 100% rename from apps/libraries/templates/libraries/library_view.html rename to src/libraries/templates/libraries/library_view.html diff --git a/apps/libraries/templates/libraries/main_view.html b/src/libraries/templates/libraries/main_view.html similarity index 100% rename from apps/libraries/templates/libraries/main_view.html rename to src/libraries/templates/libraries/main_view.html diff --git a/apps/libraries/urls.py b/src/libraries/urls.py similarity index 100% rename from apps/libraries/urls.py rename to src/libraries/urls.py diff --git a/apps/libraries/views.py b/src/libraries/views.py similarity index 100% rename from apps/libraries/views.py rename to src/libraries/views.py diff --git a/manage.py b/src/manage.py similarity index 76% rename from manage.py rename to src/manage.py index a03a13a7c..c1c055b1e 100755 --- a/manage.py +++ b/src/manage.py @@ -4,9 +4,7 @@ import sys ROOT = os.path.dirname(os.path.abspath(__file__)) sys.path = [ - os.path.join(ROOT, 'apps'), - os.path.join(ROOT, 'lib'), - os.path.join(ROOT, 'lib/librarian'), + os.path.join(ROOT, '../lib/librarian'), ] + sys.path if __name__ == "__main__": diff --git a/apps/newtagging/__init__.py b/src/newtagging/__init__.py similarity index 100% rename from apps/newtagging/__init__.py rename to src/newtagging/__init__.py diff --git a/apps/newtagging/admin.py b/src/newtagging/admin.py similarity index 100% rename from apps/newtagging/admin.py rename to src/newtagging/admin.py diff --git a/apps/newtagging/locale/de/LC_MESSAGES/django.mo b/src/newtagging/locale/de/LC_MESSAGES/django.mo similarity index 100% rename from apps/newtagging/locale/de/LC_MESSAGES/django.mo rename to src/newtagging/locale/de/LC_MESSAGES/django.mo diff --git a/apps/newtagging/locale/de/LC_MESSAGES/django.po b/src/newtagging/locale/de/LC_MESSAGES/django.po similarity index 100% rename from apps/newtagging/locale/de/LC_MESSAGES/django.po rename to src/newtagging/locale/de/LC_MESSAGES/django.po diff --git a/apps/newtagging/locale/en/LC_MESSAGES/django.mo b/src/newtagging/locale/en/LC_MESSAGES/django.mo similarity index 100% rename from apps/newtagging/locale/en/LC_MESSAGES/django.mo rename to src/newtagging/locale/en/LC_MESSAGES/django.mo diff --git a/apps/newtagging/locale/en/LC_MESSAGES/django.po b/src/newtagging/locale/en/LC_MESSAGES/django.po similarity index 100% rename from apps/newtagging/locale/en/LC_MESSAGES/django.po rename to src/newtagging/locale/en/LC_MESSAGES/django.po diff --git a/apps/newtagging/locale/es/LC_MESSAGES/django.mo b/src/newtagging/locale/es/LC_MESSAGES/django.mo similarity index 100% rename from apps/newtagging/locale/es/LC_MESSAGES/django.mo rename to src/newtagging/locale/es/LC_MESSAGES/django.mo diff --git a/apps/newtagging/locale/es/LC_MESSAGES/django.po b/src/newtagging/locale/es/LC_MESSAGES/django.po similarity index 100% rename from apps/newtagging/locale/es/LC_MESSAGES/django.po rename to src/newtagging/locale/es/LC_MESSAGES/django.po diff --git a/apps/newtagging/locale/fr/LC_MESSAGES/django.mo b/src/newtagging/locale/fr/LC_MESSAGES/django.mo similarity index 100% rename from apps/newtagging/locale/fr/LC_MESSAGES/django.mo rename to src/newtagging/locale/fr/LC_MESSAGES/django.mo diff --git a/apps/newtagging/locale/fr/LC_MESSAGES/django.po b/src/newtagging/locale/fr/LC_MESSAGES/django.po similarity index 100% rename from apps/newtagging/locale/fr/LC_MESSAGES/django.po rename to src/newtagging/locale/fr/LC_MESSAGES/django.po diff --git a/apps/newtagging/locale/it/LC_MESSAGES/django.mo b/src/newtagging/locale/it/LC_MESSAGES/django.mo similarity index 100% rename from apps/newtagging/locale/it/LC_MESSAGES/django.mo rename to src/newtagging/locale/it/LC_MESSAGES/django.mo diff --git a/apps/newtagging/locale/it/LC_MESSAGES/django.po b/src/newtagging/locale/it/LC_MESSAGES/django.po similarity index 100% rename from apps/newtagging/locale/it/LC_MESSAGES/django.po rename to src/newtagging/locale/it/LC_MESSAGES/django.po diff --git a/apps/newtagging/locale/jp/LC_MESSAGES/django.mo b/src/newtagging/locale/jp/LC_MESSAGES/django.mo similarity index 100% rename from apps/newtagging/locale/jp/LC_MESSAGES/django.mo rename to src/newtagging/locale/jp/LC_MESSAGES/django.mo diff --git a/apps/newtagging/locale/jp/LC_MESSAGES/django.po b/src/newtagging/locale/jp/LC_MESSAGES/django.po similarity index 100% rename from apps/newtagging/locale/jp/LC_MESSAGES/django.po rename to src/newtagging/locale/jp/LC_MESSAGES/django.po diff --git a/apps/newtagging/locale/lt/LC_MESSAGES/django.mo b/src/newtagging/locale/lt/LC_MESSAGES/django.mo similarity index 100% rename from apps/newtagging/locale/lt/LC_MESSAGES/django.mo rename to src/newtagging/locale/lt/LC_MESSAGES/django.mo diff --git a/apps/newtagging/locale/lt/LC_MESSAGES/django.po b/src/newtagging/locale/lt/LC_MESSAGES/django.po similarity index 100% rename from apps/newtagging/locale/lt/LC_MESSAGES/django.po rename to src/newtagging/locale/lt/LC_MESSAGES/django.po diff --git a/apps/newtagging/locale/pl/LC_MESSAGES/django.mo b/src/newtagging/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/newtagging/locale/pl/LC_MESSAGES/django.mo rename to src/newtagging/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/newtagging/locale/pl/LC_MESSAGES/django.po b/src/newtagging/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/newtagging/locale/pl/LC_MESSAGES/django.po rename to src/newtagging/locale/pl/LC_MESSAGES/django.po diff --git a/apps/newtagging/locale/ru/LC_MESSAGES/django.mo b/src/newtagging/locale/ru/LC_MESSAGES/django.mo similarity index 100% rename from apps/newtagging/locale/ru/LC_MESSAGES/django.mo rename to src/newtagging/locale/ru/LC_MESSAGES/django.mo diff --git a/apps/newtagging/locale/ru/LC_MESSAGES/django.po b/src/newtagging/locale/ru/LC_MESSAGES/django.po similarity index 100% rename from apps/newtagging/locale/ru/LC_MESSAGES/django.po rename to src/newtagging/locale/ru/LC_MESSAGES/django.po diff --git a/apps/newtagging/locale/uk/LC_MESSAGES/django.mo b/src/newtagging/locale/uk/LC_MESSAGES/django.mo similarity index 100% rename from apps/newtagging/locale/uk/LC_MESSAGES/django.mo rename to src/newtagging/locale/uk/LC_MESSAGES/django.mo diff --git a/apps/newtagging/locale/uk/LC_MESSAGES/django.po b/src/newtagging/locale/uk/LC_MESSAGES/django.po similarity index 100% rename from apps/newtagging/locale/uk/LC_MESSAGES/django.po rename to src/newtagging/locale/uk/LC_MESSAGES/django.po diff --git a/apps/newtagging/managers.py b/src/newtagging/managers.py similarity index 100% rename from apps/newtagging/managers.py rename to src/newtagging/managers.py diff --git a/apps/newtagging/models.py b/src/newtagging/models.py similarity index 100% rename from apps/newtagging/models.py rename to src/newtagging/models.py diff --git a/apps/newtagging/views.py b/src/newtagging/views.py similarity index 100% rename from apps/newtagging/views.py rename to src/newtagging/views.py diff --git a/apps/oai/__init__.py b/src/oai/__init__.py similarity index 100% rename from apps/oai/__init__.py rename to src/oai/__init__.py diff --git a/apps/oai/handlers.py b/src/oai/handlers.py similarity index 100% rename from apps/oai/handlers.py rename to src/oai/handlers.py diff --git a/apps/oai/tests/__init__.py b/src/oai/tests/__init__.py similarity index 100% rename from apps/oai/tests/__init__.py rename to src/oai/tests/__init__.py diff --git a/apps/oai/tests/files/antygona.xml b/src/oai/tests/files/antygona.xml similarity index 100% rename from apps/oai/tests/files/antygona.xml rename to src/oai/tests/files/antygona.xml diff --git a/apps/oai/tests/files/lubie-kiedy-kobieta.xml b/src/oai/tests/files/lubie-kiedy-kobieta.xml similarity index 100% rename from apps/oai/tests/files/lubie-kiedy-kobieta.xml rename to src/oai/tests/files/lubie-kiedy-kobieta.xml diff --git a/apps/oai/tests/oaipmhapi.py b/src/oai/tests/oaipmhapi.py similarity index 100% rename from apps/oai/tests/oaipmhapi.py rename to src/oai/tests/oaipmhapi.py diff --git a/apps/oai/urls.py b/src/oai/urls.py similarity index 100% rename from apps/oai/urls.py rename to src/oai/urls.py diff --git a/apps/oai/views.py b/src/oai/views.py similarity index 100% rename from apps/oai/views.py rename to src/oai/views.py diff --git a/apps/opds/__init__.py b/src/opds/__init__.py similarity index 100% rename from apps/opds/__init__.py rename to src/opds/__init__.py diff --git a/apps/opds/tests/__init__.py b/src/opds/tests/__init__.py similarity index 100% rename from apps/opds/tests/__init__.py rename to src/opds/tests/__init__.py diff --git a/apps/opds/tests/files/do-doktora.xml b/src/opds/tests/files/do-doktora.xml similarity index 100% rename from apps/opds/tests/files/do-doktora.xml rename to src/opds/tests/files/do-doktora.xml diff --git a/apps/opds/urls.py b/src/opds/urls.py similarity index 100% rename from apps/opds/urls.py rename to src/opds/urls.py diff --git a/apps/opds/views.py b/src/opds/views.py similarity index 100% rename from apps/opds/views.py rename to src/opds/views.py diff --git a/apps/pdcounter/__init__.py b/src/pdcounter/__init__.py similarity index 100% rename from apps/pdcounter/__init__.py rename to src/pdcounter/__init__.py diff --git a/apps/pdcounter/admin.py b/src/pdcounter/admin.py similarity index 100% rename from apps/pdcounter/admin.py rename to src/pdcounter/admin.py diff --git a/apps/pdcounter/fixtures/lista.json b/src/pdcounter/fixtures/lista.json similarity index 100% rename from apps/pdcounter/fixtures/lista.json rename to src/pdcounter/fixtures/lista.json diff --git a/apps/pdcounter/locale/de/LC_MESSAGES/django.mo b/src/pdcounter/locale/de/LC_MESSAGES/django.mo similarity index 100% rename from apps/pdcounter/locale/de/LC_MESSAGES/django.mo rename to src/pdcounter/locale/de/LC_MESSAGES/django.mo diff --git a/apps/pdcounter/locale/de/LC_MESSAGES/django.po b/src/pdcounter/locale/de/LC_MESSAGES/django.po similarity index 100% rename from apps/pdcounter/locale/de/LC_MESSAGES/django.po rename to src/pdcounter/locale/de/LC_MESSAGES/django.po diff --git a/apps/pdcounter/locale/en/LC_MESSAGES/django.mo b/src/pdcounter/locale/en/LC_MESSAGES/django.mo similarity index 100% rename from apps/pdcounter/locale/en/LC_MESSAGES/django.mo rename to src/pdcounter/locale/en/LC_MESSAGES/django.mo diff --git a/apps/pdcounter/locale/en/LC_MESSAGES/django.po b/src/pdcounter/locale/en/LC_MESSAGES/django.po similarity index 100% rename from apps/pdcounter/locale/en/LC_MESSAGES/django.po rename to src/pdcounter/locale/en/LC_MESSAGES/django.po diff --git a/apps/pdcounter/locale/es/LC_MESSAGES/django.mo b/src/pdcounter/locale/es/LC_MESSAGES/django.mo similarity index 100% rename from apps/pdcounter/locale/es/LC_MESSAGES/django.mo rename to src/pdcounter/locale/es/LC_MESSAGES/django.mo diff --git a/apps/pdcounter/locale/es/LC_MESSAGES/django.po b/src/pdcounter/locale/es/LC_MESSAGES/django.po similarity index 100% rename from apps/pdcounter/locale/es/LC_MESSAGES/django.po rename to src/pdcounter/locale/es/LC_MESSAGES/django.po diff --git a/apps/pdcounter/locale/fr/LC_MESSAGES/django.mo b/src/pdcounter/locale/fr/LC_MESSAGES/django.mo similarity index 100% rename from apps/pdcounter/locale/fr/LC_MESSAGES/django.mo rename to src/pdcounter/locale/fr/LC_MESSAGES/django.mo diff --git a/apps/pdcounter/locale/fr/LC_MESSAGES/django.po b/src/pdcounter/locale/fr/LC_MESSAGES/django.po similarity index 100% rename from apps/pdcounter/locale/fr/LC_MESSAGES/django.po rename to src/pdcounter/locale/fr/LC_MESSAGES/django.po diff --git a/apps/pdcounter/locale/it/LC_MESSAGES/django.mo b/src/pdcounter/locale/it/LC_MESSAGES/django.mo similarity index 100% rename from apps/pdcounter/locale/it/LC_MESSAGES/django.mo rename to src/pdcounter/locale/it/LC_MESSAGES/django.mo diff --git a/apps/pdcounter/locale/it/LC_MESSAGES/django.po b/src/pdcounter/locale/it/LC_MESSAGES/django.po similarity index 100% rename from apps/pdcounter/locale/it/LC_MESSAGES/django.po rename to src/pdcounter/locale/it/LC_MESSAGES/django.po diff --git a/apps/pdcounter/locale/jp/LC_MESSAGES/django.mo b/src/pdcounter/locale/jp/LC_MESSAGES/django.mo similarity index 100% rename from apps/pdcounter/locale/jp/LC_MESSAGES/django.mo rename to src/pdcounter/locale/jp/LC_MESSAGES/django.mo diff --git a/apps/pdcounter/locale/jp/LC_MESSAGES/django.po b/src/pdcounter/locale/jp/LC_MESSAGES/django.po similarity index 100% rename from apps/pdcounter/locale/jp/LC_MESSAGES/django.po rename to src/pdcounter/locale/jp/LC_MESSAGES/django.po diff --git a/apps/pdcounter/locale/lt/LC_MESSAGES/django.mo b/src/pdcounter/locale/lt/LC_MESSAGES/django.mo similarity index 100% rename from apps/pdcounter/locale/lt/LC_MESSAGES/django.mo rename to src/pdcounter/locale/lt/LC_MESSAGES/django.mo diff --git a/apps/pdcounter/locale/lt/LC_MESSAGES/django.po b/src/pdcounter/locale/lt/LC_MESSAGES/django.po similarity index 100% rename from apps/pdcounter/locale/lt/LC_MESSAGES/django.po rename to src/pdcounter/locale/lt/LC_MESSAGES/django.po diff --git a/apps/pdcounter/locale/pl/LC_MESSAGES/django.mo b/src/pdcounter/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/pdcounter/locale/pl/LC_MESSAGES/django.mo rename to src/pdcounter/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/pdcounter/locale/pl/LC_MESSAGES/django.po b/src/pdcounter/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/pdcounter/locale/pl/LC_MESSAGES/django.po rename to src/pdcounter/locale/pl/LC_MESSAGES/django.po diff --git a/apps/pdcounter/locale/ru/LC_MESSAGES/django.mo b/src/pdcounter/locale/ru/LC_MESSAGES/django.mo similarity index 100% rename from apps/pdcounter/locale/ru/LC_MESSAGES/django.mo rename to src/pdcounter/locale/ru/LC_MESSAGES/django.mo diff --git a/apps/pdcounter/locale/ru/LC_MESSAGES/django.po b/src/pdcounter/locale/ru/LC_MESSAGES/django.po similarity index 100% rename from apps/pdcounter/locale/ru/LC_MESSAGES/django.po rename to src/pdcounter/locale/ru/LC_MESSAGES/django.po diff --git a/apps/pdcounter/locale/uk/LC_MESSAGES/django.mo b/src/pdcounter/locale/uk/LC_MESSAGES/django.mo similarity index 100% rename from apps/pdcounter/locale/uk/LC_MESSAGES/django.mo rename to src/pdcounter/locale/uk/LC_MESSAGES/django.mo diff --git a/apps/pdcounter/locale/uk/LC_MESSAGES/django.po b/src/pdcounter/locale/uk/LC_MESSAGES/django.po similarity index 100% rename from apps/pdcounter/locale/uk/LC_MESSAGES/django.po rename to src/pdcounter/locale/uk/LC_MESSAGES/django.po diff --git a/apps/pdcounter/migrations/0001_initial.py b/src/pdcounter/migrations/0001_initial.py similarity index 100% rename from apps/pdcounter/migrations/0001_initial.py rename to src/pdcounter/migrations/0001_initial.py diff --git a/apps/pdcounter/migrations/0002_auto_20151221_1225.py b/src/pdcounter/migrations/0002_auto_20151221_1225.py similarity index 100% rename from apps/pdcounter/migrations/0002_auto_20151221_1225.py rename to src/pdcounter/migrations/0002_auto_20151221_1225.py diff --git a/apps/pdcounter/migrations/__init__.py b/src/pdcounter/migrations/__init__.py similarity index 100% rename from apps/pdcounter/migrations/__init__.py rename to src/pdcounter/migrations/__init__.py diff --git a/apps/pdcounter/models.py b/src/pdcounter/models.py similarity index 100% rename from apps/pdcounter/models.py rename to src/pdcounter/models.py diff --git a/apps/pdcounter/static/pdcounter/pdcounter.js b/src/pdcounter/static/pdcounter/pdcounter.js similarity index 100% rename from apps/pdcounter/static/pdcounter/pdcounter.js rename to src/pdcounter/static/pdcounter/pdcounter.js diff --git a/apps/pdcounter/templates/pdcounter/author_detail.html b/src/pdcounter/templates/pdcounter/author_detail.html similarity index 100% rename from apps/pdcounter/templates/pdcounter/author_detail.html rename to src/pdcounter/templates/pdcounter/author_detail.html diff --git a/apps/pdcounter/templates/pdcounter/book_stub_detail.html b/src/pdcounter/templates/pdcounter/book_stub_detail.html similarity index 100% rename from apps/pdcounter/templates/pdcounter/book_stub_detail.html rename to src/pdcounter/templates/pdcounter/book_stub_detail.html diff --git a/apps/pdcounter/templatetags/__init__.py b/src/pdcounter/templatetags/__init__.py similarity index 100% rename from apps/pdcounter/templatetags/__init__.py rename to src/pdcounter/templatetags/__init__.py diff --git a/apps/pdcounter/templatetags/time_tags.py b/src/pdcounter/templatetags/time_tags.py similarity index 100% rename from apps/pdcounter/templatetags/time_tags.py rename to src/pdcounter/templatetags/time_tags.py diff --git a/apps/pdcounter/views.py b/src/pdcounter/views.py similarity index 100% rename from apps/pdcounter/views.py rename to src/pdcounter/views.py diff --git a/apps/picture/__init__.py b/src/picture/__init__.py similarity index 100% rename from apps/picture/__init__.py rename to src/picture/__init__.py diff --git a/apps/picture/admin.py b/src/picture/admin.py similarity index 100% rename from apps/picture/admin.py rename to src/picture/admin.py diff --git a/apps/picture/engine.py b/src/picture/engine.py similarity index 100% rename from apps/picture/engine.py rename to src/picture/engine.py diff --git a/apps/picture/forms.py b/src/picture/forms.py similarity index 100% rename from apps/picture/forms.py rename to src/picture/forms.py diff --git a/apps/picture/locale/de/LC_MESSAGES/django.mo b/src/picture/locale/de/LC_MESSAGES/django.mo similarity index 100% rename from apps/picture/locale/de/LC_MESSAGES/django.mo rename to src/picture/locale/de/LC_MESSAGES/django.mo diff --git a/apps/picture/locale/de/LC_MESSAGES/django.po b/src/picture/locale/de/LC_MESSAGES/django.po similarity index 100% rename from apps/picture/locale/de/LC_MESSAGES/django.po rename to src/picture/locale/de/LC_MESSAGES/django.po diff --git a/apps/picture/locale/en/LC_MESSAGES/django.mo b/src/picture/locale/en/LC_MESSAGES/django.mo similarity index 100% rename from apps/picture/locale/en/LC_MESSAGES/django.mo rename to src/picture/locale/en/LC_MESSAGES/django.mo diff --git a/apps/picture/locale/en/LC_MESSAGES/django.po b/src/picture/locale/en/LC_MESSAGES/django.po similarity index 100% rename from apps/picture/locale/en/LC_MESSAGES/django.po rename to src/picture/locale/en/LC_MESSAGES/django.po diff --git a/apps/picture/locale/es/LC_MESSAGES/django.mo b/src/picture/locale/es/LC_MESSAGES/django.mo similarity index 100% rename from apps/picture/locale/es/LC_MESSAGES/django.mo rename to src/picture/locale/es/LC_MESSAGES/django.mo diff --git a/apps/picture/locale/es/LC_MESSAGES/django.po b/src/picture/locale/es/LC_MESSAGES/django.po similarity index 100% rename from apps/picture/locale/es/LC_MESSAGES/django.po rename to src/picture/locale/es/LC_MESSAGES/django.po diff --git a/apps/picture/locale/fr/LC_MESSAGES/django.mo b/src/picture/locale/fr/LC_MESSAGES/django.mo similarity index 100% rename from apps/picture/locale/fr/LC_MESSAGES/django.mo rename to src/picture/locale/fr/LC_MESSAGES/django.mo diff --git a/apps/picture/locale/fr/LC_MESSAGES/django.po b/src/picture/locale/fr/LC_MESSAGES/django.po similarity index 100% rename from apps/picture/locale/fr/LC_MESSAGES/django.po rename to src/picture/locale/fr/LC_MESSAGES/django.po diff --git a/apps/picture/locale/it/LC_MESSAGES/django.mo b/src/picture/locale/it/LC_MESSAGES/django.mo similarity index 100% rename from apps/picture/locale/it/LC_MESSAGES/django.mo rename to src/picture/locale/it/LC_MESSAGES/django.mo diff --git a/apps/picture/locale/it/LC_MESSAGES/django.po b/src/picture/locale/it/LC_MESSAGES/django.po similarity index 100% rename from apps/picture/locale/it/LC_MESSAGES/django.po rename to src/picture/locale/it/LC_MESSAGES/django.po diff --git a/apps/picture/locale/jp/LC_MESSAGES/django.mo b/src/picture/locale/jp/LC_MESSAGES/django.mo similarity index 100% rename from apps/picture/locale/jp/LC_MESSAGES/django.mo rename to src/picture/locale/jp/LC_MESSAGES/django.mo diff --git a/apps/picture/locale/jp/LC_MESSAGES/django.po b/src/picture/locale/jp/LC_MESSAGES/django.po similarity index 100% rename from apps/picture/locale/jp/LC_MESSAGES/django.po rename to src/picture/locale/jp/LC_MESSAGES/django.po diff --git a/apps/picture/locale/lt/LC_MESSAGES/django.mo b/src/picture/locale/lt/LC_MESSAGES/django.mo similarity index 100% rename from apps/picture/locale/lt/LC_MESSAGES/django.mo rename to src/picture/locale/lt/LC_MESSAGES/django.mo diff --git a/apps/picture/locale/lt/LC_MESSAGES/django.po b/src/picture/locale/lt/LC_MESSAGES/django.po similarity index 100% rename from apps/picture/locale/lt/LC_MESSAGES/django.po rename to src/picture/locale/lt/LC_MESSAGES/django.po diff --git a/apps/picture/locale/pl/LC_MESSAGES/django.mo b/src/picture/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/picture/locale/pl/LC_MESSAGES/django.mo rename to src/picture/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/picture/locale/pl/LC_MESSAGES/django.po b/src/picture/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/picture/locale/pl/LC_MESSAGES/django.po rename to src/picture/locale/pl/LC_MESSAGES/django.po diff --git a/apps/picture/locale/ru/LC_MESSAGES/django.mo b/src/picture/locale/ru/LC_MESSAGES/django.mo similarity index 100% rename from apps/picture/locale/ru/LC_MESSAGES/django.mo rename to src/picture/locale/ru/LC_MESSAGES/django.mo diff --git a/apps/picture/locale/ru/LC_MESSAGES/django.po b/src/picture/locale/ru/LC_MESSAGES/django.po similarity index 100% rename from apps/picture/locale/ru/LC_MESSAGES/django.po rename to src/picture/locale/ru/LC_MESSAGES/django.po diff --git a/apps/picture/locale/uk/LC_MESSAGES/django.mo b/src/picture/locale/uk/LC_MESSAGES/django.mo similarity index 100% rename from apps/picture/locale/uk/LC_MESSAGES/django.mo rename to src/picture/locale/uk/LC_MESSAGES/django.mo diff --git a/apps/picture/locale/uk/LC_MESSAGES/django.po b/src/picture/locale/uk/LC_MESSAGES/django.po similarity index 100% rename from apps/picture/locale/uk/LC_MESSAGES/django.po rename to src/picture/locale/uk/LC_MESSAGES/django.po diff --git a/apps/picture/migrations/0001_initial.py b/src/picture/migrations/0001_initial.py similarity index 100% rename from apps/picture/migrations/0001_initial.py rename to src/picture/migrations/0001_initial.py diff --git a/apps/picture/migrations/0002_remove_picture__related_info.py b/src/picture/migrations/0002_remove_picture__related_info.py similarity index 100% rename from apps/picture/migrations/0002_remove_picture__related_info.py rename to src/picture/migrations/0002_remove_picture__related_info.py diff --git a/apps/picture/migrations/0003_auto_20140924_1559.py b/src/picture/migrations/0003_auto_20140924_1559.py similarity index 100% rename from apps/picture/migrations/0003_auto_20140924_1559.py rename to src/picture/migrations/0003_auto_20140924_1559.py diff --git a/apps/picture/migrations/0004_auto_20141016_1337.py b/src/picture/migrations/0004_auto_20141016_1337.py similarity index 100% rename from apps/picture/migrations/0004_auto_20141016_1337.py rename to src/picture/migrations/0004_auto_20141016_1337.py diff --git a/apps/picture/migrations/0005_auto_20141022_1001.py b/src/picture/migrations/0005_auto_20141022_1001.py similarity index 100% rename from apps/picture/migrations/0005_auto_20141022_1001.py rename to src/picture/migrations/0005_auto_20141022_1001.py diff --git a/apps/picture/migrations/0006_auto_20151221_1225.py b/src/picture/migrations/0006_auto_20151221_1225.py similarity index 100% rename from apps/picture/migrations/0006_auto_20151221_1225.py rename to src/picture/migrations/0006_auto_20151221_1225.py diff --git a/apps/picture/migrations/__init__.py b/src/picture/migrations/__init__.py similarity index 100% rename from apps/picture/migrations/__init__.py rename to src/picture/migrations/__init__.py diff --git a/apps/picture/models.py b/src/picture/models.py similarity index 100% rename from apps/picture/models.py rename to src/picture/models.py diff --git a/apps/picture/tasks.py b/src/picture/tasks.py similarity index 100% rename from apps/picture/tasks.py rename to src/picture/tasks.py diff --git a/apps/picture/templates/admin/picture/picture/change_list.html b/src/picture/templates/admin/picture/picture/change_list.html similarity index 100% rename from apps/picture/templates/admin/picture/picture/change_list.html rename to src/picture/templates/admin/picture/picture/change_list.html diff --git a/apps/picture/templates/picture/collection.html b/src/picture/templates/picture/collection.html similarity index 100% rename from apps/picture/templates/picture/collection.html rename to src/picture/templates/picture/collection.html diff --git a/apps/picture/templates/picture/picture_detail.html b/src/picture/templates/picture/picture_detail.html similarity index 100% rename from apps/picture/templates/picture/picture_detail.html rename to src/picture/templates/picture/picture_detail.html diff --git a/apps/picture/templates/picture/picture_info.html b/src/picture/templates/picture/picture_info.html similarity index 100% rename from apps/picture/templates/picture/picture_info.html rename to src/picture/templates/picture/picture_info.html diff --git a/apps/picture/templates/picture/picture_list_thumb.html b/src/picture/templates/picture/picture_list_thumb.html similarity index 100% rename from apps/picture/templates/picture/picture_list_thumb.html rename to src/picture/templates/picture/picture_list_thumb.html diff --git a/apps/picture/templates/picture/picture_mini_box.html b/src/picture/templates/picture/picture_mini_box.html similarity index 100% rename from apps/picture/templates/picture/picture_mini_box.html rename to src/picture/templates/picture/picture_mini_box.html diff --git a/apps/picture/templates/picture/picture_short.html b/src/picture/templates/picture/picture_short.html similarity index 100% rename from apps/picture/templates/picture/picture_short.html rename to src/picture/templates/picture/picture_short.html diff --git a/apps/picture/templates/picture/picture_viewer.html b/src/picture/templates/picture/picture_viewer.html similarity index 100% rename from apps/picture/templates/picture/picture_viewer.html rename to src/picture/templates/picture/picture_viewer.html diff --git a/apps/picture/templates/picture/picture_wide.html b/src/picture/templates/picture/picture_wide.html similarity index 100% rename from apps/picture/templates/picture/picture_wide.html rename to src/picture/templates/picture/picture_wide.html diff --git a/apps/picture/templates/picture/picturearea_short.html b/src/picture/templates/picture/picturearea_short.html similarity index 100% rename from apps/picture/templates/picture/picturearea_short.html rename to src/picture/templates/picture/picturearea_short.html diff --git a/apps/picture/templatetags/__init__.py b/src/picture/templatetags/__init__.py similarity index 100% rename from apps/picture/templatetags/__init__.py rename to src/picture/templatetags/__init__.py diff --git a/apps/picture/templatetags/picture_tags.py b/src/picture/templatetags/picture_tags.py similarity index 100% rename from apps/picture/templatetags/picture_tags.py rename to src/picture/templatetags/picture_tags.py diff --git a/apps/picture/tests/__init__.py b/src/picture/tests/__init__.py similarity index 100% rename from apps/picture/tests/__init__.py rename to src/picture/tests/__init__.py diff --git a/apps/picture/tests/files/kandinsky-composition-viii.png b/src/picture/tests/files/kandinsky-composition-viii.png similarity index 100% rename from apps/picture/tests/files/kandinsky-composition-viii.png rename to src/picture/tests/files/kandinsky-composition-viii.png diff --git a/apps/picture/tests/files/kandinsky-composition-viii.xml b/src/picture/tests/files/kandinsky-composition-viii.xml similarity index 100% rename from apps/picture/tests/files/kandinsky-composition-viii.xml rename to src/picture/tests/files/kandinsky-composition-viii.xml diff --git a/apps/picture/tests/picture_import.py b/src/picture/tests/picture_import.py similarity index 100% rename from apps/picture/tests/picture_import.py rename to src/picture/tests/picture_import.py diff --git a/apps/picture/views.py b/src/picture/views.py similarity index 100% rename from apps/picture/views.py rename to src/picture/views.py diff --git a/apps/polls/__init__.py b/src/polls/__init__.py similarity index 100% rename from apps/polls/__init__.py rename to src/polls/__init__.py diff --git a/apps/polls/admin.py b/src/polls/admin.py similarity index 100% rename from apps/polls/admin.py rename to src/polls/admin.py diff --git a/apps/polls/forms.py b/src/polls/forms.py similarity index 100% rename from apps/polls/forms.py rename to src/polls/forms.py diff --git a/apps/polls/locale/pl/LC_MESSAGES/django.mo b/src/polls/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/polls/locale/pl/LC_MESSAGES/django.mo rename to src/polls/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/polls/locale/pl/LC_MESSAGES/django.po b/src/polls/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/polls/locale/pl/LC_MESSAGES/django.po rename to src/polls/locale/pl/LC_MESSAGES/django.po diff --git a/apps/polls/migrations/0001_initial.py b/src/polls/migrations/0001_initial.py similarity index 100% rename from apps/polls/migrations/0001_initial.py rename to src/polls/migrations/0001_initial.py diff --git a/apps/polls/migrations/0002_auto_20151221_1225.py b/src/polls/migrations/0002_auto_20151221_1225.py similarity index 100% rename from apps/polls/migrations/0002_auto_20151221_1225.py rename to src/polls/migrations/0002_auto_20151221_1225.py diff --git a/apps/polls/migrations/__init__.py b/src/polls/migrations/__init__.py similarity index 100% rename from apps/polls/migrations/__init__.py rename to src/polls/migrations/__init__.py diff --git a/apps/polls/models.py b/src/polls/models.py similarity index 100% rename from apps/polls/models.py rename to src/polls/models.py diff --git a/apps/polls/templates/polls/poll.html b/src/polls/templates/polls/poll.html similarity index 100% rename from apps/polls/templates/polls/poll.html rename to src/polls/templates/polls/poll.html diff --git a/apps/polls/templates/polls/tags/poll.html b/src/polls/templates/polls/tags/poll.html similarity index 100% rename from apps/polls/templates/polls/tags/poll.html rename to src/polls/templates/polls/tags/poll.html diff --git a/apps/polls/templatetags/__init__.py b/src/polls/templatetags/__init__.py similarity index 100% rename from apps/polls/templatetags/__init__.py rename to src/polls/templatetags/__init__.py diff --git a/apps/polls/templatetags/polls_tags.py b/src/polls/templatetags/polls_tags.py similarity index 100% rename from apps/polls/templatetags/polls_tags.py rename to src/polls/templatetags/polls_tags.py diff --git a/apps/polls/urls.py b/src/polls/urls.py similarity index 100% rename from apps/polls/urls.py rename to src/polls/urls.py diff --git a/apps/polls/views.py b/src/polls/views.py similarity index 100% rename from apps/polls/views.py rename to src/polls/views.py diff --git a/apps/reporting/__init__.py b/src/reporting/__init__.py similarity index 100% rename from apps/reporting/__init__.py rename to src/reporting/__init__.py diff --git a/apps/reporting/locale/pl/LC_MESSAGES/django.mo b/src/reporting/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/reporting/locale/pl/LC_MESSAGES/django.mo rename to src/reporting/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/reporting/locale/pl/LC_MESSAGES/django.po b/src/reporting/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/reporting/locale/pl/LC_MESSAGES/django.po rename to src/reporting/locale/pl/LC_MESSAGES/django.po diff --git a/apps/reporting/models.py b/src/reporting/models.py similarity index 100% rename from apps/reporting/models.py rename to src/reporting/models.py diff --git a/apps/reporting/templates/reporting/catalogue.csv b/src/reporting/templates/reporting/catalogue.csv similarity index 100% rename from apps/reporting/templates/reporting/catalogue.csv rename to src/reporting/templates/reporting/catalogue.csv diff --git a/apps/reporting/templates/reporting/catalogue.texml b/src/reporting/templates/reporting/catalogue.texml similarity index 100% rename from apps/reporting/templates/reporting/catalogue.texml rename to src/reporting/templates/reporting/catalogue.texml diff --git a/apps/reporting/templates/reporting/main.html b/src/reporting/templates/reporting/main.html similarity index 100% rename from apps/reporting/templates/reporting/main.html rename to src/reporting/templates/reporting/main.html diff --git a/apps/reporting/templatetags/__init__.py b/src/reporting/templatetags/__init__.py similarity index 100% rename from apps/reporting/templatetags/__init__.py rename to src/reporting/templatetags/__init__.py diff --git a/apps/reporting/templatetags/reporting_stats.py b/src/reporting/templatetags/reporting_stats.py similarity index 100% rename from apps/reporting/templatetags/reporting_stats.py rename to src/reporting/templatetags/reporting_stats.py diff --git a/apps/reporting/urls.py b/src/reporting/urls.py similarity index 100% rename from apps/reporting/urls.py rename to src/reporting/urls.py diff --git a/apps/reporting/utils.py b/src/reporting/utils.py similarity index 100% rename from apps/reporting/utils.py rename to src/reporting/utils.py diff --git a/apps/reporting/views.py b/src/reporting/views.py similarity index 100% rename from apps/reporting/views.py rename to src/reporting/views.py diff --git a/apps/search/__init__.py b/src/search/__init__.py similarity index 100% rename from apps/search/__init__.py rename to src/search/__init__.py diff --git a/apps/search/context_processors.py b/src/search/context_processors.py similarity index 100% rename from apps/search/context_processors.py rename to src/search/context_processors.py diff --git a/apps/search/custom.py b/src/search/custom.py similarity index 100% rename from apps/search/custom.py rename to src/search/custom.py diff --git a/apps/search/fields.py b/src/search/fields.py similarity index 100% rename from apps/search/fields.py rename to src/search/fields.py diff --git a/apps/search/forms.py b/src/search/forms.py similarity index 100% rename from apps/search/forms.py rename to src/search/forms.py diff --git a/apps/search/index.py b/src/search/index.py similarity index 100% rename from apps/search/index.py rename to src/search/index.py diff --git a/apps/search/locale/de/LC_MESSAGES/django.mo b/src/search/locale/de/LC_MESSAGES/django.mo similarity index 100% rename from apps/search/locale/de/LC_MESSAGES/django.mo rename to src/search/locale/de/LC_MESSAGES/django.mo diff --git a/apps/search/locale/de/LC_MESSAGES/django.po b/src/search/locale/de/LC_MESSAGES/django.po similarity index 100% rename from apps/search/locale/de/LC_MESSAGES/django.po rename to src/search/locale/de/LC_MESSAGES/django.po diff --git a/apps/search/locale/en/LC_MESSAGES/django.mo b/src/search/locale/en/LC_MESSAGES/django.mo similarity index 100% rename from apps/search/locale/en/LC_MESSAGES/django.mo rename to src/search/locale/en/LC_MESSAGES/django.mo diff --git a/apps/search/locale/en/LC_MESSAGES/django.po b/src/search/locale/en/LC_MESSAGES/django.po similarity index 100% rename from apps/search/locale/en/LC_MESSAGES/django.po rename to src/search/locale/en/LC_MESSAGES/django.po diff --git a/apps/search/locale/es/LC_MESSAGES/django.mo b/src/search/locale/es/LC_MESSAGES/django.mo similarity index 100% rename from apps/search/locale/es/LC_MESSAGES/django.mo rename to src/search/locale/es/LC_MESSAGES/django.mo diff --git a/apps/search/locale/es/LC_MESSAGES/django.po b/src/search/locale/es/LC_MESSAGES/django.po similarity index 100% rename from apps/search/locale/es/LC_MESSAGES/django.po rename to src/search/locale/es/LC_MESSAGES/django.po diff --git a/apps/search/locale/fr/LC_MESSAGES/django.mo b/src/search/locale/fr/LC_MESSAGES/django.mo similarity index 100% rename from apps/search/locale/fr/LC_MESSAGES/django.mo rename to src/search/locale/fr/LC_MESSAGES/django.mo diff --git a/apps/search/locale/fr/LC_MESSAGES/django.po b/src/search/locale/fr/LC_MESSAGES/django.po similarity index 100% rename from apps/search/locale/fr/LC_MESSAGES/django.po rename to src/search/locale/fr/LC_MESSAGES/django.po diff --git a/apps/search/locale/it/LC_MESSAGES/django.mo b/src/search/locale/it/LC_MESSAGES/django.mo similarity index 100% rename from apps/search/locale/it/LC_MESSAGES/django.mo rename to src/search/locale/it/LC_MESSAGES/django.mo diff --git a/apps/search/locale/it/LC_MESSAGES/django.po b/src/search/locale/it/LC_MESSAGES/django.po similarity index 100% rename from apps/search/locale/it/LC_MESSAGES/django.po rename to src/search/locale/it/LC_MESSAGES/django.po diff --git a/apps/search/locale/jp/LC_MESSAGES/django.mo b/src/search/locale/jp/LC_MESSAGES/django.mo similarity index 100% rename from apps/search/locale/jp/LC_MESSAGES/django.mo rename to src/search/locale/jp/LC_MESSAGES/django.mo diff --git a/apps/search/locale/jp/LC_MESSAGES/django.po b/src/search/locale/jp/LC_MESSAGES/django.po similarity index 100% rename from apps/search/locale/jp/LC_MESSAGES/django.po rename to src/search/locale/jp/LC_MESSAGES/django.po diff --git a/apps/search/locale/lt/LC_MESSAGES/django.mo b/src/search/locale/lt/LC_MESSAGES/django.mo similarity index 100% rename from apps/search/locale/lt/LC_MESSAGES/django.mo rename to src/search/locale/lt/LC_MESSAGES/django.mo diff --git a/apps/search/locale/lt/LC_MESSAGES/django.po b/src/search/locale/lt/LC_MESSAGES/django.po similarity index 100% rename from apps/search/locale/lt/LC_MESSAGES/django.po rename to src/search/locale/lt/LC_MESSAGES/django.po diff --git a/apps/search/locale/pl/LC_MESSAGES/django.mo b/src/search/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/search/locale/pl/LC_MESSAGES/django.mo rename to src/search/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/search/locale/pl/LC_MESSAGES/django.po b/src/search/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/search/locale/pl/LC_MESSAGES/django.po rename to src/search/locale/pl/LC_MESSAGES/django.po diff --git a/apps/search/locale/ru/LC_MESSAGES/django.mo b/src/search/locale/ru/LC_MESSAGES/django.mo similarity index 100% rename from apps/search/locale/ru/LC_MESSAGES/django.mo rename to src/search/locale/ru/LC_MESSAGES/django.mo diff --git a/apps/search/locale/ru/LC_MESSAGES/django.po b/src/search/locale/ru/LC_MESSAGES/django.po similarity index 100% rename from apps/search/locale/ru/LC_MESSAGES/django.po rename to src/search/locale/ru/LC_MESSAGES/django.po diff --git a/apps/search/locale/uk/LC_MESSAGES/django.mo b/src/search/locale/uk/LC_MESSAGES/django.mo similarity index 100% rename from apps/search/locale/uk/LC_MESSAGES/django.mo rename to src/search/locale/uk/LC_MESSAGES/django.mo diff --git a/apps/search/locale/uk/LC_MESSAGES/django.po b/src/search/locale/uk/LC_MESSAGES/django.po similarity index 100% rename from apps/search/locale/uk/LC_MESSAGES/django.po rename to src/search/locale/uk/LC_MESSAGES/django.po diff --git a/apps/search/management/__init__.py b/src/search/management/__init__.py similarity index 100% rename from apps/search/management/__init__.py rename to src/search/management/__init__.py diff --git a/apps/search/management/commands/__init__.py b/src/search/management/commands/__init__.py similarity index 100% rename from apps/search/management/commands/__init__.py rename to src/search/management/commands/__init__.py diff --git a/apps/search/management/commands/reindex.py b/src/search/management/commands/reindex.py similarity index 100% rename from apps/search/management/commands/reindex.py rename to src/search/management/commands/reindex.py diff --git a/apps/search/management/commands/snippets.py b/src/search/management/commands/snippets.py similarity index 100% rename from apps/search/management/commands/snippets.py rename to src/search/management/commands/snippets.py diff --git a/apps/search/mock_search.py b/src/search/mock_search.py similarity index 100% rename from apps/search/mock_search.py rename to src/search/mock_search.py diff --git a/apps/search/templates/newsearch/search.html b/src/search/templates/newsearch/search.html similarity index 100% rename from apps/search/templates/newsearch/search.html rename to src/search/templates/newsearch/search.html diff --git a/apps/search/templatetags/__init__.py b/src/search/templatetags/__init__.py similarity index 100% rename from apps/search/templatetags/__init__.py rename to src/search/templatetags/__init__.py diff --git a/apps/search/templatetags/search_tags.py b/src/search/templatetags/search_tags.py similarity index 100% rename from apps/search/templatetags/search_tags.py rename to src/search/templatetags/search_tags.py diff --git a/apps/search/tests/__init__.py b/src/search/tests/__init__.py similarity index 100% rename from apps/search/tests/__init__.py rename to src/search/tests/__init__.py diff --git a/apps/search/tests/index.py b/src/search/tests/index.py similarity index 100% rename from apps/search/tests/index.py rename to src/search/tests/index.py diff --git a/apps/search/urls.py b/src/search/urls.py similarity index 100% rename from apps/search/urls.py rename to src/search/urls.py diff --git a/apps/search/views.py b/src/search/views.py similarity index 100% rename from apps/search/views.py rename to src/search/views.py diff --git a/apps/social/__init__.py b/src/social/__init__.py similarity index 100% rename from apps/social/__init__.py rename to src/social/__init__.py diff --git a/apps/social/admin.py b/src/social/admin.py similarity index 100% rename from apps/social/admin.py rename to src/social/admin.py diff --git a/apps/social/forms.py b/src/social/forms.py similarity index 100% rename from apps/social/forms.py rename to src/social/forms.py diff --git a/apps/social/locale/pl/LC_MESSAGES/django.mo b/src/social/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/social/locale/pl/LC_MESSAGES/django.mo rename to src/social/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/social/locale/pl/LC_MESSAGES/django.po b/src/social/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/social/locale/pl/LC_MESSAGES/django.po rename to src/social/locale/pl/LC_MESSAGES/django.po diff --git a/apps/social/migrations/0001_initial.py b/src/social/migrations/0001_initial.py similarity index 100% rename from apps/social/migrations/0001_initial.py rename to src/social/migrations/0001_initial.py diff --git a/apps/social/migrations/0002_auto_20151221_1225.py b/src/social/migrations/0002_auto_20151221_1225.py similarity index 100% rename from apps/social/migrations/0002_auto_20151221_1225.py rename to src/social/migrations/0002_auto_20151221_1225.py diff --git a/apps/social/migrations/__init__.py b/src/social/migrations/__init__.py similarity index 100% rename from apps/social/migrations/__init__.py rename to src/social/migrations/__init__.py diff --git a/apps/social/models.py b/src/social/models.py similarity index 100% rename from apps/social/models.py rename to src/social/models.py diff --git a/apps/social/templates/social/cite_info.html b/src/social/templates/social/cite_info.html similarity index 100% rename from apps/social/templates/social/cite_info.html rename to src/social/templates/social/cite_info.html diff --git a/apps/social/templates/social/cite_promo.html b/src/social/templates/social/cite_promo.html similarity index 100% rename from apps/social/templates/social/cite_promo.html rename to src/social/templates/social/cite_promo.html diff --git a/apps/social/templates/social/my_shelf.html b/src/social/templates/social/my_shelf.html similarity index 100% rename from apps/social/templates/social/my_shelf.html rename to src/social/templates/social/my_shelf.html diff --git a/apps/social/templates/social/sets_form.html b/src/social/templates/social/sets_form.html similarity index 100% rename from apps/social/templates/social/sets_form.html rename to src/social/templates/social/sets_form.html diff --git a/apps/social/templates/social/shelf_tags.html b/src/social/templates/social/shelf_tags.html similarity index 100% rename from apps/social/templates/social/shelf_tags.html rename to src/social/templates/social/shelf_tags.html diff --git a/apps/social/templatetags/__init__.py b/src/social/templatetags/__init__.py similarity index 100% rename from apps/social/templatetags/__init__.py rename to src/social/templatetags/__init__.py diff --git a/apps/social/templatetags/social_tags.py b/src/social/templatetags/social_tags.py similarity index 100% rename from apps/social/templatetags/social_tags.py rename to src/social/templatetags/social_tags.py diff --git a/apps/social/urls.py b/src/social/urls.py similarity index 100% rename from apps/social/urls.py rename to src/social/urls.py diff --git a/apps/social/utils.py b/src/social/utils.py similarity index 100% rename from apps/social/utils.py rename to src/social/utils.py diff --git a/apps/social/views.py b/src/social/views.py similarity index 100% rename from apps/social/views.py rename to src/social/views.py diff --git a/lib/sortify.py b/src/sortify.py similarity index 100% rename from lib/sortify.py rename to src/sortify.py diff --git a/apps/sponsors/__init__.py b/src/sponsors/__init__.py similarity index 100% rename from apps/sponsors/__init__.py rename to src/sponsors/__init__.py diff --git a/apps/sponsors/admin.py b/src/sponsors/admin.py similarity index 100% rename from apps/sponsors/admin.py rename to src/sponsors/admin.py diff --git a/apps/sponsors/locale/de/LC_MESSAGES/django.mo b/src/sponsors/locale/de/LC_MESSAGES/django.mo similarity index 100% rename from apps/sponsors/locale/de/LC_MESSAGES/django.mo rename to src/sponsors/locale/de/LC_MESSAGES/django.mo diff --git a/apps/sponsors/locale/de/LC_MESSAGES/django.po b/src/sponsors/locale/de/LC_MESSAGES/django.po similarity index 100% rename from apps/sponsors/locale/de/LC_MESSAGES/django.po rename to src/sponsors/locale/de/LC_MESSAGES/django.po diff --git a/apps/sponsors/locale/en/LC_MESSAGES/django.mo b/src/sponsors/locale/en/LC_MESSAGES/django.mo similarity index 100% rename from apps/sponsors/locale/en/LC_MESSAGES/django.mo rename to src/sponsors/locale/en/LC_MESSAGES/django.mo diff --git a/apps/sponsors/locale/en/LC_MESSAGES/django.po b/src/sponsors/locale/en/LC_MESSAGES/django.po similarity index 100% rename from apps/sponsors/locale/en/LC_MESSAGES/django.po rename to src/sponsors/locale/en/LC_MESSAGES/django.po diff --git a/apps/sponsors/locale/es/LC_MESSAGES/django.mo b/src/sponsors/locale/es/LC_MESSAGES/django.mo similarity index 100% rename from apps/sponsors/locale/es/LC_MESSAGES/django.mo rename to src/sponsors/locale/es/LC_MESSAGES/django.mo diff --git a/apps/sponsors/locale/es/LC_MESSAGES/django.po b/src/sponsors/locale/es/LC_MESSAGES/django.po similarity index 100% rename from apps/sponsors/locale/es/LC_MESSAGES/django.po rename to src/sponsors/locale/es/LC_MESSAGES/django.po diff --git a/apps/sponsors/locale/fr/LC_MESSAGES/django.mo b/src/sponsors/locale/fr/LC_MESSAGES/django.mo similarity index 100% rename from apps/sponsors/locale/fr/LC_MESSAGES/django.mo rename to src/sponsors/locale/fr/LC_MESSAGES/django.mo diff --git a/apps/sponsors/locale/fr/LC_MESSAGES/django.po b/src/sponsors/locale/fr/LC_MESSAGES/django.po similarity index 100% rename from apps/sponsors/locale/fr/LC_MESSAGES/django.po rename to src/sponsors/locale/fr/LC_MESSAGES/django.po diff --git a/apps/sponsors/locale/it/LC_MESSAGES/django.mo b/src/sponsors/locale/it/LC_MESSAGES/django.mo similarity index 100% rename from apps/sponsors/locale/it/LC_MESSAGES/django.mo rename to src/sponsors/locale/it/LC_MESSAGES/django.mo diff --git a/apps/sponsors/locale/it/LC_MESSAGES/django.po b/src/sponsors/locale/it/LC_MESSAGES/django.po similarity index 100% rename from apps/sponsors/locale/it/LC_MESSAGES/django.po rename to src/sponsors/locale/it/LC_MESSAGES/django.po diff --git a/apps/sponsors/locale/jp/LC_MESSAGES/django.mo b/src/sponsors/locale/jp/LC_MESSAGES/django.mo similarity index 100% rename from apps/sponsors/locale/jp/LC_MESSAGES/django.mo rename to src/sponsors/locale/jp/LC_MESSAGES/django.mo diff --git a/apps/sponsors/locale/jp/LC_MESSAGES/django.po b/src/sponsors/locale/jp/LC_MESSAGES/django.po similarity index 100% rename from apps/sponsors/locale/jp/LC_MESSAGES/django.po rename to src/sponsors/locale/jp/LC_MESSAGES/django.po diff --git a/apps/sponsors/locale/lt/LC_MESSAGES/django.mo b/src/sponsors/locale/lt/LC_MESSAGES/django.mo similarity index 100% rename from apps/sponsors/locale/lt/LC_MESSAGES/django.mo rename to src/sponsors/locale/lt/LC_MESSAGES/django.mo diff --git a/apps/sponsors/locale/lt/LC_MESSAGES/django.po b/src/sponsors/locale/lt/LC_MESSAGES/django.po similarity index 100% rename from apps/sponsors/locale/lt/LC_MESSAGES/django.po rename to src/sponsors/locale/lt/LC_MESSAGES/django.po diff --git a/apps/sponsors/locale/pl/LC_MESSAGES/django.mo b/src/sponsors/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/sponsors/locale/pl/LC_MESSAGES/django.mo rename to src/sponsors/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/sponsors/locale/pl/LC_MESSAGES/django.po b/src/sponsors/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/sponsors/locale/pl/LC_MESSAGES/django.po rename to src/sponsors/locale/pl/LC_MESSAGES/django.po diff --git a/apps/sponsors/locale/ru/LC_MESSAGES/django.mo b/src/sponsors/locale/ru/LC_MESSAGES/django.mo similarity index 100% rename from apps/sponsors/locale/ru/LC_MESSAGES/django.mo rename to src/sponsors/locale/ru/LC_MESSAGES/django.mo diff --git a/apps/sponsors/locale/ru/LC_MESSAGES/django.po b/src/sponsors/locale/ru/LC_MESSAGES/django.po similarity index 100% rename from apps/sponsors/locale/ru/LC_MESSAGES/django.po rename to src/sponsors/locale/ru/LC_MESSAGES/django.po diff --git a/apps/sponsors/locale/uk/LC_MESSAGES/django.mo b/src/sponsors/locale/uk/LC_MESSAGES/django.mo similarity index 100% rename from apps/sponsors/locale/uk/LC_MESSAGES/django.mo rename to src/sponsors/locale/uk/LC_MESSAGES/django.mo diff --git a/apps/sponsors/locale/uk/LC_MESSAGES/django.po b/src/sponsors/locale/uk/LC_MESSAGES/django.po similarity index 100% rename from apps/sponsors/locale/uk/LC_MESSAGES/django.po rename to src/sponsors/locale/uk/LC_MESSAGES/django.po diff --git a/apps/sponsors/migrations/0001_initial.py b/src/sponsors/migrations/0001_initial.py similarity index 100% rename from apps/sponsors/migrations/0001_initial.py rename to src/sponsors/migrations/0001_initial.py diff --git a/apps/sponsors/migrations/0002_auto_20151221_1225.py b/src/sponsors/migrations/0002_auto_20151221_1225.py similarity index 100% rename from apps/sponsors/migrations/0002_auto_20151221_1225.py rename to src/sponsors/migrations/0002_auto_20151221_1225.py diff --git a/apps/sponsors/migrations/__init__.py b/src/sponsors/migrations/__init__.py similarity index 100% rename from apps/sponsors/migrations/__init__.py rename to src/sponsors/migrations/__init__.py diff --git a/apps/sponsors/models.py b/src/sponsors/models.py similarity index 100% rename from apps/sponsors/models.py rename to src/sponsors/models.py diff --git a/apps/sponsors/static/sponsors/css/footer_admin.css b/src/sponsors/static/sponsors/css/footer_admin.css similarity index 100% rename from apps/sponsors/static/sponsors/css/footer_admin.css rename to src/sponsors/static/sponsors/css/footer_admin.css diff --git a/apps/sponsors/static/sponsors/css/sponsors.css b/src/sponsors/static/sponsors/css/sponsors.css similarity index 100% rename from apps/sponsors/static/sponsors/css/sponsors.css rename to src/sponsors/static/sponsors/css/sponsors.css diff --git a/apps/sponsors/static/sponsors/js/footer_admin.js b/src/sponsors/static/sponsors/js/footer_admin.js similarity index 100% rename from apps/sponsors/static/sponsors/js/footer_admin.js rename to src/sponsors/static/sponsors/js/footer_admin.js diff --git a/apps/sponsors/static/sponsors/js/jquery.json.min.js b/src/sponsors/static/sponsors/js/jquery.json.min.js similarity index 100% rename from apps/sponsors/static/sponsors/js/jquery.json.min.js rename to src/sponsors/static/sponsors/js/jquery.json.min.js diff --git a/apps/sponsors/static/sponsors/js/sponsors.js b/src/sponsors/static/sponsors/js/sponsors.js similarity index 100% rename from apps/sponsors/static/sponsors/js/sponsors.js rename to src/sponsors/static/sponsors/js/sponsors.js diff --git a/apps/sponsors/templates/sponsors/page.html b/src/sponsors/templates/sponsors/page.html similarity index 100% rename from apps/sponsors/templates/sponsors/page.html rename to src/sponsors/templates/sponsors/page.html diff --git a/apps/sponsors/urls.py b/src/sponsors/urls.py similarity index 100% rename from apps/sponsors/urls.py rename to src/sponsors/urls.py diff --git a/apps/sponsors/views.py b/src/sponsors/views.py similarity index 100% rename from apps/sponsors/views.py rename to src/sponsors/views.py diff --git a/apps/sponsors/widgets.py b/src/sponsors/widgets.py similarity index 100% rename from apps/sponsors/widgets.py rename to src/sponsors/widgets.py diff --git a/apps/stats/__init__.py b/src/stats/__init__.py similarity index 100% rename from apps/stats/__init__.py rename to src/stats/__init__.py diff --git a/apps/stats/models.py b/src/stats/models.py similarity index 100% rename from apps/stats/models.py rename to src/stats/models.py diff --git a/apps/stats/tasks.py b/src/stats/tasks.py similarity index 100% rename from apps/stats/tasks.py rename to src/stats/tasks.py diff --git a/apps/stats/utils.py b/src/stats/utils.py similarity index 100% rename from apps/stats/utils.py rename to src/stats/utils.py diff --git a/apps/suggest/__init__.py b/src/suggest/__init__.py similarity index 100% rename from apps/suggest/__init__.py rename to src/suggest/__init__.py diff --git a/apps/suggest/admin.py b/src/suggest/admin.py similarity index 100% rename from apps/suggest/admin.py rename to src/suggest/admin.py diff --git a/apps/suggest/forms.py b/src/suggest/forms.py similarity index 100% rename from apps/suggest/forms.py rename to src/suggest/forms.py diff --git a/apps/suggest/locale/de/LC_MESSAGES/django.mo b/src/suggest/locale/de/LC_MESSAGES/django.mo similarity index 100% rename from apps/suggest/locale/de/LC_MESSAGES/django.mo rename to src/suggest/locale/de/LC_MESSAGES/django.mo diff --git a/apps/suggest/locale/de/LC_MESSAGES/django.po b/src/suggest/locale/de/LC_MESSAGES/django.po similarity index 100% rename from apps/suggest/locale/de/LC_MESSAGES/django.po rename to src/suggest/locale/de/LC_MESSAGES/django.po diff --git a/apps/suggest/locale/en/LC_MESSAGES/django.mo b/src/suggest/locale/en/LC_MESSAGES/django.mo similarity index 100% rename from apps/suggest/locale/en/LC_MESSAGES/django.mo rename to src/suggest/locale/en/LC_MESSAGES/django.mo diff --git a/apps/suggest/locale/en/LC_MESSAGES/django.po b/src/suggest/locale/en/LC_MESSAGES/django.po similarity index 100% rename from apps/suggest/locale/en/LC_MESSAGES/django.po rename to src/suggest/locale/en/LC_MESSAGES/django.po diff --git a/apps/suggest/locale/es/LC_MESSAGES/django.mo b/src/suggest/locale/es/LC_MESSAGES/django.mo similarity index 100% rename from apps/suggest/locale/es/LC_MESSAGES/django.mo rename to src/suggest/locale/es/LC_MESSAGES/django.mo diff --git a/apps/suggest/locale/es/LC_MESSAGES/django.po b/src/suggest/locale/es/LC_MESSAGES/django.po similarity index 100% rename from apps/suggest/locale/es/LC_MESSAGES/django.po rename to src/suggest/locale/es/LC_MESSAGES/django.po diff --git a/apps/suggest/locale/fr/LC_MESSAGES/django.mo b/src/suggest/locale/fr/LC_MESSAGES/django.mo similarity index 100% rename from apps/suggest/locale/fr/LC_MESSAGES/django.mo rename to src/suggest/locale/fr/LC_MESSAGES/django.mo diff --git a/apps/suggest/locale/fr/LC_MESSAGES/django.po b/src/suggest/locale/fr/LC_MESSAGES/django.po similarity index 100% rename from apps/suggest/locale/fr/LC_MESSAGES/django.po rename to src/suggest/locale/fr/LC_MESSAGES/django.po diff --git a/apps/suggest/locale/it/LC_MESSAGES/django.mo b/src/suggest/locale/it/LC_MESSAGES/django.mo similarity index 100% rename from apps/suggest/locale/it/LC_MESSAGES/django.mo rename to src/suggest/locale/it/LC_MESSAGES/django.mo diff --git a/apps/suggest/locale/it/LC_MESSAGES/django.po b/src/suggest/locale/it/LC_MESSAGES/django.po similarity index 100% rename from apps/suggest/locale/it/LC_MESSAGES/django.po rename to src/suggest/locale/it/LC_MESSAGES/django.po diff --git a/apps/suggest/locale/jp/LC_MESSAGES/django.mo b/src/suggest/locale/jp/LC_MESSAGES/django.mo similarity index 100% rename from apps/suggest/locale/jp/LC_MESSAGES/django.mo rename to src/suggest/locale/jp/LC_MESSAGES/django.mo diff --git a/apps/suggest/locale/jp/LC_MESSAGES/django.po b/src/suggest/locale/jp/LC_MESSAGES/django.po similarity index 100% rename from apps/suggest/locale/jp/LC_MESSAGES/django.po rename to src/suggest/locale/jp/LC_MESSAGES/django.po diff --git a/apps/suggest/locale/lt/LC_MESSAGES/django.mo b/src/suggest/locale/lt/LC_MESSAGES/django.mo similarity index 100% rename from apps/suggest/locale/lt/LC_MESSAGES/django.mo rename to src/suggest/locale/lt/LC_MESSAGES/django.mo diff --git a/apps/suggest/locale/lt/LC_MESSAGES/django.po b/src/suggest/locale/lt/LC_MESSAGES/django.po similarity index 100% rename from apps/suggest/locale/lt/LC_MESSAGES/django.po rename to src/suggest/locale/lt/LC_MESSAGES/django.po diff --git a/apps/suggest/locale/pl/LC_MESSAGES/django.mo b/src/suggest/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/suggest/locale/pl/LC_MESSAGES/django.mo rename to src/suggest/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/suggest/locale/pl/LC_MESSAGES/django.po b/src/suggest/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/suggest/locale/pl/LC_MESSAGES/django.po rename to src/suggest/locale/pl/LC_MESSAGES/django.po diff --git a/apps/suggest/locale/ru/LC_MESSAGES/django.mo b/src/suggest/locale/ru/LC_MESSAGES/django.mo similarity index 100% rename from apps/suggest/locale/ru/LC_MESSAGES/django.mo rename to src/suggest/locale/ru/LC_MESSAGES/django.mo diff --git a/apps/suggest/locale/ru/LC_MESSAGES/django.po b/src/suggest/locale/ru/LC_MESSAGES/django.po similarity index 100% rename from apps/suggest/locale/ru/LC_MESSAGES/django.po rename to src/suggest/locale/ru/LC_MESSAGES/django.po diff --git a/apps/suggest/locale/uk/LC_MESSAGES/django.mo b/src/suggest/locale/uk/LC_MESSAGES/django.mo similarity index 100% rename from apps/suggest/locale/uk/LC_MESSAGES/django.mo rename to src/suggest/locale/uk/LC_MESSAGES/django.mo diff --git a/apps/suggest/locale/uk/LC_MESSAGES/django.po b/src/suggest/locale/uk/LC_MESSAGES/django.po similarity index 100% rename from apps/suggest/locale/uk/LC_MESSAGES/django.po rename to src/suggest/locale/uk/LC_MESSAGES/django.po diff --git a/apps/suggest/migrations/0001_initial.py b/src/suggest/migrations/0001_initial.py similarity index 100% rename from apps/suggest/migrations/0001_initial.py rename to src/suggest/migrations/0001_initial.py diff --git a/apps/suggest/migrations/0002_auto_20151221_1225.py b/src/suggest/migrations/0002_auto_20151221_1225.py similarity index 100% rename from apps/suggest/migrations/0002_auto_20151221_1225.py rename to src/suggest/migrations/0002_auto_20151221_1225.py diff --git a/apps/suggest/migrations/__init__.py b/src/suggest/migrations/__init__.py similarity index 100% rename from apps/suggest/migrations/__init__.py rename to src/suggest/migrations/__init__.py diff --git a/apps/suggest/models.py b/src/suggest/models.py similarity index 100% rename from apps/suggest/models.py rename to src/suggest/models.py diff --git a/apps/suggest/templates/publishing_suggest.html b/src/suggest/templates/publishing_suggest.html similarity index 100% rename from apps/suggest/templates/publishing_suggest.html rename to src/suggest/templates/publishing_suggest.html diff --git a/apps/suggest/urls.py b/src/suggest/urls.py similarity index 100% rename from apps/suggest/urls.py rename to src/suggest/urls.py diff --git a/apps/suggest/views.py b/src/suggest/views.py similarity index 100% rename from apps/suggest/views.py rename to src/suggest/views.py diff --git a/apps/waiter/__init__.py b/src/waiter/__init__.py similarity index 100% rename from apps/waiter/__init__.py rename to src/waiter/__init__.py diff --git a/apps/waiter/locale/pl/LC_MESSAGES/django.mo b/src/waiter/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/waiter/locale/pl/LC_MESSAGES/django.mo rename to src/waiter/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/waiter/locale/pl/LC_MESSAGES/django.po b/src/waiter/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/waiter/locale/pl/LC_MESSAGES/django.po rename to src/waiter/locale/pl/LC_MESSAGES/django.po diff --git a/apps/waiter/migrations/0001_initial.py b/src/waiter/migrations/0001_initial.py similarity index 100% rename from apps/waiter/migrations/0001_initial.py rename to src/waiter/migrations/0001_initial.py diff --git a/apps/waiter/migrations/__init__.py b/src/waiter/migrations/__init__.py similarity index 100% rename from apps/waiter/migrations/__init__.py rename to src/waiter/migrations/__init__.py diff --git a/apps/waiter/models.py b/src/waiter/models.py similarity index 100% rename from apps/waiter/models.py rename to src/waiter/models.py diff --git a/apps/waiter/settings.py b/src/waiter/settings.py similarity index 100% rename from apps/waiter/settings.py rename to src/waiter/settings.py diff --git a/apps/waiter/tasks.py b/src/waiter/tasks.py similarity index 100% rename from apps/waiter/tasks.py rename to src/waiter/tasks.py diff --git a/apps/waiter/templates/waiter/wait.html b/src/waiter/templates/waiter/wait.html similarity index 100% rename from apps/waiter/templates/waiter/wait.html rename to src/waiter/templates/waiter/wait.html diff --git a/apps/waiter/urls.py b/src/waiter/urls.py similarity index 100% rename from apps/waiter/urls.py rename to src/waiter/urls.py diff --git a/apps/waiter/utils.py b/src/waiter/utils.py similarity index 100% rename from apps/waiter/utils.py rename to src/waiter/utils.py diff --git a/apps/waiter/views.py b/src/waiter/views.py similarity index 100% rename from apps/waiter/views.py rename to src/waiter/views.py diff --git a/src/wolnelektury/__init__.py b/src/wolnelektury/__init__.py new file mode 100644 index 000000000..c6098f4e9 --- /dev/null +++ b/src/wolnelektury/__init__.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. +# +from .celery import app as celery_app + +default_app_config = 'wolnelektury.apps.WLCoreConfig' diff --git a/apps/wolnelektury_core/apps.py b/src/wolnelektury/apps.py similarity index 90% rename from apps/wolnelektury_core/apps.py rename to src/wolnelektury/apps.py index 996ccaec6..a45bfe24f 100644 --- a/apps/wolnelektury_core/apps.py +++ b/src/wolnelektury/apps.py @@ -5,7 +5,7 @@ from django.apps import AppConfig class WLCoreConfig(AppConfig): - name = 'wolnelektury_core' + name = 'wolnelektury' def ready(self): from . import signals diff --git a/wolnelektury/celery.py b/src/wolnelektury/celery.py similarity index 100% rename from wolnelektury/celery.py rename to src/wolnelektury/celery.py diff --git a/apps/wolnelektury_core/context_processors.py b/src/wolnelektury/context_processors.py similarity index 100% rename from apps/wolnelektury_core/context_processors.py rename to src/wolnelektury/context_processors.py diff --git a/wolnelektury/locale-contrib/de/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/de/LC_MESSAGES/django.mo similarity index 100% rename from wolnelektury/locale-contrib/de/LC_MESSAGES/django.mo rename to src/wolnelektury/locale-contrib/de/LC_MESSAGES/django.mo diff --git a/wolnelektury/locale-contrib/de/LC_MESSAGES/django.po b/src/wolnelektury/locale-contrib/de/LC_MESSAGES/django.po similarity index 100% rename from wolnelektury/locale-contrib/de/LC_MESSAGES/django.po rename to src/wolnelektury/locale-contrib/de/LC_MESSAGES/django.po diff --git a/wolnelektury/locale-contrib/django.pot b/src/wolnelektury/locale-contrib/django.pot similarity index 100% rename from wolnelektury/locale-contrib/django.pot rename to src/wolnelektury/locale-contrib/django.pot diff --git a/wolnelektury/locale-contrib/en/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/en/LC_MESSAGES/django.mo similarity index 100% rename from wolnelektury/locale-contrib/en/LC_MESSAGES/django.mo rename to src/wolnelektury/locale-contrib/en/LC_MESSAGES/django.mo diff --git a/wolnelektury/locale-contrib/en/LC_MESSAGES/django.po b/src/wolnelektury/locale-contrib/en/LC_MESSAGES/django.po similarity index 100% rename from wolnelektury/locale-contrib/en/LC_MESSAGES/django.po rename to src/wolnelektury/locale-contrib/en/LC_MESSAGES/django.po diff --git a/wolnelektury/locale-contrib/es/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/es/LC_MESSAGES/django.mo similarity index 100% rename from wolnelektury/locale-contrib/es/LC_MESSAGES/django.mo rename to src/wolnelektury/locale-contrib/es/LC_MESSAGES/django.mo diff --git a/wolnelektury/locale-contrib/es/LC_MESSAGES/django.po b/src/wolnelektury/locale-contrib/es/LC_MESSAGES/django.po similarity index 100% rename from wolnelektury/locale-contrib/es/LC_MESSAGES/django.po rename to src/wolnelektury/locale-contrib/es/LC_MESSAGES/django.po diff --git a/wolnelektury/locale-contrib/fr/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/fr/LC_MESSAGES/django.mo similarity index 100% rename from wolnelektury/locale-contrib/fr/LC_MESSAGES/django.mo rename to src/wolnelektury/locale-contrib/fr/LC_MESSAGES/django.mo diff --git a/wolnelektury/locale-contrib/fr/LC_MESSAGES/django.po b/src/wolnelektury/locale-contrib/fr/LC_MESSAGES/django.po similarity index 100% rename from wolnelektury/locale-contrib/fr/LC_MESSAGES/django.po rename to src/wolnelektury/locale-contrib/fr/LC_MESSAGES/django.po diff --git a/wolnelektury/locale-contrib/it/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/it/LC_MESSAGES/django.mo similarity index 100% rename from wolnelektury/locale-contrib/it/LC_MESSAGES/django.mo rename to src/wolnelektury/locale-contrib/it/LC_MESSAGES/django.mo diff --git a/wolnelektury/locale-contrib/it/LC_MESSAGES/django.po b/src/wolnelektury/locale-contrib/it/LC_MESSAGES/django.po similarity index 100% rename from wolnelektury/locale-contrib/it/LC_MESSAGES/django.po rename to src/wolnelektury/locale-contrib/it/LC_MESSAGES/django.po diff --git a/wolnelektury/locale-contrib/lt/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/lt/LC_MESSAGES/django.mo similarity index 100% rename from wolnelektury/locale-contrib/lt/LC_MESSAGES/django.mo rename to src/wolnelektury/locale-contrib/lt/LC_MESSAGES/django.mo diff --git a/wolnelektury/locale-contrib/lt/LC_MESSAGES/django.po b/src/wolnelektury/locale-contrib/lt/LC_MESSAGES/django.po similarity index 100% rename from wolnelektury/locale-contrib/lt/LC_MESSAGES/django.po rename to src/wolnelektury/locale-contrib/lt/LC_MESSAGES/django.po diff --git a/wolnelektury/locale-contrib/pl/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/pl/LC_MESSAGES/django.mo similarity index 100% rename from wolnelektury/locale-contrib/pl/LC_MESSAGES/django.mo rename to src/wolnelektury/locale-contrib/pl/LC_MESSAGES/django.mo diff --git a/wolnelektury/locale-contrib/pl/LC_MESSAGES/django.po b/src/wolnelektury/locale-contrib/pl/LC_MESSAGES/django.po similarity index 100% rename from wolnelektury/locale-contrib/pl/LC_MESSAGES/django.po rename to src/wolnelektury/locale-contrib/pl/LC_MESSAGES/django.po diff --git a/wolnelektury/locale-contrib/ru/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/ru/LC_MESSAGES/django.mo similarity index 100% rename from wolnelektury/locale-contrib/ru/LC_MESSAGES/django.mo rename to src/wolnelektury/locale-contrib/ru/LC_MESSAGES/django.mo diff --git a/wolnelektury/locale-contrib/ru/LC_MESSAGES/django.po b/src/wolnelektury/locale-contrib/ru/LC_MESSAGES/django.po similarity index 100% rename from wolnelektury/locale-contrib/ru/LC_MESSAGES/django.po rename to src/wolnelektury/locale-contrib/ru/LC_MESSAGES/django.po diff --git a/wolnelektury/locale-contrib/uk/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/uk/LC_MESSAGES/django.mo similarity index 100% rename from wolnelektury/locale-contrib/uk/LC_MESSAGES/django.mo rename to src/wolnelektury/locale-contrib/uk/LC_MESSAGES/django.mo diff --git a/wolnelektury/locale-contrib/uk/LC_MESSAGES/django.po b/src/wolnelektury/locale-contrib/uk/LC_MESSAGES/django.po similarity index 100% rename from wolnelektury/locale-contrib/uk/LC_MESSAGES/django.po rename to src/wolnelektury/locale-contrib/uk/LC_MESSAGES/django.po diff --git a/apps/wolnelektury_core/locale/de/LC_MESSAGES/django.mo b/src/wolnelektury/locale/de/LC_MESSAGES/django.mo similarity index 100% rename from apps/wolnelektury_core/locale/de/LC_MESSAGES/django.mo rename to src/wolnelektury/locale/de/LC_MESSAGES/django.mo diff --git a/apps/wolnelektury_core/locale/de/LC_MESSAGES/django.po b/src/wolnelektury/locale/de/LC_MESSAGES/django.po similarity index 100% rename from apps/wolnelektury_core/locale/de/LC_MESSAGES/django.po rename to src/wolnelektury/locale/de/LC_MESSAGES/django.po diff --git a/apps/wolnelektury_core/locale/en/LC_MESSAGES/django.mo b/src/wolnelektury/locale/en/LC_MESSAGES/django.mo similarity index 100% rename from apps/wolnelektury_core/locale/en/LC_MESSAGES/django.mo rename to src/wolnelektury/locale/en/LC_MESSAGES/django.mo diff --git a/apps/wolnelektury_core/locale/en/LC_MESSAGES/django.po b/src/wolnelektury/locale/en/LC_MESSAGES/django.po similarity index 100% rename from apps/wolnelektury_core/locale/en/LC_MESSAGES/django.po rename to src/wolnelektury/locale/en/LC_MESSAGES/django.po diff --git a/apps/wolnelektury_core/locale/es/LC_MESSAGES/django.mo b/src/wolnelektury/locale/es/LC_MESSAGES/django.mo similarity index 100% rename from apps/wolnelektury_core/locale/es/LC_MESSAGES/django.mo rename to src/wolnelektury/locale/es/LC_MESSAGES/django.mo diff --git a/apps/wolnelektury_core/locale/es/LC_MESSAGES/django.po b/src/wolnelektury/locale/es/LC_MESSAGES/django.po similarity index 100% rename from apps/wolnelektury_core/locale/es/LC_MESSAGES/django.po rename to src/wolnelektury/locale/es/LC_MESSAGES/django.po diff --git a/apps/wolnelektury_core/locale/fr/LC_MESSAGES/django.mo b/src/wolnelektury/locale/fr/LC_MESSAGES/django.mo similarity index 100% rename from apps/wolnelektury_core/locale/fr/LC_MESSAGES/django.mo rename to src/wolnelektury/locale/fr/LC_MESSAGES/django.mo diff --git a/apps/wolnelektury_core/locale/fr/LC_MESSAGES/django.po b/src/wolnelektury/locale/fr/LC_MESSAGES/django.po similarity index 100% rename from apps/wolnelektury_core/locale/fr/LC_MESSAGES/django.po rename to src/wolnelektury/locale/fr/LC_MESSAGES/django.po diff --git a/apps/wolnelektury_core/locale/it/LC_MESSAGES/django.mo b/src/wolnelektury/locale/it/LC_MESSAGES/django.mo similarity index 100% rename from apps/wolnelektury_core/locale/it/LC_MESSAGES/django.mo rename to src/wolnelektury/locale/it/LC_MESSAGES/django.mo diff --git a/apps/wolnelektury_core/locale/it/LC_MESSAGES/django.po b/src/wolnelektury/locale/it/LC_MESSAGES/django.po similarity index 100% rename from apps/wolnelektury_core/locale/it/LC_MESSAGES/django.po rename to src/wolnelektury/locale/it/LC_MESSAGES/django.po diff --git a/apps/wolnelektury_core/locale/jp/LC_MESSAGES/django.mo b/src/wolnelektury/locale/jp/LC_MESSAGES/django.mo similarity index 100% rename from apps/wolnelektury_core/locale/jp/LC_MESSAGES/django.mo rename to src/wolnelektury/locale/jp/LC_MESSAGES/django.mo diff --git a/apps/wolnelektury_core/locale/jp/LC_MESSAGES/django.po b/src/wolnelektury/locale/jp/LC_MESSAGES/django.po similarity index 100% rename from apps/wolnelektury_core/locale/jp/LC_MESSAGES/django.po rename to src/wolnelektury/locale/jp/LC_MESSAGES/django.po diff --git a/apps/wolnelektury_core/locale/lt/LC_MESSAGES/django.mo b/src/wolnelektury/locale/lt/LC_MESSAGES/django.mo similarity index 100% rename from apps/wolnelektury_core/locale/lt/LC_MESSAGES/django.mo rename to src/wolnelektury/locale/lt/LC_MESSAGES/django.mo diff --git a/apps/wolnelektury_core/locale/lt/LC_MESSAGES/django.po b/src/wolnelektury/locale/lt/LC_MESSAGES/django.po similarity index 100% rename from apps/wolnelektury_core/locale/lt/LC_MESSAGES/django.po rename to src/wolnelektury/locale/lt/LC_MESSAGES/django.po diff --git a/apps/wolnelektury_core/locale/pl/LC_MESSAGES/django.mo b/src/wolnelektury/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from apps/wolnelektury_core/locale/pl/LC_MESSAGES/django.mo rename to src/wolnelektury/locale/pl/LC_MESSAGES/django.mo diff --git a/apps/wolnelektury_core/locale/pl/LC_MESSAGES/django.po b/src/wolnelektury/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from apps/wolnelektury_core/locale/pl/LC_MESSAGES/django.po rename to src/wolnelektury/locale/pl/LC_MESSAGES/django.po diff --git a/apps/wolnelektury_core/locale/ru/LC_MESSAGES/django.mo b/src/wolnelektury/locale/ru/LC_MESSAGES/django.mo similarity index 100% rename from apps/wolnelektury_core/locale/ru/LC_MESSAGES/django.mo rename to src/wolnelektury/locale/ru/LC_MESSAGES/django.mo diff --git a/apps/wolnelektury_core/locale/ru/LC_MESSAGES/django.po b/src/wolnelektury/locale/ru/LC_MESSAGES/django.po similarity index 100% rename from apps/wolnelektury_core/locale/ru/LC_MESSAGES/django.po rename to src/wolnelektury/locale/ru/LC_MESSAGES/django.po diff --git a/apps/wolnelektury_core/locale/uk/LC_MESSAGES/django.mo b/src/wolnelektury/locale/uk/LC_MESSAGES/django.mo similarity index 100% rename from apps/wolnelektury_core/locale/uk/LC_MESSAGES/django.mo rename to src/wolnelektury/locale/uk/LC_MESSAGES/django.mo diff --git a/apps/wolnelektury_core/locale/uk/LC_MESSAGES/django.po b/src/wolnelektury/locale/uk/LC_MESSAGES/django.po similarity index 100% rename from apps/wolnelektury_core/locale/uk/LC_MESSAGES/django.po rename to src/wolnelektury/locale/uk/LC_MESSAGES/django.po diff --git a/apps/wolnelektury_core/management/__init__.py b/src/wolnelektury/management/__init__.py similarity index 100% rename from apps/wolnelektury_core/management/__init__.py rename to src/wolnelektury/management/__init__.py diff --git a/apps/wolnelektury_core/management/commands/__init__.py b/src/wolnelektury/management/commands/__init__.py similarity index 100% rename from apps/wolnelektury_core/management/commands/__init__.py rename to src/wolnelektury/management/commands/__init__.py diff --git a/apps/wolnelektury_core/management/commands/localepack.py b/src/wolnelektury/management/commands/localepack.py similarity index 100% rename from apps/wolnelektury_core/management/commands/localepack.py rename to src/wolnelektury/management/commands/localepack.py diff --git a/apps/wolnelektury_core/management/commands/translation2po.py b/src/wolnelektury/management/commands/translation2po.py similarity index 100% rename from apps/wolnelektury_core/management/commands/translation2po.py rename to src/wolnelektury/management/commands/translation2po.py diff --git a/apps/wolnelektury_core/management/profile.py b/src/wolnelektury/management/profile.py similarity index 100% rename from apps/wolnelektury_core/management/profile.py rename to src/wolnelektury/management/profile.py diff --git a/wolnelektury/middleware.py b/src/wolnelektury/middleware.py similarity index 100% rename from wolnelektury/middleware.py rename to src/wolnelektury/middleware.py diff --git a/apps/wolnelektury_core/templatetags/__init__.py b/src/wolnelektury/migrations/__init__.py similarity index 100% rename from apps/wolnelektury_core/templatetags/__init__.py rename to src/wolnelektury/migrations/__init__.py diff --git a/wolnelektury/migrations/getpaid/0001_initial.py b/src/wolnelektury/migrations/getpaid/0001_initial.py similarity index 100% rename from wolnelektury/migrations/getpaid/0001_initial.py rename to src/wolnelektury/migrations/getpaid/0001_initial.py diff --git a/wolnelektury/migrations/getpaid/0002_auto_20151221_1225.py b/src/wolnelektury/migrations/getpaid/0002_auto_20151221_1225.py similarity index 100% rename from wolnelektury/migrations/getpaid/0002_auto_20151221_1225.py rename to src/wolnelektury/migrations/getpaid/0002_auto_20151221_1225.py diff --git a/wolnelektury/migrations/__init__.py b/src/wolnelektury/migrations/getpaid/__init__.py similarity index 100% rename from wolnelektury/migrations/__init__.py rename to src/wolnelektury/migrations/getpaid/__init__.py diff --git a/wolnelektury/migrations/piston/0001_initial.py b/src/wolnelektury/migrations/piston/0001_initial.py similarity index 100% rename from wolnelektury/migrations/piston/0001_initial.py rename to src/wolnelektury/migrations/piston/0001_initial.py diff --git a/wolnelektury/migrations/getpaid/__init__.py b/src/wolnelektury/migrations/piston/__init__.py similarity index 100% rename from wolnelektury/migrations/getpaid/__init__.py rename to src/wolnelektury/migrations/piston/__init__.py diff --git a/wolnelektury/settings/__init__.py b/src/wolnelektury/settings/__init__.py similarity index 97% rename from wolnelektury/settings/__init__.py rename to src/wolnelektury/settings/__init__.py index 9224484de..411202d6a 100644 --- a/wolnelektury/settings/__init__.py +++ b/src/wolnelektury/settings/__init__.py @@ -18,7 +18,7 @@ TEMPLATE_CONTEXT_PROCESSORS = ( 'django.core.context_processors.i18n', 'django.core.context_processors.media', 'django.core.context_processors.request', - 'wolnelektury_core.context_processors.extra_settings', + 'wolnelektury.context_processors.extra_settings', 'search.context_processors.search_form', ) @@ -44,7 +44,7 @@ ROOT_URLCONF = 'wolnelektury.urls' # These are the ones we should test. INSTALLED_APPS_OUR = [ - 'wolnelektury_core', + 'wolnelektury', # our 'ajaxable', 'api', diff --git a/wolnelektury/settings/auth.py b/src/wolnelektury/settings/auth.py similarity index 100% rename from wolnelektury/settings/auth.py rename to src/wolnelektury/settings/auth.py diff --git a/wolnelektury/settings/basic.py b/src/wolnelektury/settings/basic.py similarity index 100% rename from wolnelektury/settings/basic.py rename to src/wolnelektury/settings/basic.py diff --git a/wolnelektury/settings/cache.py b/src/wolnelektury/settings/cache.py similarity index 100% rename from wolnelektury/settings/cache.py rename to src/wolnelektury/settings/cache.py diff --git a/wolnelektury/settings/celery.py b/src/wolnelektury/settings/celery.py similarity index 100% rename from wolnelektury/settings/celery.py rename to src/wolnelektury/settings/celery.py diff --git a/wolnelektury/settings/contrib.py b/src/wolnelektury/settings/contrib.py similarity index 100% rename from wolnelektury/settings/contrib.py rename to src/wolnelektury/settings/contrib.py diff --git a/wolnelektury/settings/custom.py b/src/wolnelektury/settings/custom.py similarity index 100% rename from wolnelektury/settings/custom.py rename to src/wolnelektury/settings/custom.py diff --git a/wolnelektury/settings/locale.py b/src/wolnelektury/settings/locale.py similarity index 100% rename from wolnelektury/settings/locale.py rename to src/wolnelektury/settings/locale.py diff --git a/src/wolnelektury/settings/paths.py b/src/wolnelektury/settings/paths.py new file mode 100644 index 000000000..dfb99de04 --- /dev/null +++ b/src/wolnelektury/settings/paths.py @@ -0,0 +1,6 @@ +from os import path + +PROJECT_DIR = path.dirname(path.dirname(path.abspath(__file__))) +ROOT_DIR = path.dirname(path.dirname(PROJECT_DIR)) +VAR_DIR = path.join(ROOT_DIR, 'var') + diff --git a/wolnelektury/settings/static.py b/src/wolnelektury/settings/static.py similarity index 96% rename from wolnelektury/settings/static.py rename to src/wolnelektury/settings/static.py index a5d7bb7c4..027879a33 100644 --- a/wolnelektury/settings/static.py +++ b/src/wolnelektury/settings/static.py @@ -1,11 +1,11 @@ from os import path -from .paths import PROJECT_DIR +from .paths import VAR_DIR # Absolute path to the directory that holds media. # Example: "/home/media/media.lawrence.com/" -MEDIA_ROOT = path.join(PROJECT_DIR, '../media/') -STATIC_ROOT = path.join(PROJECT_DIR, '../static/') -SEARCH_INDEX = path.join(PROJECT_DIR, '../search_index/') +MEDIA_ROOT = path.join(VAR_DIR, 'media/') +STATIC_ROOT = path.join(VAR_DIR, 'static/') +SEARCH_INDEX = path.join(VAR_DIR, 'search_index/') # URL that handles the media served from MEDIA_ROOT. Make sure to use a # trailing slash if there is a path component (optional in other cases). diff --git a/apps/wolnelektury_core/signals.py b/src/wolnelektury/signals.py similarity index 100% rename from apps/wolnelektury_core/signals.py rename to src/wolnelektury/signals.py diff --git a/apps/wolnelektury_core/static/css/annoy.css b/src/wolnelektury/static/css/annoy.css similarity index 100% rename from apps/wolnelektury_core/static/css/annoy.css rename to src/wolnelektury/static/css/annoy.css diff --git a/apps/wolnelektury_core/static/css/jquery.countdown.css b/src/wolnelektury/static/css/jquery.countdown.css similarity index 100% rename from apps/wolnelektury_core/static/css/jquery.countdown.css rename to src/wolnelektury/static/css/jquery.countdown.css diff --git a/apps/wolnelektury_core/static/css/master.book.css b/src/wolnelektury/static/css/master.book.css similarity index 100% rename from apps/wolnelektury_core/static/css/master.book.css rename to src/wolnelektury/static/css/master.book.css diff --git a/apps/wolnelektury_core/static/css/master.picture.css b/src/wolnelektury/static/css/master.picture.css similarity index 100% rename from apps/wolnelektury_core/static/css/master.picture.css rename to src/wolnelektury/static/css/master.picture.css diff --git a/apps/wolnelektury_core/static/css/new.book.css b/src/wolnelektury/static/css/new.book.css similarity index 100% rename from apps/wolnelektury_core/static/css/new.book.css rename to src/wolnelektury/static/css/new.book.css diff --git a/apps/wolnelektury_core/static/css/picture_box.css b/src/wolnelektury/static/css/picture_box.css similarity index 100% rename from apps/wolnelektury_core/static/css/picture_box.css rename to src/wolnelektury/static/css/picture_box.css diff --git a/apps/wolnelektury_core/static/css/simple.css b/src/wolnelektury/static/css/simple.css similarity index 100% rename from apps/wolnelektury_core/static/css/simple.css rename to src/wolnelektury/static/css/simple.css diff --git a/apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png b/src/wolnelektury/static/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png similarity index 100% rename from apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png rename to src/wolnelektury/static/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png diff --git a/apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png b/src/wolnelektury/static/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png similarity index 100% rename from apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png rename to src/wolnelektury/static/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png diff --git a/apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png b/src/wolnelektury/static/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png similarity index 100% rename from apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png rename to src/wolnelektury/static/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png diff --git a/apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png b/src/wolnelektury/static/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png similarity index 100% rename from apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png rename to src/wolnelektury/static/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png diff --git a/apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png b/src/wolnelektury/static/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png similarity index 100% rename from apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png rename to src/wolnelektury/static/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png diff --git a/apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png b/src/wolnelektury/static/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png similarity index 100% rename from apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png rename to src/wolnelektury/static/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png diff --git a/apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png b/src/wolnelektury/static/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png similarity index 100% rename from apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png rename to src/wolnelektury/static/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png diff --git a/apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png b/src/wolnelektury/static/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png similarity index 100% rename from apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png rename to src/wolnelektury/static/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png diff --git a/apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png b/src/wolnelektury/static/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png similarity index 100% rename from apps/wolnelektury_core/static/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png rename to src/wolnelektury/static/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png diff --git a/apps/wolnelektury_core/static/css/ui-lightness/images/ui-icons_222222_256x240.png b/src/wolnelektury/static/css/ui-lightness/images/ui-icons_222222_256x240.png similarity index 100% rename from apps/wolnelektury_core/static/css/ui-lightness/images/ui-icons_222222_256x240.png rename to src/wolnelektury/static/css/ui-lightness/images/ui-icons_222222_256x240.png diff --git a/apps/wolnelektury_core/static/css/ui-lightness/images/ui-icons_228ef1_256x240.png b/src/wolnelektury/static/css/ui-lightness/images/ui-icons_228ef1_256x240.png similarity index 100% rename from apps/wolnelektury_core/static/css/ui-lightness/images/ui-icons_228ef1_256x240.png rename to src/wolnelektury/static/css/ui-lightness/images/ui-icons_228ef1_256x240.png diff --git a/apps/wolnelektury_core/static/css/ui-lightness/images/ui-icons_ef8c08_256x240.png b/src/wolnelektury/static/css/ui-lightness/images/ui-icons_ef8c08_256x240.png similarity index 100% rename from apps/wolnelektury_core/static/css/ui-lightness/images/ui-icons_ef8c08_256x240.png rename to src/wolnelektury/static/css/ui-lightness/images/ui-icons_ef8c08_256x240.png diff --git a/apps/wolnelektury_core/static/css/ui-lightness/images/ui-icons_ffd27a_256x240.png b/src/wolnelektury/static/css/ui-lightness/images/ui-icons_ffd27a_256x240.png similarity index 100% rename from apps/wolnelektury_core/static/css/ui-lightness/images/ui-icons_ffd27a_256x240.png rename to src/wolnelektury/static/css/ui-lightness/images/ui-icons_ffd27a_256x240.png diff --git a/apps/wolnelektury_core/static/css/ui-lightness/images/ui-icons_ffffff_256x240.png b/src/wolnelektury/static/css/ui-lightness/images/ui-icons_ffffff_256x240.png similarity index 100% rename from apps/wolnelektury_core/static/css/ui-lightness/images/ui-icons_ffffff_256x240.png rename to src/wolnelektury/static/css/ui-lightness/images/ui-icons_ffffff_256x240.png diff --git a/apps/wolnelektury_core/static/css/ui-lightness/jquery-ui-1.8.16.custom.css b/src/wolnelektury/static/css/ui-lightness/jquery-ui-1.8.16.custom.css similarity index 100% rename from apps/wolnelektury_core/static/css/ui-lightness/jquery-ui-1.8.16.custom.css rename to src/wolnelektury/static/css/ui-lightness/jquery-ui-1.8.16.custom.css diff --git a/apps/wolnelektury_core/static/img/1percent-big.png b/src/wolnelektury/static/img/1percent-big.png similarity index 100% rename from apps/wolnelektury_core/static/img/1percent-big.png rename to src/wolnelektury/static/img/1percent-big.png diff --git a/apps/wolnelektury_core/static/img/android-poster.png b/src/wolnelektury/static/img/android-poster.png similarity index 100% rename from apps/wolnelektury_core/static/img/android-poster.png rename to src/wolnelektury/static/img/android-poster.png diff --git a/apps/wolnelektury_core/static/img/arrow-down.png b/src/wolnelektury/static/img/arrow-down.png similarity index 100% rename from apps/wolnelektury_core/static/img/arrow-down.png rename to src/wolnelektury/static/img/arrow-down.png diff --git a/apps/wolnelektury_core/static/img/arrow-gray.png b/src/wolnelektury/static/img/arrow-gray.png similarity index 100% rename from apps/wolnelektury_core/static/img/arrow-gray.png rename to src/wolnelektury/static/img/arrow-gray.png diff --git a/apps/wolnelektury_core/static/img/arrow-gray.svg b/src/wolnelektury/static/img/arrow-gray.svg similarity index 100% rename from apps/wolnelektury_core/static/img/arrow-gray.svg rename to src/wolnelektury/static/img/arrow-gray.svg diff --git a/apps/wolnelektury_core/static/img/arrow-teal.png b/src/wolnelektury/static/img/arrow-teal.png similarity index 100% rename from apps/wolnelektury_core/static/img/arrow-teal.png rename to src/wolnelektury/static/img/arrow-teal.png diff --git a/apps/wolnelektury_core/static/img/arrow-teal.svg b/src/wolnelektury/static/img/arrow-teal.svg similarity index 100% rename from apps/wolnelektury_core/static/img/arrow-teal.svg rename to src/wolnelektury/static/img/arrow-teal.svg diff --git a/apps/wolnelektury_core/static/img/arrow-up.png b/src/wolnelektury/static/img/arrow-up.png similarity index 100% rename from apps/wolnelektury_core/static/img/arrow-up.png rename to src/wolnelektury/static/img/arrow-up.png diff --git a/apps/wolnelektury_core/static/img/auth/facebook.png b/src/wolnelektury/static/img/auth/facebook.png similarity index 100% rename from apps/wolnelektury_core/static/img/auth/facebook.png rename to src/wolnelektury/static/img/auth/facebook.png diff --git a/apps/wolnelektury_core/static/img/auth/google.png b/src/wolnelektury/static/img/auth/google.png similarity index 100% rename from apps/wolnelektury_core/static/img/auth/google.png rename to src/wolnelektury/static/img/auth/google.png diff --git a/apps/wolnelektury_core/static/img/auth/openid.png b/src/wolnelektury/static/img/auth/openid.png similarity index 100% rename from apps/wolnelektury_core/static/img/auth/openid.png rename to src/wolnelektury/static/img/auth/openid.png diff --git a/apps/wolnelektury_core/static/img/auth/twitter.png b/src/wolnelektury/static/img/auth/twitter.png similarity index 100% rename from apps/wolnelektury_core/static/img/auth/twitter.png rename to src/wolnelektury/static/img/auth/twitter.png diff --git a/apps/wolnelektury_core/static/img/backdrop/boltron-3212284622.jpg b/src/wolnelektury/static/img/backdrop/boltron-3212284622.jpg similarity index 100% rename from apps/wolnelektury_core/static/img/backdrop/boltron-3212284622.jpg rename to src/wolnelektury/static/img/backdrop/boltron-3212284622.jpg diff --git a/apps/wolnelektury_core/static/img/backdrop/book-drawer2.jpg b/src/wolnelektury/static/img/backdrop/book-drawer2.jpg similarity index 100% rename from apps/wolnelektury_core/static/img/backdrop/book-drawer2.jpg rename to src/wolnelektury/static/img/backdrop/book-drawer2.jpg diff --git a/apps/wolnelektury_core/static/img/backdrop/horiavarlan-4268896468.jpg b/src/wolnelektury/static/img/backdrop/horiavarlan-4268896468.jpg similarity index 100% rename from apps/wolnelektury_core/static/img/backdrop/horiavarlan-4268896468.jpg rename to src/wolnelektury/static/img/backdrop/horiavarlan-4268896468.jpg diff --git a/apps/wolnelektury_core/static/img/bg-header.png b/src/wolnelektury/static/img/bg-header.png similarity index 100% rename from apps/wolnelektury_core/static/img/bg-header.png rename to src/wolnelektury/static/img/bg-header.png diff --git a/apps/wolnelektury_core/static/img/bg.png b/src/wolnelektury/static/img/bg.png similarity index 100% rename from apps/wolnelektury_core/static/img/bg.png rename to src/wolnelektury/static/img/bg.png diff --git a/apps/wolnelektury_core/static/img/book-parent.png b/src/wolnelektury/static/img/book-parent.png similarity index 100% rename from apps/wolnelektury_core/static/img/book-parent.png rename to src/wolnelektury/static/img/book-parent.png diff --git a/apps/wolnelektury_core/static/img/book.png b/src/wolnelektury/static/img/book.png similarity index 100% rename from apps/wolnelektury_core/static/img/book.png rename to src/wolnelektury/static/img/book.png diff --git a/apps/wolnelektury_core/static/img/doodle/20110908-android.png b/src/wolnelektury/static/img/doodle/20110908-android.png similarity index 100% rename from apps/wolnelektury_core/static/img/doodle/20110908-android.png rename to src/wolnelektury/static/img/doodle/20110908-android.png diff --git a/apps/wolnelektury_core/static/img/doodle/20110908-logo.png b/src/wolnelektury/static/img/doodle/20110908-logo.png similarity index 100% rename from apps/wolnelektury_core/static/img/doodle/20110908-logo.png rename to src/wolnelektury/static/img/doodle/20110908-logo.png diff --git a/apps/wolnelektury_core/static/img/download.png b/src/wolnelektury/static/img/download.png similarity index 100% rename from apps/wolnelektury_core/static/img/download.png rename to src/wolnelektury/static/img/download.png diff --git a/apps/wolnelektury_core/static/img/download.svg b/src/wolnelektury/static/img/download.svg similarity index 100% rename from apps/wolnelektury_core/static/img/download.svg rename to src/wolnelektury/static/img/download.svg diff --git a/apps/wolnelektury_core/static/img/epub-www.jpg b/src/wolnelektury/static/img/epub-www.jpg similarity index 100% rename from apps/wolnelektury_core/static/img/epub-www.jpg rename to src/wolnelektury/static/img/epub-www.jpg diff --git a/apps/wolnelektury_core/static/img/epub.png b/src/wolnelektury/static/img/epub.png similarity index 100% rename from apps/wolnelektury_core/static/img/epub.png rename to src/wolnelektury/static/img/epub.png diff --git a/apps/wolnelektury_core/static/img/favicon.ico b/src/wolnelektury/static/img/favicon.ico similarity index 100% rename from apps/wolnelektury_core/static/img/favicon.ico rename to src/wolnelektury/static/img/favicon.ico diff --git a/apps/wolnelektury_core/static/img/favicon.png b/src/wolnelektury/static/img/favicon.png similarity index 100% rename from apps/wolnelektury_core/static/img/favicon.png rename to src/wolnelektury/static/img/favicon.png diff --git a/apps/wolnelektury_core/static/img/indicator.gif b/src/wolnelektury/static/img/indicator.gif similarity index 100% rename from apps/wolnelektury_core/static/img/indicator.gif rename to src/wolnelektury/static/img/indicator.gif diff --git a/apps/wolnelektury_core/static/img/kindle-poster-260.png b/src/wolnelektury/static/img/kindle-poster-260.png similarity index 100% rename from apps/wolnelektury_core/static/img/kindle-poster-260.png rename to src/wolnelektury/static/img/kindle-poster-260.png diff --git a/apps/wolnelektury_core/static/img/kindle-poster.png b/src/wolnelektury/static/img/kindle-poster.png similarity index 100% rename from apps/wolnelektury_core/static/img/kindle-poster.png rename to src/wolnelektury/static/img/kindle-poster.png diff --git a/apps/wolnelektury_core/static/img/licenses/cc-by-sa.png b/src/wolnelektury/static/img/licenses/cc-by-sa.png similarity index 100% rename from apps/wolnelektury_core/static/img/licenses/cc-by-sa.png rename to src/wolnelektury/static/img/licenses/cc-by-sa.png diff --git a/apps/wolnelektury_core/static/img/licenses/cc-by-sa.svg b/src/wolnelektury/static/img/licenses/cc-by-sa.svg similarity index 100% rename from apps/wolnelektury_core/static/img/licenses/cc-by-sa.svg rename to src/wolnelektury/static/img/licenses/cc-by-sa.svg diff --git a/apps/wolnelektury_core/static/img/listen.png b/src/wolnelektury/static/img/listen.png similarity index 100% rename from apps/wolnelektury_core/static/img/listen.png rename to src/wolnelektury/static/img/listen.png diff --git a/apps/wolnelektury_core/static/img/listen.svg b/src/wolnelektury/static/img/listen.svg similarity index 100% rename from apps/wolnelektury_core/static/img/listen.svg rename to src/wolnelektury/static/img/listen.svg diff --git a/apps/wolnelektury_core/static/img/logo-220.png b/src/wolnelektury/static/img/logo-220.png similarity index 100% rename from apps/wolnelektury_core/static/img/logo-220.png rename to src/wolnelektury/static/img/logo-220.png diff --git a/apps/wolnelektury_core/static/img/logo-bez.png b/src/wolnelektury/static/img/logo-bez.png similarity index 100% rename from apps/wolnelektury_core/static/img/logo-bez.png rename to src/wolnelektury/static/img/logo-bez.png diff --git a/apps/wolnelektury_core/static/img/logo-big.png b/src/wolnelektury/static/img/logo-big.png similarity index 100% rename from apps/wolnelektury_core/static/img/logo-big.png rename to src/wolnelektury/static/img/logo-big.png diff --git a/apps/wolnelektury_core/static/img/logo-fbc.png b/src/wolnelektury/static/img/logo-fbc.png similarity index 100% rename from apps/wolnelektury_core/static/img/logo-fbc.png rename to src/wolnelektury/static/img/logo-fbc.png diff --git a/apps/wolnelektury_core/static/img/logo-neon.png b/src/wolnelektury/static/img/logo-neon.png similarity index 100% rename from apps/wolnelektury_core/static/img/logo-neon.png rename to src/wolnelektury/static/img/logo-neon.png diff --git a/apps/wolnelektury_core/static/img/logo.png b/src/wolnelektury/static/img/logo.png similarity index 100% rename from apps/wolnelektury_core/static/img/logo.png rename to src/wolnelektury/static/img/logo.png diff --git a/apps/wolnelektury_core/static/img/logo_nck.jpg b/src/wolnelektury/static/img/logo_nck.jpg similarity index 100% rename from apps/wolnelektury_core/static/img/logo_nck.jpg rename to src/wolnelektury/static/img/logo_nck.jpg diff --git a/apps/wolnelektury_core/static/img/logo_nck_200horiz_trans.png b/src/wolnelektury/static/img/logo_nck_200horiz_trans.png similarity index 100% rename from apps/wolnelektury_core/static/img/logo_nck_200horiz_trans.png rename to src/wolnelektury/static/img/logo_nck_200horiz_trans.png diff --git a/apps/wolnelektury_core/static/img/logo_nck_200trans.png b/src/wolnelektury/static/img/logo_nck_200trans.png similarity index 100% rename from apps/wolnelektury_core/static/img/logo_nck_200trans.png rename to src/wolnelektury/static/img/logo_nck_200trans.png diff --git a/apps/wolnelektury_core/static/img/mobi.png b/src/wolnelektury/static/img/mobi.png similarity index 100% rename from apps/wolnelektury_core/static/img/mobi.png rename to src/wolnelektury/static/img/mobi.png diff --git a/apps/wolnelektury_core/static/img/odt.png b/src/wolnelektury/static/img/odt.png similarity index 100% rename from apps/wolnelektury_core/static/img/odt.png rename to src/wolnelektury/static/img/odt.png diff --git a/apps/wolnelektury_core/static/img/payu.png b/src/wolnelektury/static/img/payu.png similarity index 100% rename from apps/wolnelektury_core/static/img/payu.png rename to src/wolnelektury/static/img/payu.png diff --git a/apps/wolnelektury_core/static/img/pdf.png b/src/wolnelektury/static/img/pdf.png similarity index 100% rename from apps/wolnelektury_core/static/img/pdf.png rename to src/wolnelektury/static/img/pdf.png diff --git a/apps/wolnelektury_core/static/img/procent.png b/src/wolnelektury/static/img/procent.png similarity index 100% rename from apps/wolnelektury_core/static/img/procent.png rename to src/wolnelektury/static/img/procent.png diff --git a/apps/wolnelektury_core/static/img/progress-pixel.png b/src/wolnelektury/static/img/progress-pixel.png similarity index 100% rename from apps/wolnelektury_core/static/img/progress-pixel.png rename to src/wolnelektury/static/img/progress-pixel.png diff --git a/apps/wolnelektury_core/static/img/read.png b/src/wolnelektury/static/img/read.png similarity index 100% rename from apps/wolnelektury_core/static/img/read.png rename to src/wolnelektury/static/img/read.png diff --git a/apps/wolnelektury_core/static/img/read.svg b/src/wolnelektury/static/img/read.svg similarity index 100% rename from apps/wolnelektury_core/static/img/read.svg rename to src/wolnelektury/static/img/read.svg diff --git a/apps/wolnelektury_core/static/img/s5/blank.gif b/src/wolnelektury/static/img/s5/blank.gif similarity index 100% rename from apps/wolnelektury_core/static/img/s5/blank.gif rename to src/wolnelektury/static/img/s5/blank.gif diff --git a/apps/wolnelektury_core/static/img/s5/bodybg.gif b/src/wolnelektury/static/img/s5/bodybg.gif similarity index 100% rename from apps/wolnelektury_core/static/img/s5/bodybg.gif rename to src/wolnelektury/static/img/s5/bodybg.gif diff --git a/apps/wolnelektury_core/static/img/s5/iepngfix.htc b/src/wolnelektury/static/img/s5/iepngfix.htc similarity index 100% rename from apps/wolnelektury_core/static/img/s5/iepngfix.htc rename to src/wolnelektury/static/img/s5/iepngfix.htc diff --git a/apps/wolnelektury_core/static/img/search.png b/src/wolnelektury/static/img/search.png similarity index 100% rename from apps/wolnelektury_core/static/img/search.png rename to src/wolnelektury/static/img/search.png diff --git a/apps/wolnelektury_core/static/img/social/bigfacebook.png b/src/wolnelektury/static/img/social/bigfacebook.png similarity index 100% rename from apps/wolnelektury_core/static/img/social/bigfacebook.png rename to src/wolnelektury/static/img/social/bigfacebook.png diff --git a/apps/wolnelektury_core/static/img/social/biggoogle.png b/src/wolnelektury/static/img/social/biggoogle.png similarity index 100% rename from apps/wolnelektury_core/static/img/social/biggoogle.png rename to src/wolnelektury/static/img/social/biggoogle.png diff --git a/apps/wolnelektury_core/static/img/social/bignk.png b/src/wolnelektury/static/img/social/bignk.png similarity index 100% rename from apps/wolnelektury_core/static/img/social/bignk.png rename to src/wolnelektury/static/img/social/bignk.png diff --git a/apps/wolnelektury_core/static/img/social/bigtwitter.png b/src/wolnelektury/static/img/social/bigtwitter.png similarity index 100% rename from apps/wolnelektury_core/static/img/social/bigtwitter.png rename to src/wolnelektury/static/img/social/bigtwitter.png diff --git a/apps/wolnelektury_core/static/img/social/f.png b/src/wolnelektury/static/img/social/f.png similarity index 100% rename from apps/wolnelektury_core/static/img/social/f.png rename to src/wolnelektury/static/img/social/f.png diff --git a/apps/wolnelektury_core/static/img/social/f.svg b/src/wolnelektury/static/img/social/f.svg similarity index 100% rename from apps/wolnelektury_core/static/img/social/f.svg rename to src/wolnelektury/static/img/social/f.svg diff --git a/apps/wolnelektury_core/static/img/social/gplus.png b/src/wolnelektury/static/img/social/gplus.png similarity index 100% rename from apps/wolnelektury_core/static/img/social/gplus.png rename to src/wolnelektury/static/img/social/gplus.png diff --git a/apps/wolnelektury_core/static/img/social/gplus.svg b/src/wolnelektury/static/img/social/gplus.svg similarity index 100% rename from apps/wolnelektury_core/static/img/social/gplus.svg rename to src/wolnelektury/static/img/social/gplus.svg diff --git a/apps/wolnelektury_core/static/img/social/nk.png b/src/wolnelektury/static/img/social/nk.png similarity index 100% rename from apps/wolnelektury_core/static/img/social/nk.png rename to src/wolnelektury/static/img/social/nk.png diff --git a/apps/wolnelektury_core/static/img/social/nk.svg b/src/wolnelektury/static/img/social/nk.svg similarity index 100% rename from apps/wolnelektury_core/static/img/social/nk.svg rename to src/wolnelektury/static/img/social/nk.svg diff --git a/apps/wolnelektury_core/static/img/speaker.png b/src/wolnelektury/static/img/speaker.png similarity index 100% rename from apps/wolnelektury_core/static/img/speaker.png rename to src/wolnelektury/static/img/speaker.png diff --git a/apps/wolnelektury_core/static/img/turniej-maly.png b/src/wolnelektury/static/img/turniej-maly.png similarity index 100% rename from apps/wolnelektury_core/static/img/turniej-maly.png rename to src/wolnelektury/static/img/turniej-maly.png diff --git a/apps/wolnelektury_core/static/img/txt.png b/src/wolnelektury/static/img/txt.png similarity index 100% rename from apps/wolnelektury_core/static/img/txt.png rename to src/wolnelektury/static/img/txt.png diff --git a/apps/wolnelektury_core/static/img/wiatrak.png b/src/wolnelektury/static/img/wiatrak.png similarity index 100% rename from apps/wolnelektury_core/static/img/wiatrak.png rename to src/wolnelektury/static/img/wiatrak.png diff --git a/apps/wolnelektury_core/static/img/wl_icon_64.png b/src/wolnelektury/static/img/wl_icon_64.png similarity index 100% rename from apps/wolnelektury_core/static/img/wl_icon_64.png rename to src/wolnelektury/static/img/wl_icon_64.png diff --git a/apps/wolnelektury_core/static/img/zabawnik.png b/src/wolnelektury/static/img/zabawnik.png similarity index 100% rename from apps/wolnelektury_core/static/img/zabawnik.png rename to src/wolnelektury/static/img/zabawnik.png diff --git a/apps/wolnelektury_core/static/js/annoy.js b/src/wolnelektury/static/js/annoy.js similarity index 100% rename from apps/wolnelektury_core/static/js/annoy.js rename to src/wolnelektury/static/js/annoy.js diff --git a/apps/wolnelektury_core/static/js/base.js b/src/wolnelektury/static/js/base.js similarity index 100% rename from apps/wolnelektury_core/static/js/base.js rename to src/wolnelektury/static/js/base.js diff --git a/apps/wolnelektury_core/static/js/book.js b/src/wolnelektury/static/js/book.js similarity index 100% rename from apps/wolnelektury_core/static/js/book.js rename to src/wolnelektury/static/js/book.js diff --git a/apps/wolnelektury_core/static/js/book_text/info.js b/src/wolnelektury/static/js/book_text/info.js similarity index 100% rename from apps/wolnelektury_core/static/js/book_text/info.js rename to src/wolnelektury/static/js/book_text/info.js diff --git a/apps/wolnelektury_core/static/js/book_text/menu.js b/src/wolnelektury/static/js/book_text/menu.js similarity index 100% rename from apps/wolnelektury_core/static/js/book_text/menu.js rename to src/wolnelektury/static/js/book_text/menu.js diff --git a/apps/wolnelektury_core/static/js/book_text/note.js b/src/wolnelektury/static/js/book_text/note.js similarity index 100% rename from apps/wolnelektury_core/static/js/book_text/note.js rename to src/wolnelektury/static/js/book_text/note.js diff --git a/apps/wolnelektury_core/static/js/book_text/settings.js b/src/wolnelektury/static/js/book_text/settings.js similarity index 100% rename from apps/wolnelektury_core/static/js/book_text/settings.js rename to src/wolnelektury/static/js/book_text/settings.js diff --git a/apps/wolnelektury_core/static/js/book_text/toc.js b/src/wolnelektury/static/js/book_text/toc.js similarity index 100% rename from apps/wolnelektury_core/static/js/book_text/toc.js rename to src/wolnelektury/static/js/book_text/toc.js diff --git a/apps/wolnelektury_core/static/js/contrib/ierange-m2.js b/src/wolnelektury/static/js/contrib/ierange-m2.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/ierange-m2.js rename to src/wolnelektury/static/js/contrib/ierange-m2.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery-ui-1.8.16.custom.min.js b/src/wolnelektury/static/js/contrib/jquery-ui-1.8.16.custom.min.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery-ui-1.8.16.custom.min.js rename to src/wolnelektury/static/js/contrib/jquery-ui-1.8.16.custom.min.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.autocomplete.js b/src/wolnelektury/static/js/contrib/jquery.autocomplete.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.autocomplete.js rename to src/wolnelektury/static/js/contrib/jquery.autocomplete.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.countdown-de.js b/src/wolnelektury/static/js/contrib/jquery.countdown-de.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.countdown-de.js rename to src/wolnelektury/static/js/contrib/jquery.countdown-de.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.countdown-es.js b/src/wolnelektury/static/js/contrib/jquery.countdown-es.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.countdown-es.js rename to src/wolnelektury/static/js/contrib/jquery.countdown-es.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.countdown-fr.js b/src/wolnelektury/static/js/contrib/jquery.countdown-fr.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.countdown-fr.js rename to src/wolnelektury/static/js/contrib/jquery.countdown-fr.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.countdown-lt.js b/src/wolnelektury/static/js/contrib/jquery.countdown-lt.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.countdown-lt.js rename to src/wolnelektury/static/js/contrib/jquery.countdown-lt.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.countdown-pl.js b/src/wolnelektury/static/js/contrib/jquery.countdown-pl.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.countdown-pl.js rename to src/wolnelektury/static/js/contrib/jquery.countdown-pl.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.countdown-ru.js b/src/wolnelektury/static/js/contrib/jquery.countdown-ru.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.countdown-ru.js rename to src/wolnelektury/static/js/contrib/jquery.countdown-ru.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.countdown-uk.js b/src/wolnelektury/static/js/contrib/jquery.countdown-uk.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.countdown-uk.js rename to src/wolnelektury/static/js/contrib/jquery.countdown-uk.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.countdown.js b/src/wolnelektury/static/js/contrib/jquery.countdown.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.countdown.js rename to src/wolnelektury/static/js/contrib/jquery.countdown.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.cycle.min.js b/src/wolnelektury/static/js/contrib/jquery.cycle.min.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.cycle.min.js rename to src/wolnelektury/static/js/contrib/jquery.cycle.min.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.eventdelegation.js b/src/wolnelektury/static/js/contrib/jquery.eventdelegation.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.eventdelegation.js rename to src/wolnelektury/static/js/contrib/jquery.eventdelegation.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.form.js b/src/wolnelektury/static/js/contrib/jquery.form.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.form.js rename to src/wolnelektury/static/js/contrib/jquery.form.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.highlightfade.js b/src/wolnelektury/static/js/contrib/jquery.highlightfade.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.highlightfade.js rename to src/wolnelektury/static/js/contrib/jquery.highlightfade.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.jqmodal.js b/src/wolnelektury/static/js/contrib/jquery.jqmodal.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.jqmodal.js rename to src/wolnelektury/static/js/contrib/jquery.jqmodal.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.js b/src/wolnelektury/static/js/contrib/jquery.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.js rename to src/wolnelektury/static/js/contrib/jquery.js diff --git a/apps/wolnelektury_core/static/js/contrib/jquery.scrollto.js b/src/wolnelektury/static/js/contrib/jquery.scrollto.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/jquery.scrollto.js rename to src/wolnelektury/static/js/contrib/jquery.scrollto.js diff --git a/apps/wolnelektury_core/static/js/contrib/modernizr.custom.19652.js b/src/wolnelektury/static/js/contrib/modernizr.custom.19652.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/modernizr.custom.19652.js rename to src/wolnelektury/static/js/contrib/modernizr.custom.19652.js diff --git a/apps/wolnelektury_core/static/js/contrib/progressSpin.min.js b/src/wolnelektury/static/js/contrib/progressSpin.min.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/progressSpin.min.js rename to src/wolnelektury/static/js/contrib/progressSpin.min.js diff --git a/apps/wolnelektury_core/static/js/contrib/raphael-min.js b/src/wolnelektury/static/js/contrib/raphael-min.js similarity index 100% rename from apps/wolnelektury_core/static/js/contrib/raphael-min.js rename to src/wolnelektury/static/js/contrib/raphael-min.js diff --git a/apps/wolnelektury_core/static/js/dialogs.js b/src/wolnelektury/static/js/dialogs.js similarity index 100% rename from apps/wolnelektury_core/static/js/dialogs.js rename to src/wolnelektury/static/js/dialogs.js diff --git a/apps/wolnelektury_core/static/js/locale.js b/src/wolnelektury/static/js/locale.js similarity index 100% rename from apps/wolnelektury_core/static/js/locale.js rename to src/wolnelektury/static/js/locale.js diff --git a/apps/wolnelektury_core/static/js/picture.js b/src/wolnelektury/static/js/picture.js similarity index 100% rename from apps/wolnelektury_core/static/js/picture.js rename to src/wolnelektury/static/js/picture.js diff --git a/apps/wolnelektury_core/static/js/search.js b/src/wolnelektury/static/js/search.js similarity index 100% rename from apps/wolnelektury_core/static/js/search.js rename to src/wolnelektury/static/js/search.js diff --git a/apps/wolnelektury_core/static/js/widget.js b/src/wolnelektury/static/js/widget.js similarity index 100% rename from apps/wolnelektury_core/static/js/widget.js rename to src/wolnelektury/static/js/widget.js diff --git a/apps/wolnelektury_core/static/js/widget_run.js b/src/wolnelektury/static/js/widget_run.js similarity index 100% rename from apps/wolnelektury_core/static/js/widget_run.js rename to src/wolnelektury/static/js/widget_run.js diff --git a/apps/wolnelektury_core/static/opensearch.xml b/src/wolnelektury/static/opensearch.xml similarity index 100% rename from apps/wolnelektury_core/static/opensearch.xml rename to src/wolnelektury/static/opensearch.xml diff --git a/apps/wolnelektury_core/static/scss/book_text.scss b/src/wolnelektury/static/scss/book_text.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/book_text.scss rename to src/wolnelektury/static/scss/book_text.scss diff --git a/apps/wolnelektury_core/static/scss/book_text/body.scss b/src/wolnelektury/static/scss/book_text/body.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/book_text/body.scss rename to src/wolnelektury/static/scss/book_text/body.scss diff --git a/apps/wolnelektury_core/static/scss/book_text/book_box.scss b/src/wolnelektury/static/scss/book_text/book_box.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/book_text/book_box.scss rename to src/wolnelektury/static/scss/book_text/book_box.scss diff --git a/apps/wolnelektury_core/static/scss/book_text/box.scss b/src/wolnelektury/static/scss/book_text/box.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/book_text/box.scss rename to src/wolnelektury/static/scss/book_text/box.scss diff --git a/apps/wolnelektury_core/static/scss/book_text/const.scss b/src/wolnelektury/static/scss/book_text/const.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/book_text/const.scss rename to src/wolnelektury/static/scss/book_text/const.scss diff --git a/apps/wolnelektury_core/static/scss/book_text/info.scss b/src/wolnelektury/static/scss/book_text/info.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/book_text/info.scss rename to src/wolnelektury/static/scss/book_text/info.scss diff --git a/apps/wolnelektury_core/static/scss/book_text/menu.scss b/src/wolnelektury/static/scss/book_text/menu.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/book_text/menu.scss rename to src/wolnelektury/static/scss/book_text/menu.scss diff --git a/apps/wolnelektury_core/static/scss/book_text/note.scss b/src/wolnelektury/static/scss/book_text/note.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/book_text/note.scss rename to src/wolnelektury/static/scss/book_text/note.scss diff --git a/apps/wolnelektury_core/static/scss/book_text/numbering.scss b/src/wolnelektury/static/scss/book_text/numbering.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/book_text/numbering.scss rename to src/wolnelektury/static/scss/book_text/numbering.scss diff --git a/apps/wolnelektury_core/static/scss/book_text/other.scss b/src/wolnelektury/static/scss/book_text/other.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/book_text/other.scss rename to src/wolnelektury/static/scss/book_text/other.scss diff --git a/apps/wolnelektury_core/static/scss/book_text/settings.scss b/src/wolnelektury/static/scss/book_text/settings.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/book_text/settings.scss rename to src/wolnelektury/static/scss/book_text/settings.scss diff --git a/apps/wolnelektury_core/static/scss/book_text/themes.scss b/src/wolnelektury/static/scss/book_text/themes.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/book_text/themes.scss rename to src/wolnelektury/static/scss/book_text/themes.scss diff --git a/apps/wolnelektury_core/static/scss/book_text/toc.scss b/src/wolnelektury/static/scss/book_text/toc.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/book_text/toc.scss rename to src/wolnelektury/static/scss/book_text/toc.scss diff --git a/apps/wolnelektury_core/static/scss/dictionary/dictionary.scss b/src/wolnelektury/static/scss/dictionary/dictionary.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/dictionary/dictionary.scss rename to src/wolnelektury/static/scss/dictionary/dictionary.scss diff --git a/apps/wolnelektury_core/static/scss/funding/funding.scss b/src/wolnelektury/static/scss/funding/funding.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/funding/funding.scss rename to src/wolnelektury/static/scss/funding/funding.scss diff --git a/apps/wolnelektury_core/static/scss/main.scss b/src/wolnelektury/static/scss/main.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main.scss rename to src/wolnelektury/static/scss/main.scss diff --git a/apps/wolnelektury_core/static/scss/main/auth.scss b/src/wolnelektury/static/scss/main/auth.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/auth.scss rename to src/wolnelektury/static/scss/main/auth.scss diff --git a/apps/wolnelektury_core/static/scss/main/base.scss b/src/wolnelektury/static/scss/main/base.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/base.scss rename to src/wolnelektury/static/scss/main/base.scss diff --git a/apps/wolnelektury_core/static/scss/main/book_box.scss b/src/wolnelektury/static/scss/main/book_box.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/book_box.scss rename to src/wolnelektury/static/scss/main/book_box.scss diff --git a/apps/wolnelektury_core/static/scss/main/book_list.scss b/src/wolnelektury/static/scss/main/book_list.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/book_list.scss rename to src/wolnelektury/static/scss/main/book_list.scss diff --git a/apps/wolnelektury_core/static/scss/main/catalogue.scss b/src/wolnelektury/static/scss/main/catalogue.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/catalogue.scss rename to src/wolnelektury/static/scss/main/catalogue.scss diff --git a/apps/wolnelektury_core/static/scss/main/cite.scss b/src/wolnelektury/static/scss/main/cite.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/cite.scss rename to src/wolnelektury/static/scss/main/cite.scss diff --git a/apps/wolnelektury_core/static/scss/main/const.scss b/src/wolnelektury/static/scss/main/const.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/const.scss rename to src/wolnelektury/static/scss/main/const.scss diff --git a/apps/wolnelektury_core/static/scss/main/dialogs.scss b/src/wolnelektury/static/scss/main/dialogs.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/dialogs.scss rename to src/wolnelektury/static/scss/main/dialogs.scss diff --git a/apps/wolnelektury_core/static/scss/main/footer.scss b/src/wolnelektury/static/scss/main/footer.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/footer.scss rename to src/wolnelektury/static/scss/main/footer.scss diff --git a/apps/wolnelektury_core/static/scss/main/form.scss b/src/wolnelektury/static/scss/main/form.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/form.scss rename to src/wolnelektury/static/scss/main/form.scss diff --git a/apps/wolnelektury_core/static/scss/main/fragment.scss b/src/wolnelektury/static/scss/main/fragment.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/fragment.scss rename to src/wolnelektury/static/scss/main/fragment.scss diff --git a/apps/wolnelektury_core/static/scss/main/header.scss b/src/wolnelektury/static/scss/main/header.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/header.scss rename to src/wolnelektury/static/scss/main/header.scss diff --git a/apps/wolnelektury_core/static/scss/main/hidden.scss b/src/wolnelektury/static/scss/main/hidden.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/hidden.scss rename to src/wolnelektury/static/scss/main/hidden.scss diff --git a/apps/wolnelektury_core/static/scss/main/main_content.scss b/src/wolnelektury/static/scss/main/main_content.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/main_content.scss rename to src/wolnelektury/static/scss/main/main_content.scss diff --git a/apps/wolnelektury_core/static/scss/main/main_page.scss b/src/wolnelektury/static/scss/main/main_page.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/main_page.scss rename to src/wolnelektury/static/scss/main/main_page.scss diff --git a/apps/wolnelektury_core/static/scss/main/menu.scss b/src/wolnelektury/static/scss/main/menu.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/menu.scss rename to src/wolnelektury/static/scss/main/menu.scss diff --git a/apps/wolnelektury_core/static/scss/main/picture_box.scss b/src/wolnelektury/static/scss/main/picture_box.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/picture_box.scss rename to src/wolnelektury/static/scss/main/picture_box.scss diff --git a/apps/wolnelektury_core/static/scss/main/search.scss b/src/wolnelektury/static/scss/main/search.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/search.scss rename to src/wolnelektury/static/scss/main/search.scss diff --git a/apps/wolnelektury_core/static/scss/main/tag.scss b/src/wolnelektury/static/scss/main/tag.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/main/tag.scss rename to src/wolnelektury/static/scss/main/tag.scss diff --git a/apps/wolnelektury_core/static/scss/polls/polls.scss b/src/wolnelektury/static/scss/polls/polls.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/polls/polls.scss rename to src/wolnelektury/static/scss/polls/polls.scss diff --git a/apps/wolnelektury_core/static/scss/social/shelf_tags.scss b/src/wolnelektury/static/scss/social/shelf_tags.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/social/shelf_tags.scss rename to src/wolnelektury/static/scss/social/shelf_tags.scss diff --git a/apps/wolnelektury_core/static/scss/tools.scss b/src/wolnelektury/static/scss/tools.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/tools.scss rename to src/wolnelektury/static/scss/tools.scss diff --git a/apps/wolnelektury_core/static/scss/widget.scss b/src/wolnelektury/static/scss/widget.scss similarity index 100% rename from apps/wolnelektury_core/static/scss/widget.scss rename to src/wolnelektury/static/scss/widget.scss diff --git a/apps/wolnelektury_core/templates/404.html b/src/wolnelektury/templates/404.html similarity index 100% rename from apps/wolnelektury_core/templates/404.html rename to src/wolnelektury/templates/404.html diff --git a/apps/wolnelektury_core/templates/500.html b/src/wolnelektury/templates/500.html similarity index 100% rename from apps/wolnelektury_core/templates/500.html rename to src/wolnelektury/templates/500.html diff --git a/apps/wolnelektury_core/templates/503.html b/src/wolnelektury/templates/503.html similarity index 100% rename from apps/wolnelektury_core/templates/503.html rename to src/wolnelektury/templates/503.html diff --git a/apps/wolnelektury_core/templates/account/base.html b/src/wolnelektury/templates/account/base.html similarity index 100% rename from apps/wolnelektury_core/templates/account/base.html rename to src/wolnelektury/templates/account/base.html diff --git a/apps/wolnelektury_core/templates/admin/base_site.html b/src/wolnelektury/templates/admin/base_site.html similarity index 100% rename from apps/wolnelektury_core/templates/admin/base_site.html rename to src/wolnelektury/templates/admin/base_site.html diff --git a/apps/wolnelektury_core/templates/admin/catalogue/book/change_form.html b/src/wolnelektury/templates/admin/catalogue/book/change_form.html similarity index 100% rename from apps/wolnelektury_core/templates/admin/catalogue/book/change_form.html rename to src/wolnelektury/templates/admin/catalogue/book/change_form.html diff --git a/apps/wolnelektury_core/templates/admin/catalogue/book/change_list.html b/src/wolnelektury/templates/admin/catalogue/book/change_list.html similarity index 100% rename from apps/wolnelektury_core/templates/admin/catalogue/book/change_list.html rename to src/wolnelektury/templates/admin/catalogue/book/change_list.html diff --git a/apps/wolnelektury_core/templates/annoy.html b/src/wolnelektury/templates/annoy.html similarity index 100% rename from apps/wolnelektury_core/templates/annoy.html rename to src/wolnelektury/templates/annoy.html diff --git a/apps/wolnelektury_core/templates/auth/login.html b/src/wolnelektury/templates/auth/login.html similarity index 100% rename from apps/wolnelektury_core/templates/auth/login.html rename to src/wolnelektury/templates/auth/login.html diff --git a/apps/wolnelektury_core/templates/auth/login_register.html b/src/wolnelektury/templates/auth/login_register.html similarity index 100% rename from apps/wolnelektury_core/templates/auth/login_register.html rename to src/wolnelektury/templates/auth/login_register.html diff --git a/apps/wolnelektury_core/templates/auth/register.html b/src/wolnelektury/templates/auth/register.html similarity index 100% rename from apps/wolnelektury_core/templates/auth/register.html rename to src/wolnelektury/templates/auth/register.html diff --git a/apps/wolnelektury_core/templates/base.html b/src/wolnelektury/templates/base.html similarity index 100% rename from apps/wolnelektury_core/templates/base.html rename to src/wolnelektury/templates/base.html diff --git a/apps/wolnelektury_core/templates/info/join_us.html b/src/wolnelektury/templates/info/join_us.html similarity index 100% rename from apps/wolnelektury_core/templates/info/join_us.html rename to src/wolnelektury/templates/info/join_us.html diff --git a/apps/wolnelektury_core/templates/latest_blog_posts.html b/src/wolnelektury/templates/latest_blog_posts.html similarity index 100% rename from apps/wolnelektury_core/templates/latest_blog_posts.html rename to src/wolnelektury/templates/latest_blog_posts.html diff --git a/apps/wolnelektury_core/templates/main_page.html b/src/wolnelektury/templates/main_page.html similarity index 100% rename from apps/wolnelektury_core/templates/main_page.html rename to src/wolnelektury/templates/main_page.html diff --git a/apps/wolnelektury_core/templates/openid/login.html b/src/wolnelektury/templates/openid/login.html similarity index 100% rename from apps/wolnelektury_core/templates/openid/login.html rename to src/wolnelektury/templates/openid/login.html diff --git a/apps/wolnelektury_core/templates/pagination/pagination.html b/src/wolnelektury/templates/pagination/pagination.html similarity index 100% rename from apps/wolnelektury_core/templates/pagination/pagination.html rename to src/wolnelektury/templates/pagination/pagination.html diff --git a/apps/wolnelektury_core/templates/piston/authorize_token.html b/src/wolnelektury/templates/piston/authorize_token.html similarity index 100% rename from apps/wolnelektury_core/templates/piston/authorize_token.html rename to src/wolnelektury/templates/piston/authorize_token.html diff --git a/apps/wolnelektury_core/templates/publish_plan.html b/src/wolnelektury/templates/publish_plan.html similarity index 100% rename from apps/wolnelektury_core/templates/publish_plan.html rename to src/wolnelektury/templates/publish_plan.html diff --git a/apps/wolnelektury_core/templates/site_base.html b/src/wolnelektury/templates/site_base.html similarity index 100% rename from apps/wolnelektury_core/templates/site_base.html rename to src/wolnelektury/templates/site_base.html diff --git a/apps/wolnelektury_core/templates/socialaccount/connections.html b/src/wolnelektury/templates/socialaccount/connections.html similarity index 100% rename from apps/wolnelektury_core/templates/socialaccount/connections.html rename to src/wolnelektury/templates/socialaccount/connections.html diff --git a/apps/wolnelektury_core/templates/socialaccount/login_cancelled.html b/src/wolnelektury/templates/socialaccount/login_cancelled.html similarity index 100% rename from apps/wolnelektury_core/templates/socialaccount/login_cancelled.html rename to src/wolnelektury/templates/socialaccount/login_cancelled.html diff --git a/apps/wolnelektury_core/templates/socialaccount/snippets/login_extra.html b/src/wolnelektury/templates/socialaccount/snippets/login_extra.html similarity index 100% rename from apps/wolnelektury_core/templates/socialaccount/snippets/login_extra.html rename to src/wolnelektury/templates/socialaccount/snippets/login_extra.html diff --git a/apps/wolnelektury_core/templates/socialaccount/snippets/provider_list.html b/src/wolnelektury/templates/socialaccount/snippets/provider_list.html similarity index 100% rename from apps/wolnelektury_core/templates/socialaccount/snippets/provider_list.html rename to src/wolnelektury/templates/socialaccount/snippets/provider_list.html diff --git a/apps/wolnelektury_core/templates/superbase.html b/src/wolnelektury/templates/superbase.html similarity index 100% rename from apps/wolnelektury_core/templates/superbase.html rename to src/wolnelektury/templates/superbase.html diff --git a/apps/wolnelektury_core/templates/user.html b/src/wolnelektury/templates/user.html similarity index 100% rename from apps/wolnelektury_core/templates/user.html rename to src/wolnelektury/templates/user.html diff --git a/apps/wolnelektury_core/templates/widget.html b/src/wolnelektury/templates/widget.html similarity index 100% rename from apps/wolnelektury_core/templates/widget.html rename to src/wolnelektury/templates/widget.html diff --git a/wolnelektury/migrations/piston/__init__.py b/src/wolnelektury/templatetags/__init__.py similarity index 100% rename from wolnelektury/migrations/piston/__init__.py rename to src/wolnelektury/templatetags/__init__.py diff --git a/apps/wolnelektury_core/templatetags/common_tags.py b/src/wolnelektury/templatetags/common_tags.py similarity index 100% rename from apps/wolnelektury_core/templatetags/common_tags.py rename to src/wolnelektury/templatetags/common_tags.py diff --git a/apps/wolnelektury_core/templatetags/switch_tag.py b/src/wolnelektury/templatetags/switch_tag.py similarity index 100% rename from apps/wolnelektury_core/templatetags/switch_tag.py rename to src/wolnelektury/templatetags/switch_tag.py diff --git a/wolnelektury/urls.py b/src/wolnelektury/urls.py similarity index 87% rename from wolnelektury/urls.py rename to src/wolnelektury/urls.py index a77a3d1b4..58e45ddb2 100644 --- a/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -6,10 +6,10 @@ from django.conf.urls import include, patterns, url from django.conf import settings from django.contrib import admin from django.views.generic import RedirectView -import wolnelektury_core.views +import wolnelektury.views -urlpatterns = patterns('wolnelektury_core.views', +urlpatterns = patterns('wolnelektury.views', url(r'^$', 'main_page', name='main_page'), url(r'^planowane/$', 'publish_plan', name='publish_plan'), url(r'^widget\.html$', 'widget', name='widget'), @@ -18,14 +18,14 @@ urlpatterns = patterns('wolnelektury_core.views', # Authentication url(r'^uzytkownik/$', 'user_settings', name='user_settings'), - url(r'^uzytkownik/login/$', wolnelektury_core.views.LoginFormView(), name='login'), - url(r'^uzytkownik/signup/$', wolnelektury_core.views.RegisterFormView(), name='register'), + url(r'^uzytkownik/login/$', wolnelektury.views.LoginFormView(), name='login'), + url(r'^uzytkownik/signup/$', wolnelektury.views.RegisterFormView(), name='register'), url(r'^uzytkownik/logout/$', 'logout_then_redirect', name='logout'), - url(r'^uzytkownik/zaloguj-utworz/$', wolnelektury_core.views.LoginRegisterFormView(), name='login_register'), + url(r'^uzytkownik/zaloguj-utworz/$', wolnelektury.views.LoginRegisterFormView(), name='login_register'), # Includes. url(r'^latests_blog_posts.html$', - wolnelektury_core.views.latest_blog_posts, + wolnelektury.views.latest_blog_posts, name='latest_blog_posts'), ) diff --git a/wolnelektury/utils.py b/src/wolnelektury/utils.py similarity index 100% rename from wolnelektury/utils.py rename to src/wolnelektury/utils.py diff --git a/apps/wolnelektury_core/views.py b/src/wolnelektury/views.py similarity index 100% rename from apps/wolnelektury_core/views.py rename to src/wolnelektury/views.py diff --git a/wolnelektury/wsgi.py b/src/wolnelektury/wsgi.py similarity index 80% rename from wolnelektury/wsgi.py rename to src/wolnelektury/wsgi.py index d688df00f..01a8e1747 100644 --- a/wolnelektury/wsgi.py +++ b/src/wolnelektury/wsgi.py @@ -6,10 +6,7 @@ ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) # Add apps and lib directories to PYTHONPATH sys.path = [ - ROOT, - os.path.join(ROOT, 'apps'), - os.path.join(ROOT, 'lib'), - os.path.join(ROOT, 'lib/librarian'), + os.path.join(ROOT, '../lib/librarian'), ] + sys.path diff --git a/wolnelektury/__init__.py b/wolnelektury/__init__.py deleted file mode 100644 index cf2e85f6d..000000000 --- a/wolnelektury/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from .celery import app as celery_app diff --git a/wolnelektury/settings/paths.py b/wolnelektury/settings/paths.py deleted file mode 100644 index b3ef30438..000000000 --- a/wolnelektury/settings/paths.py +++ /dev/null @@ -1,3 +0,0 @@ -from os import path - -PROJECT_DIR = path.dirname(path.abspath(path.dirname(__file__))) -- 2.20.1