From d555d988764995ea1f9f5ece46f453a66f09b334 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Sun, 29 Sep 2024 23:04:11 +0200 Subject: [PATCH 1/1] Move to src dir. --- .gitmodules | 2 +- Dockerfile | 4 ++-- docker-compose.yml | 3 ++- fabfile.py | 10 ---------- {api => src/api}/__init__.py | 0 {api => src/api}/admin.py | 0 {api => src/api}/handlers.py | 0 {api => src/api}/helpers.py | 0 {api => src/api}/models.py | 0 {api => src/api}/templates/oauth/challenge.html | 0 .../api}/templates/piston/authorize_token.html | 0 {api => src/api}/tests.py | 0 {api => src/api}/urls.py | 0 {api => src/api}/views.py | 0 {catalogue => src/catalogue}/__init__.py | 0 {catalogue => src/catalogue}/admin.py | 0 {catalogue => src/catalogue}/forms.py | 0 {catalogue => src/catalogue}/management/__init__.py | 0 .../catalogue}/management/commands/__init__.py | 0 .../management/commands/extract_attachments.py | 0 .../catalogue}/management/commands/importlessons.py | 0 .../catalogue}/management/commands/repackage.py | 0 .../catalogue}/management/commands/republish.py | 0 .../catalogue}/migrations/0001_initial.py | 0 .../migrations/0002_auto__add_field_section_slug.py | 0 ...l_file__chg_field_lesson_student_package__chg.py | 0 ...hment__add_field_lesson_pdf__add_field_lesson.py | 0 .../migrations/0005_auto__add_field_lesson_dc.py | 0 ...t_slug__add_field_attachment_ext__add_unique_.py | 0 ...d_field_lesson_type__chg_field_lesson_section.py | 0 .../migrations/0008_auto__del_field_lesson_depth.py | 0 .../0009_auto__add_field_section_xml_file.py | 0 .../catalogue}/migrations/0010_auto.py | 0 ...l_file__chg_field_lesson_student_pdf__chg_fie.py | 0 .../migrations/0012_auto__add_lessonstub.py | 0 .../0013_auto__add_field_section_image.py | 0 .../0014_auto__add_field_section_summary.py | 0 .../0015_auto__add_field_lesson_description.py | 0 ...ic__add_field_section_pic_attribution__add_fi.py | 0 .../0017_auto__chg_field_attachment_file.py | 0 .../0018_auto__add_field_lesson_weasy_pdf.py | 0 {catalogue => src/catalogue}/migrations/__init__.py | 0 {catalogue => src/catalogue}/models.py | 0 {catalogue => src/catalogue}/publish.py | 0 {catalogue => src/catalogue}/search_indexes.py | 0 .../catalogue}/static/catalogue/css/carousel.css | 0 .../catalogue}/static/catalogue/css/carousel.scss | 0 .../catalogue}/static/catalogue/css/exercise.css | 0 .../catalogue}/static/catalogue/css/exercise.scss | 0 .../catalogue}/static/catalogue/css/layout.css | 0 .../catalogue}/static/catalogue/css/layout.scss | 0 .../catalogue}/static/catalogue/css/lesson.css | 0 .../catalogue}/static/catalogue/css/lesson.scss | 0 .../static/catalogue/css/section_list.css | 0 .../static/catalogue/css/section_list.scss | 0 .../static/catalogue/img/carousel-left.png | Bin .../static/catalogue/img/carousel-right.png | Bin .../catalogue/img/carousel/katarzyna-wlodarczyk.jpg | Bin .../catalogue}/static/catalogue/js/carousel.js | 0 .../catalogue}/static/catalogue/js/edumed.js | 0 .../static/catalogue/js/jquery-ui-1.10.0.custom.js | 0 .../static/catalogue/js/jquery.cycle.all.js | 0 .../catalogue}/static/catalogue/js/lesson-list.js | 0 .../catalogue}/static/catalogue/js/lesson.js | 0 .../templates/catalogue/latest_blog_posts.html | 0 .../catalogue/lesson/added-var/lesson_detail.html | 0 .../catalogue/lesson/added/lesson_detail.html | 0 .../catalogue/lesson/appendix/lesson_detail.html | 0 .../templates/catalogue/lesson/box-icons.html | 0 .../catalogue/lesson/course/lesson_detail.html | 0 .../templates/catalogue/lesson/lesson_detail.html | 0 .../catalogue/lesson/project/lesson_detail.html | 0 .../catalogue/lesson/synthetic/lesson_detail.html | 0 .../catalogue}/templates/catalogue/lesson_list.html | 0 .../templates/catalogue/section_detail.html | 0 .../templates/catalogue/snippets/carousel.html | 0 .../templates/catalogue/snippets/lesson_link.html | 0 .../templates/catalogue/snippets/lesson_nav.html | 0 .../catalogue/snippets/lesson_or_stub.html | 0 .../templates/catalogue/snippets/level_box.html | 0 .../templates/catalogue/snippets/levels_main.html | 0 .../search/indexes/catalogue/lesson_text.txt | 0 .../catalogue}/templatetags/__init__.py | 0 .../catalogue}/templatetags/catalogue_tags.py | 0 {catalogue => src/catalogue}/tests.py | 0 {catalogue => src/catalogue}/urls.py | 0 {catalogue => src/catalogue}/views.py | 0 {chunks => src/chunks}/__init__.py | 0 {chunks => src/chunks}/admin.py | 0 {chunks => src/chunks}/fixtures/chunks.json | 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 => src/chunks}/models.py | 0 {chunks => src/chunks}/templatetags/__init__.py | 0 {chunks => src/chunks}/templatetags/chunks.py | 0 {comment => src/comment}/__init__.py | 0 {comment => src/comment}/admin.py | 0 .../comment}/locale/pl/LC_MESSAGES/django.mo | Bin .../comment}/locale/pl/LC_MESSAGES/django.po | 0 {comment => src/comment}/migrations/0001_initial.py | 0 ...auto__add_field_commentdocument_language_code.py | 0 {comment => src/comment}/migrations/__init__.py | 0 {comment => src/comment}/models.py | 0 .../templates/comment/commentdocument_detail.html | 0 .../templates/comment/commentdocument_list.html | 0 {comment => src/comment}/urls.py | 0 {comment => src/comment}/views.py | 0 {contact => src/contact}/__init__.py | 0 {contact => src/contact}/admin.py | 0 {contact => src/contact}/fields.py | 0 {contact => src/contact}/forms.py | 0 .../contact}/locale/pl/LC_MESSAGES/django.mo | Bin .../contact}/locale/pl/LC_MESSAGES/django.po | 0 {contact => src/contact}/mailing.py | 0 {contact => src/contact}/management/__init__.py | 0 .../contact}/management/commands/__init__.py | 0 .../management/commands/export_newsletter.py | 0 {contact => src/contact}/migrations/0001_initial.py | 0 .../migrations/0002_auto__add_attachment.py | 0 .../migrations/0003_auto__add_field_contact_key.py | 0 {contact => src/contact}/migrations/__init__.py | 0 {contact => src/contact}/models.py | 0 .../admin/contact/contact/change_list.html | 0 .../templates/contact/disabled_contact_form.html | 0 .../contact}/templates/contact/form.html | 0 .../contact}/templates/contact/mail_body.txt | 0 .../templates/contact/mail_managers_body.txt | 0 .../templates/contact/mail_managers_subject.txt | 0 .../contact}/templates/contact/mail_subject.txt | 0 .../contact}/templates/contact/thanks.html | 0 {contact => src/contact}/templatetags/__init__.py | 0 .../contact}/templatetags/contact_tags.py | 0 {contact => src/contact}/urls.py | 0 {contact => src/contact}/views.py | 0 {contact => src/contact}/widgets.py | 0 {curriculum => src/curriculum}/__init__.py | 0 {curriculum => src/curriculum}/admin.py | 0 .../curriculum}/fixtures/competences.json | 0 .../curriculum}/fixtures/curriculum.json | 0 .../curriculum}/locale/pl/LC_MESSAGES/django.mo | Bin .../curriculum}/locale/pl/LC_MESSAGES/django.po | 0 .../curriculum}/migrations/0001_initial.py | 0 .../migrations/0002_auto__add_field_level_group.py | 0 .../migrations/0003_auto__chg_field_level_slug.py | 0 ...um__add_curriculumlevel__add_curriculumcourse.py | 0 ...5_auto__add_field_curriculumcourse_accusative.py | 0 ...elevel_description_pl__add_field_competencele.py | 0 .../0007_translatable_fields_data_migration.py | 0 ...elevel_description__del_field_section_name__d.py | 0 ...elevel_description_en__chg_field_competencele.py | 0 .../0010_auto__add_field_level_meta_name.py | 0 .../curriculum}/migrations/0011_meta_name.py | 0 ...unique_level_meta_name__add_unique_level_slug.py | 0 ...evel_package__add_field_level_student_package.py | 0 .../0014_auto__add_unique_curriculum_identifier.py | 0 .../0015_auto__chg_field_curriculum_title.py | 0 .../0016_auto__add_field_curriculumlevel_verbose.py | 0 .../curriculum}/migrations/0017_verbose_level.py | 0 .../curriculum}/migrations/__init__.py | 0 {curriculum => src/curriculum}/models.py | 0 .../curriculum}/static/curriculum/curriculum.css | 0 .../curriculum}/static/curriculum/curriculum.js | 0 .../curriculum}/static/curriculum/curriculum.scss | 0 .../templates/curriculum/competence_detail.html | 0 .../templates/curriculum/competence_list.html | 0 .../templates/curriculum/snippets/competence.html | 0 .../templates/curriculum/snippets/course_box.html | 0 .../templates/curriculum/snippets/course_boxes.html | 0 .../curriculum/snippets/course_boxes_toc.html | 0 .../templates/curriculum/snippets/curriculum.html | 0 .../curriculum}/templatetags/__init__.py | 0 .../curriculum}/templatetags/curriculum_tags.py | 0 {curriculum => src/curriculum}/tests.py | 0 {curriculum => src/curriculum}/urls.py | 0 {curriculum => src/curriculum}/views.py | 0 {edumed => src/edumed}/__init__.py | 0 {edumed => src/edumed}/contact_forms.py | 0 {edumed => src/edumed}/contact_forms_test.py | 0 {edumed => src/edumed}/context_processors.py | 0 {edumed => src/edumed}/forms.py | 0 {edumed => src/edumed}/forum.py | 0 {edumed => src/edumed}/locale-contrib/django.pot | 0 .../edumed}/locale-contrib/pl/LC_MESSAGES/django.mo | Bin .../edumed}/locale-contrib/pl/LC_MESSAGES/django.po | 0 .../edumed}/locale/pl/LC_MESSAGES/django.mo | Bin .../edumed}/locale/pl/LC_MESSAGES/django.po | 0 {edumed => src/edumed}/milurls.py | 0 {edumed => src/edumed}/settings/__init__.py | 0 {edumed => src/edumed}/settings/apps.py | 0 {edumed => src/edumed}/settings/auth.py | 0 {edumed => src/edumed}/settings/basic.py | 0 {edumed => src/edumed}/settings/cache.py | 0 {edumed => src/edumed}/settings/context.py | 0 {edumed => src/edumed}/settings/contrib.py | 0 {edumed => src/edumed}/settings/custom.py | 0 {edumed => src/edumed}/settings/locale.py | 0 {edumed => src/edumed}/settings/logging.py | 0 {edumed => src/edumed}/settings/middleware.py | 0 {edumed => src/edumed}/settings/paths.py | 0 {edumed => src/edumed}/settings/search.py | 0 {edumed => src/edumed}/settings/static.py | 0 {edumed => src/edumed}/static/css/_mixins.scss | 0 {edumed => src/edumed}/static/css/_vars.scss | 0 {edumed => src/edumed}/static/css/base.css | 0 {edumed => src/edumed}/static/css/base.scss | 0 {edumed => src/edumed}/static/css/form.css | 0 {edumed => src/edumed}/static/css/form.scss | 0 {edumed => src/edumed}/static/css/forum.css | 0 {edumed => src/edumed}/static/css/forum.scss | 0 {edumed => src/edumed}/static/css/main.css | 0 {edumed => src/edumed}/static/css/main.scss | 0 {edumed => src/edumed}/static/css/mil.css | 0 {edumed => src/edumed}/static/css/mil.scss | 0 {edumed => src/edumed}/static/css/promobox.css | 0 {edumed => src/edumed}/static/css/promobox.scss | 0 .../edumed}/static/img/banners/440px_Forum.jpg | Bin .../edumed}/static/img/banners/440px_Salon-1.jpg | Bin .../static/img/banners/960x150_edukacjaMedialna.jpg | Bin .../static/img/banners/OC_collegium_web_970x250.jpg | Bin .../edumed}/static/img/banners/oc-banner.png | Bin {edumed => src/edumed}/static/img/favicon.png | Bin {edumed => src/edumed}/static/img/header-bar.png | Bin .../edumed}/static/img/icons/activity-kind.png | Bin .../edumed}/static/img/icons/activity-time.png | Bin .../edumed}/static/img/icons/activity-tools.png | Bin .../edumed}/static/img/icons/activity_dark.png | Bin .../edumed}/static/img/icons/activity_orange.png | Bin .../edumed}/static/img/icons/activity_white.png | Bin .../edumed}/static/img/icons/announce_dark.png | Bin .../edumed}/static/img/icons/announce_orange.png | Bin .../edumed}/static/img/icons/announce_white.png | Bin .../edumed}/static/img/icons/internet_black.png | Bin .../edumed}/static/img/icons/knowledge_dark.png | Bin .../edumed}/static/img/icons/knowledge_orange.png | Bin .../edumed}/static/img/icons/knowledge_white.png | Bin .../edumed}/static/img/icons/lesson-plan_dark.png | Bin .../edumed}/static/img/icons/lesson-plan_orange.png | Bin .../edumed}/static/img/icons/lesson-plan_white.png | Bin .../edumed}/static/img/icons/nointernet_black.png | Bin .../edumed}/static/img/icons/reference_dark.png | Bin .../edumed}/static/img/icons/reference_orange.png | Bin .../edumed}/static/img/icons/reference_white.png | Bin .../edumed}/static/img/icons/time_dark.png | Bin .../edumed}/static/img/icons/time_orange.png | Bin .../edumed}/static/img/icons/time_white.png | Bin {edumed => src/edumed}/static/img/logo-mil.png | Bin {edumed => src/edumed}/static/img/logo-oc.png | Bin {edumed => src/edumed}/static/img/logo.png | Bin {edumed => src/edumed}/static/img/logo_fnp.png | Bin .../edumed}/static/img/logo_fnp_white.png | Bin .../edumed}/static/img/menu/dla-trenera.png | Bin .../edumed}/static/img/menu/dla-trenera_active.png | Bin .../edumed}/static/img/menu/dla-ucznia.png | Bin .../edumed}/static/img/menu/dla-ucznia_active.png | Bin .../edumed}/static/img/menu/kompetencje.png | Bin .../edumed}/static/img/menu/kompetencje_active.png | Bin {edumed => src/edumed}/static/img/menu/lekcje.png | Bin .../edumed}/static/img/menu/lekcje_active.png | Bin .../edumed}/static/img/menu/mil/catalog.png | Bin .../edumed}/static/img/menu/mil/consultations.png | Bin .../edumed}/static/img/menu/mil/contact.png | Bin .../edumed}/static/img/menu/mil/knowledgebase.png | Bin .../edumed}/static/img/menu/mil/lang_en.png | Bin .../edumed}/static/img/menu/mil/lang_pl.png | Bin .../edumed}/static/img/menu/mil/takepart.png | Bin {edumed => src/edumed}/static/img/menu/o-nas.png | Bin .../edumed}/static/img/menu/o-nas_active.png | Bin .../edumed}/static/img/menu/old/katalog.png | Bin .../edumed}/static/img/menu/old/katalog_active.png | Bin .../edumed}/static/img/menu/old/kontakt.png | Bin .../edumed}/static/img/menu/old/kontakt_active.png | Bin .../edumed}/static/img/menu/old/lekcje.png | Bin .../edumed}/static/img/menu/old/lekcje_active.png | Bin .../edumed}/static/img/menu/old/o-nas.png | Bin .../edumed}/static/img/menu/old/o-nas_active.png | Bin .../edumed}/static/img/menu/old/szkolenia.png | Bin .../static/img/menu/old/szkolenia_active.png | Bin .../edumed}/static/img/menu/old/wesprzyj.png | Bin .../edumed}/static/img/menu/old/wesprzyj_active.png | Bin .../edumed}/static/img/menu/old/wspolpraca.png | Bin .../static/img/menu/old/wspolpraca_active.png | Bin .../edumed}/static/img/menu/olimpiada.png | Bin .../static/img/menu/olimpiada/harmonogram.png | Bin .../img/menu/olimpiada/harmonogram_active.png | Bin .../edumed}/static/img/menu/olimpiada/komitet.png | Bin .../static/img/menu/olimpiada/komitet_active.png | Bin .../edumed}/static/img/menu/olimpiada/kontakt.png | Bin .../static/img/menu/olimpiada/kontakt_active.png | Bin .../static/img/menu/olimpiada/literatura.png | Bin .../static/img/menu/olimpiada/literatura_active.png | Bin .../edumed}/static/img/menu/olimpiada/program.png | Bin .../static/img/menu/olimpiada/program_active.png | Bin .../edumed}/static/img/menu/olimpiada/regulamin.png | Bin .../static/img/menu/olimpiada/regulamin_active.png | Bin .../static/img/menu/olimpiada/svg/harmonogram.svg | 0 .../img/menu/olimpiada/svg/harmonogram_active.svg | 0 .../static/img/menu/olimpiada/svg/komitet.svg | 0 .../img/menu/olimpiada/svg/komitet_active.svg | 0 .../static/img/menu/olimpiada/svg/kontakt.svg | 0 .../img/menu/olimpiada/svg/kontakt_active.svg | 0 .../static/img/menu/olimpiada/svg/literatura.svg | 0 .../img/menu/olimpiada/svg/literatura_active.svg | 0 .../static/img/menu/olimpiada/svg/program.svg | 0 .../img/menu/olimpiada/svg/program_active.svg | 0 .../static/img/menu/olimpiada/svg/regulamin.svg | 0 .../img/menu/olimpiada/svg/regulamin_active.svg | 0 .../edumed}/static/img/menu/olimpiada_active.png | Bin .../edumed}/static/img/menu/svg/convert.txt | 0 .../edumed}/static/img/menu/svg/dla-trenera.svg | 0 .../static/img/menu/svg/dla-trenera_active.svg | 0 .../edumed}/static/img/menu/svg/dla-ucznia.svg | 0 .../static/img/menu/svg/dla-ucznia_active.svg | 0 .../edumed}/static/img/menu/svg/kompetencje.svg | 0 .../static/img/menu/svg/kompetencje_active.svg | 0 .../edumed}/static/img/menu/svg/lekcje.svg | 0 .../edumed}/static/img/menu/svg/lekcje_active.svg | 0 .../edumed}/static/img/menu/svg/o-nas.svg | 0 .../edumed}/static/img/menu/svg/o-nas_active.svg | 0 .../edumed}/static/img/menu/svg/olimpiada.svg | 0 .../static/img/menu/svg/olimpiada_active.svg | 0 {edumed => src/edumed}/static/img/nina-white.png | Bin {edumed => src/edumed}/static/img/nina.jpg | Bin .../edumed}/static/img/ornaments/draggable.png | Bin .../edumed}/static/img/sciezki-kopernika/cc.jpg | Bin .../edumed}/static/img/sciezki-kopernika/fe.jpg | Bin .../edumed}/static/img/sciezki-kopernika/fnp.png | Bin .../edumed}/static/img/sciezki-kopernika/ue.jpg | Bin .../edumed}/static/jquery/colorbox/colorbox.css | 0 .../static/jquery/colorbox/images/border.png | Bin .../static/jquery/colorbox/images/controls.png | Bin .../colorbox/images/ie6/borderBottomCenter.png | Bin .../jquery/colorbox/images/ie6/borderBottomLeft.png | Bin .../colorbox/images/ie6/borderBottomRight.png | Bin .../jquery/colorbox/images/ie6/borderMiddleLeft.png | Bin .../colorbox/images/ie6/borderMiddleRight.png | Bin .../jquery/colorbox/images/ie6/borderTopCenter.png | Bin .../jquery/colorbox/images/ie6/borderTopLeft.png | Bin .../jquery/colorbox/images/ie6/borderTopRight.png | Bin .../static/jquery/colorbox/images/loading.gif | Bin .../jquery/colorbox/images/loading_background.png | Bin .../static/jquery/colorbox/images/overlay.png | Bin .../static/jquery/colorbox/jquery.colorbox-min.js | 0 .../static/jquery/colorbox/jquery.colorbox-pl.js | 0 {edumed => src/edumed}/static/js/formset.js | 0 {edumed => src/edumed}/templates/404.html | 0 {edumed => src/edumed}/templates/404_mil.html | 0 {edumed => src/edumed}/templates/500.html | 0 {edumed => src/edumed}/templates/annoy.html | 0 {edumed => src/edumed}/templates/base.html | 0 {edumed => src/edumed}/templates/base_forum.html | 0 {edumed => src/edumed}/templates/base_mil.html | 0 {edumed => src/edumed}/templates/base_super.html | 0 .../contact/collegium-mlodych-test/form.html | 0 .../contact/collegium-mlodych-test/mail_subject.txt | 0 .../contact/collegium-mlodych-test/results.html | 0 .../collegium-mlodych-test/results_email.txt | 0 .../templates/contact/collegium-mlodych/form.html | 0 .../contact/collegium-mlodych/mail_body.txt | 0 .../contact/collegium-mlodych/mail_subject.txt | 0 .../contact/collegium-mlodych/on_hold.html | 0 .../templates/contact/collegium-mlodych/thanks.html | 0 .../edumed}/templates/contact/konkurs/mail_body.txt | 0 .../templates/contact/konkurs/mail_subject.txt | 0 .../edumed}/templates/contact/konkurs/thanks.html | 0 .../contact/misja-cybernautow/mail_body.txt | 0 .../edumed}/templates/contact/olimpiada/form.html | 0 .../templates/contact/olimpiada/mail_body.txt | 0 .../templates/contact/olimpiada/mail_subject.txt | 0 .../contact/olimpiada/student_mail_body.html | 0 .../contact/olimpiada/student_mail_subject.html | 0 .../edumed}/templates/contact/olimpiada/thanks.html | 0 .../contact/sciezki-kopernika-test/form.html | 0 .../contact/sciezki-kopernika-test/mail_subject.txt | 0 .../contact/sciezki-kopernika-test/results.html | 0 .../sciezki-kopernika-test/results_email.txt | 0 .../templates/contact/sciezki-kopernika/form.html | 0 .../contact/sciezki-kopernika/mail_body.txt | 0 .../contact/sciezki-kopernika/mail_subject.txt | 0 .../templates/contact/sciezki-kopernika/thanks.html | 0 .../templates/contact/sugestie/mail_body.txt | 0 .../templates/contact/sugestie/mail_subject.txt | 0 .../edumed}/templates/contact/sugestie/thanks.html | 0 .../edumed}/templates/contact/tem/mail_body.txt | 0 .../edumed}/templates/contact/tem/mail_subject.txt | 0 .../edumed}/templates/contact/tem/thanks.html | 0 .../contact/trenerzy-cybernauci/mail_body.txt | 0 .../contact/trenerzy-cybernauci/mail_subject.txt | 0 .../templates/contact/trenerzy-cybernauci2017 | 0 .../templates/contact/wspolpraca/mail_body.txt | 0 .../templates/contact/wspolpraca/mail_subject.txt | 0 .../templates/contact/wspolpraca/thanks.html | 0 .../edumed}/templates/contact/wtem/form.html | 0 .../edumed}/templates/contact/wtem/mail_body.txt | 0 .../edumed}/templates/contact/wtem/mail_subject.txt | 0 .../templates/contact/wtem/student_mail_body.html | 0 .../contact/wtem/student_mail_subject.html | 0 .../edumed}/templates/contact/wtem/thanks.html | 0 .../edumed}/templates/flatpages/default.html | 0 {edumed => src/edumed}/templates/flatpages/mil.html | 0 .../edumed}/templates/flatpages/sciezki.html | 0 {edumed => src/edumed}/templates/home.html | 0 {edumed => src/edumed}/templates/home_mil.html | 0 .../edumed}/templates/olimpiada_teaser.html | 0 .../templates/pybb/_need_to_login_message.html | 0 {edumed => src/edumed}/templates/pybb/avatar.html | 0 .../edumed}/templates/pybb/breadcrumb.html | 0 .../templates/pybb/breadcrumb_top_extra_crumb.html | 0 {edumed => src/edumed}/templates/sciezki_logos.html | 0 {edumed => src/edumed}/templates/search/search.html | 0 {edumed => src/edumed}/templatetags/__init__.py | 0 .../edumed}/templatetags/inline_stylesheet.py | 0 {edumed => src/edumed}/urls.py | 0 {edumed => src/edumed}/utils.py | 0 {edumed => src/edumed}/views.py | 0 {edumed => src/edumed}/wsgi.py | 0 {forum => src/forum}/__init__.py | 0 {forum => src/forum}/forms.py | 0 .../forum}/locale/pl/LC_MESSAGES/django.mo | Bin .../forum}/locale/pl/LC_MESSAGES/django.po | 0 {forum => src/forum}/middleware.py | 0 {forum => src/forum}/migrations/0001_initial.py | 0 {forum => src/forum}/migrations/__init__.py | 0 {forum => src/forum}/models.py | 0 {forum => src/forum}/search_indexes.py | 0 .../forum}/templates/forum/related_lesson_info.html | 0 .../forum}/templates/forum/search_results.html | 0 {forum => src/forum}/templates/pybb/category.html | 0 .../templates/pybb/forum_last_update_info.html | 0 {forum => src/forum}/templates/pybb/post_form.html | 0 {forum => src/forum}/templates/pybb/topic.html | 0 .../templates/pybb/topic_last_message_info.html | 0 .../templates/search/indexes/pybb/post_text.txt | 0 {forum => src/forum}/urls.py | 0 {forum => src/forum}/views.py | 0 {lib => src/lib}/librarian | 0 manage.py => src/manage.py | 0 {publishers => src/publishers}/__init__.py | 0 {publishers => src/publishers}/admin.py | 0 .../publishers}/migrations/0001_initial.py | 0 .../publishers}/migrations/__init__.py | 0 {publishers => src/publishers}/models.py | 0 {wtem => src/wtem}/__init__.py | 0 {wtem => src/wtem}/admin.py | 0 {wtem => src/wtem}/fixtures/exercises-2013.json | 0 {wtem => src/wtem}/fixtures/exercises-2014.json | 0 {wtem => src/wtem}/fixtures/exercises-2015.json | 0 {wtem => src/wtem}/fixtures/exercises-tem.json | 0 {wtem => src/wtem}/fixtures/exercises-wlem.json | 0 {wtem => src/wtem}/fixtures/exercises.json | 0 {wtem => src/wtem}/forms.py | 0 {wtem => src/wtem}/management/__init__.py | 0 {wtem => src/wtem}/management/commands/__init__.py | 0 .../wtem}/management/commands/wlem_generate_keys.py | 0 .../management/commands/wtem_assign_submissions.py | 0 .../management/commands/wtem_email_teachers.py | 0 .../wtem}/management/commands/wtem_generate_keys.py | 0 .../wtem}/management/commands/wtem_send_keys.py | 0 .../wtem}/management/commands/wtem_send_results.py | 0 .../management/commands/wtem_send_results_csv.py | 0 {wtem => src/wtem}/middleware.py | 0 {wtem => src/wtem}/migrations/0001_initial.py | 0 .../0002_auto__add_field_submission_key_sent.py | 0 .../wtem}/migrations/0003_auto__add_assignment.py | 0 .../0004_auto__add_unique_assignment_user.py | 0 .../0005_auto__add_field_submission_marks.py | 0 ...chment_name__add_field_attachment_exercise_id.py | 0 {wtem => src/wtem}/migrations/0007_auto.py | 0 .../0008_auto__add_field_submission_end_time.py | 0 .../0009_auto__add_field_attachment_tag.py | 0 .../wtem}/migrations/0010_auto__add_confirmation.py | 0 {wtem => src/wtem}/migrations/__init__.py | 0 {wtem => src/wtem}/models.py | 0 {wtem => src/wtem}/static/wtem/edumed.coffee | 0 {wtem => src/wtem}/static/wtem/edumed.js | 0 {wtem => src/wtem}/static/wtem/img/1.png | Bin {wtem => src/wtem}/static/wtem/img/1_small.png | Bin {wtem => src/wtem}/static/wtem/img/2.png | Bin {wtem => src/wtem}/static/wtem/img/2_small.png | Bin {wtem => src/wtem}/static/wtem/img/3.png | Bin {wtem => src/wtem}/static/wtem/img/3_small.png | Bin .../wtem}/static/wtem/img/komunikat_policyjny.png | Bin .../wtem}/static/wtem/img/krrit_zrzut_ekranu.png | Bin {wtem => src/wtem}/static/wtem/img/przyp/1.jpg | Bin {wtem => src/wtem}/static/wtem/img/przyp/2.jpg | Bin {wtem => src/wtem}/static/wtem/img/przyp/3.jpg | Bin {wtem => src/wtem}/static/wtem/img/przyp/4.jpg | Bin {wtem => src/wtem}/static/wtem/img/przyp/5.jpg | Bin {wtem => src/wtem}/static/wtem/img/przyp2/1.jpg | Bin {wtem => src/wtem}/static/wtem/img/przyp2/2.jpg | Bin {wtem => src/wtem}/static/wtem/img/przyp2/3.jpg | Bin {wtem => src/wtem}/static/wtem/img/przyp2/4.jpg | Bin {wtem => src/wtem}/static/wtem/img/przyp2/5.jpg | Bin {wtem => src/wtem}/static/wtem/json2.js | 0 {wtem => src/wtem}/static/wtem/spinner.gif | Bin {wtem => src/wtem}/static/wtem/wtem.js | 0 .../admin/wtem/submission/change_list.html | 0 {wtem => src/wtem}/templates/wtem/admin_report.csv | 0 .../wtem}/templates/wtem/disabled_contact_form.html | 0 {wtem => src/wtem}/templates/wtem/email_key.txt | 0 .../wtem}/templates/wtem/email_teacher_before.txt | 0 .../templates/wtem/email_teacher_before_subject.txt | 0 .../wtem/exercises/edumed_prawdafalsz.html | 0 .../wtem/exercises/edumed_przyporzadkuj.html | 0 .../templates/wtem/exercises/edumed_uporzadkuj.html | 0 .../templates/wtem/exercises/edumed_wybor.html | 0 .../wtem}/templates/wtem/exercises/exercise_no.html | 0 .../wtem}/templates/wtem/exercises/file_upload.html | 0 .../wtem}/templates/wtem/exercises/open.html | 0 .../wtem}/templates/wtem/key_not_found.html | 0 .../wtem}/templates/wtem/key_not_found_before.html | 0 {wtem => src/wtem}/templates/wtem/main.html | 0 {wtem => src/wtem}/templates/wtem/main_after.html | 0 {wtem => src/wtem}/templates/wtem/main_before.html | 0 .../templates/wtem/results_student_disqualified.txt | 0 .../wtem}/templates/wtem/results_student_failed.txt | 0 .../wtem}/templates/wtem/results_student_passed.txt | 0 .../wtem}/templates/wtem/results_teacher.txt | 0 {wtem => src/wtem}/templates/wtem/thanks.html | 0 {wtem => src/wtem}/templates/wtem/title.html | 0 {wtem => src/wtem}/templatetags/__init__.py | 0 {wtem => src/wtem}/templatetags/wtem_csv.py | 0 {wtem => src/wtem}/urls.py | 0 {wtem => src/wtem}/views.py | 0 541 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 fabfile.py rename {api => src/api}/__init__.py (100%) rename {api => src/api}/admin.py (100%) rename {api => src/api}/handlers.py (100%) rename {api => src/api}/helpers.py (100%) rename {api => src/api}/models.py (100%) rename {api => src/api}/templates/oauth/challenge.html (100%) rename {api => src/api}/templates/piston/authorize_token.html (100%) rename {api => src/api}/tests.py (100%) rename {api => src/api}/urls.py (100%) rename {api => src/api}/views.py (100%) rename {catalogue => src/catalogue}/__init__.py (100%) rename {catalogue => src/catalogue}/admin.py (100%) rename {catalogue => src/catalogue}/forms.py (100%) rename {catalogue => src/catalogue}/management/__init__.py (100%) rename {catalogue => src/catalogue}/management/commands/__init__.py (100%) rename {catalogue => src/catalogue}/management/commands/extract_attachments.py (100%) rename {catalogue => src/catalogue}/management/commands/importlessons.py (100%) rename {catalogue => src/catalogue}/management/commands/repackage.py (100%) rename {catalogue => src/catalogue}/management/commands/republish.py (100%) rename {catalogue => src/catalogue}/migrations/0001_initial.py (100%) rename {catalogue => src/catalogue}/migrations/0002_auto__add_field_section_slug.py (100%) rename {catalogue => src/catalogue}/migrations/0003_auto__chg_field_lesson_xml_file__chg_field_lesson_student_package__chg.py (100%) rename {catalogue => src/catalogue}/migrations/0004_auto__add_part__add_attachment__add_field_lesson_pdf__add_field_lesson.py (100%) rename {catalogue => src/catalogue}/migrations/0005_auto__add_field_lesson_dc.py (100%) rename {catalogue => src/catalogue}/migrations/0006_auto__add_field_attachment_slug__add_field_attachment_ext__add_unique_.py (100%) rename {catalogue => src/catalogue}/migrations/0007_auto__add_field_lesson_type__chg_field_lesson_section.py (100%) rename {catalogue => src/catalogue}/migrations/0008_auto__del_field_lesson_depth.py (100%) rename {catalogue => src/catalogue}/migrations/0009_auto__add_field_section_xml_file.py (100%) rename {catalogue => src/catalogue}/migrations/0010_auto.py (100%) rename {catalogue => src/catalogue}/migrations/0011_auto__chg_field_lesson_xml_file__chg_field_lesson_student_pdf__chg_fie.py (100%) rename {catalogue => src/catalogue}/migrations/0012_auto__add_lessonstub.py (100%) rename {catalogue => src/catalogue}/migrations/0013_auto__add_field_section_image.py (100%) rename {catalogue => src/catalogue}/migrations/0014_auto__add_field_section_summary.py (100%) rename {catalogue => src/catalogue}/migrations/0015_auto__add_field_lesson_description.py (100%) rename {catalogue => src/catalogue}/migrations/0016_auto__add_field_section_pic__add_field_section_pic_attribution__add_fi.py (100%) rename {catalogue => src/catalogue}/migrations/0017_auto__chg_field_attachment_file.py (100%) rename {catalogue => src/catalogue}/migrations/0018_auto__add_field_lesson_weasy_pdf.py (100%) rename {catalogue => src/catalogue}/migrations/__init__.py (100%) rename {catalogue => src/catalogue}/models.py (100%) rename {catalogue => src/catalogue}/publish.py (100%) rename {catalogue => src/catalogue}/search_indexes.py (100%) rename {catalogue => src/catalogue}/static/catalogue/css/carousel.css (100%) rename {catalogue => src/catalogue}/static/catalogue/css/carousel.scss (100%) rename {catalogue => src/catalogue}/static/catalogue/css/exercise.css (100%) rename {catalogue => src/catalogue}/static/catalogue/css/exercise.scss (100%) rename {catalogue => src/catalogue}/static/catalogue/css/layout.css (100%) rename {catalogue => src/catalogue}/static/catalogue/css/layout.scss (100%) rename {catalogue => src/catalogue}/static/catalogue/css/lesson.css (100%) rename {catalogue => src/catalogue}/static/catalogue/css/lesson.scss (100%) rename {catalogue => src/catalogue}/static/catalogue/css/section_list.css (100%) rename {catalogue => src/catalogue}/static/catalogue/css/section_list.scss (100%) rename {catalogue => src/catalogue}/static/catalogue/img/carousel-left.png (100%) rename {catalogue => src/catalogue}/static/catalogue/img/carousel-right.png (100%) rename {catalogue => src/catalogue}/static/catalogue/img/carousel/katarzyna-wlodarczyk.jpg (100%) rename {catalogue => src/catalogue}/static/catalogue/js/carousel.js (100%) rename {catalogue => src/catalogue}/static/catalogue/js/edumed.js (100%) rename {catalogue => src/catalogue}/static/catalogue/js/jquery-ui-1.10.0.custom.js (100%) rename {catalogue => src/catalogue}/static/catalogue/js/jquery.cycle.all.js (100%) rename {catalogue => src/catalogue}/static/catalogue/js/lesson-list.js (100%) rename {catalogue => src/catalogue}/static/catalogue/js/lesson.js (100%) rename {catalogue => src/catalogue}/templates/catalogue/latest_blog_posts.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/lesson/added-var/lesson_detail.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/lesson/added/lesson_detail.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/lesson/appendix/lesson_detail.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/lesson/box-icons.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/lesson/course/lesson_detail.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/lesson/lesson_detail.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/lesson/project/lesson_detail.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/lesson/synthetic/lesson_detail.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/lesson_list.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/section_detail.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/snippets/carousel.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/snippets/lesson_link.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/snippets/lesson_nav.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/snippets/lesson_or_stub.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/snippets/level_box.html (100%) rename {catalogue => src/catalogue}/templates/catalogue/snippets/levels_main.html (100%) rename {catalogue => src/catalogue}/templates/search/indexes/catalogue/lesson_text.txt (100%) rename {catalogue => src/catalogue}/templatetags/__init__.py (100%) rename {catalogue => src/catalogue}/templatetags/catalogue_tags.py (100%) rename {catalogue => src/catalogue}/tests.py (100%) rename {catalogue => src/catalogue}/urls.py (100%) rename {catalogue => src/catalogue}/views.py (100%) rename {chunks => src/chunks}/__init__.py (100%) rename {chunks => src/chunks}/admin.py (100%) rename {chunks => src/chunks}/fixtures/chunks.json (100%) rename {chunks => src/chunks}/locale/de/LC_MESSAGES/django.mo (100%) rename {chunks => src/chunks}/locale/de/LC_MESSAGES/django.po (100%) rename {chunks => src/chunks}/locale/en/LC_MESSAGES/django.mo (100%) rename {chunks => src/chunks}/locale/en/LC_MESSAGES/django.po (100%) rename {chunks => src/chunks}/locale/es/LC_MESSAGES/django.mo (100%) rename {chunks => src/chunks}/locale/es/LC_MESSAGES/django.po (100%) rename {chunks => src/chunks}/locale/fr/LC_MESSAGES/django.mo (100%) rename {chunks => src/chunks}/locale/fr/LC_MESSAGES/django.po (100%) rename {chunks => src/chunks}/locale/it/LC_MESSAGES/django.mo (100%) rename {chunks => src/chunks}/locale/it/LC_MESSAGES/django.po (100%) rename {chunks => src/chunks}/locale/jp/LC_MESSAGES/django.mo (100%) rename {chunks => src/chunks}/locale/jp/LC_MESSAGES/django.po (100%) rename {chunks => src/chunks}/locale/lt/LC_MESSAGES/django.mo (100%) rename {chunks => src/chunks}/locale/lt/LC_MESSAGES/django.po (100%) rename {chunks => src/chunks}/locale/pl/LC_MESSAGES/django.mo (100%) rename {chunks => src/chunks}/locale/pl/LC_MESSAGES/django.po (100%) rename {chunks => src/chunks}/locale/ru/LC_MESSAGES/django.mo (100%) rename {chunks => src/chunks}/locale/ru/LC_MESSAGES/django.po (100%) rename {chunks => src/chunks}/locale/uk/LC_MESSAGES/django.mo (100%) rename {chunks => src/chunks}/locale/uk/LC_MESSAGES/django.po (100%) rename {chunks => src/chunks}/models.py (100%) rename {chunks => src/chunks}/templatetags/__init__.py (100%) rename {chunks => src/chunks}/templatetags/chunks.py (100%) rename {comment => src/comment}/__init__.py (100%) rename {comment => src/comment}/admin.py (100%) rename {comment => src/comment}/locale/pl/LC_MESSAGES/django.mo (100%) rename {comment => src/comment}/locale/pl/LC_MESSAGES/django.po (100%) rename {comment => src/comment}/migrations/0001_initial.py (100%) rename {comment => src/comment}/migrations/0002_auto__add_field_commentdocument_language_code.py (100%) rename {comment => src/comment}/migrations/__init__.py (100%) rename {comment => src/comment}/models.py (100%) rename {comment => src/comment}/templates/comment/commentdocument_detail.html (100%) rename {comment => src/comment}/templates/comment/commentdocument_list.html (100%) rename {comment => src/comment}/urls.py (100%) rename {comment => src/comment}/views.py (100%) rename {contact => src/contact}/__init__.py (100%) rename {contact => src/contact}/admin.py (100%) rename {contact => src/contact}/fields.py (100%) rename {contact => src/contact}/forms.py (100%) rename {contact => src/contact}/locale/pl/LC_MESSAGES/django.mo (100%) rename {contact => src/contact}/locale/pl/LC_MESSAGES/django.po (100%) rename {contact => src/contact}/mailing.py (100%) rename {contact => src/contact}/management/__init__.py (100%) rename {contact => src/contact}/management/commands/__init__.py (100%) rename {contact => src/contact}/management/commands/export_newsletter.py (100%) rename {contact => src/contact}/migrations/0001_initial.py (100%) rename {contact => src/contact}/migrations/0002_auto__add_attachment.py (100%) rename {contact => src/contact}/migrations/0003_auto__add_field_contact_key.py (100%) rename {contact => src/contact}/migrations/__init__.py (100%) rename {contact => src/contact}/models.py (100%) rename {contact => src/contact}/templates/admin/contact/contact/change_list.html (100%) rename {contact => src/contact}/templates/contact/disabled_contact_form.html (100%) rename {contact => src/contact}/templates/contact/form.html (100%) rename {contact => src/contact}/templates/contact/mail_body.txt (100%) rename {contact => src/contact}/templates/contact/mail_managers_body.txt (100%) rename {contact => src/contact}/templates/contact/mail_managers_subject.txt (100%) rename {contact => src/contact}/templates/contact/mail_subject.txt (100%) rename {contact => src/contact}/templates/contact/thanks.html (100%) rename {contact => src/contact}/templatetags/__init__.py (100%) rename {contact => src/contact}/templatetags/contact_tags.py (100%) rename {contact => src/contact}/urls.py (100%) rename {contact => src/contact}/views.py (100%) rename {contact => src/contact}/widgets.py (100%) rename {curriculum => src/curriculum}/__init__.py (100%) rename {curriculum => src/curriculum}/admin.py (100%) rename {curriculum => src/curriculum}/fixtures/competences.json (100%) rename {curriculum => src/curriculum}/fixtures/curriculum.json (100%) rename {curriculum => src/curriculum}/locale/pl/LC_MESSAGES/django.mo (100%) rename {curriculum => src/curriculum}/locale/pl/LC_MESSAGES/django.po (100%) rename {curriculum => src/curriculum}/migrations/0001_initial.py (100%) rename {curriculum => src/curriculum}/migrations/0002_auto__add_field_level_group.py (100%) rename {curriculum => src/curriculum}/migrations/0003_auto__chg_field_level_slug.py (100%) rename {curriculum => src/curriculum}/migrations/0004_auto__add_curriculum__add_curriculumlevel__add_curriculumcourse.py (100%) rename {curriculum => src/curriculum}/migrations/0005_auto__add_field_curriculumcourse_accusative.py (100%) rename {curriculum => src/curriculum}/migrations/0006_auto__add_field_competencelevel_description_pl__add_field_competencele.py (100%) rename {curriculum => src/curriculum}/migrations/0007_translatable_fields_data_migration.py (100%) rename {curriculum => src/curriculum}/migrations/0008_auto__del_field_competencelevel_description__del_field_section_name__d.py (100%) rename {curriculum => src/curriculum}/migrations/0009_auto__chg_field_competencelevel_description_en__chg_field_competencele.py (100%) rename {curriculum => src/curriculum}/migrations/0010_auto__add_field_level_meta_name.py (100%) rename {curriculum => src/curriculum}/migrations/0011_meta_name.py (100%) rename {curriculum => src/curriculum}/migrations/0012_auto__add_unique_level_meta_name__add_unique_level_slug.py (100%) rename {curriculum => src/curriculum}/migrations/0013_auto__add_field_level_package__add_field_level_student_package.py (100%) rename {curriculum => src/curriculum}/migrations/0014_auto__add_unique_curriculum_identifier.py (100%) rename {curriculum => src/curriculum}/migrations/0015_auto__chg_field_curriculum_title.py (100%) rename {curriculum => src/curriculum}/migrations/0016_auto__add_field_curriculumlevel_verbose.py (100%) rename {curriculum => src/curriculum}/migrations/0017_verbose_level.py (100%) rename {curriculum => src/curriculum}/migrations/__init__.py (100%) rename {curriculum => src/curriculum}/models.py (100%) rename {curriculum => src/curriculum}/static/curriculum/curriculum.css (100%) rename {curriculum => src/curriculum}/static/curriculum/curriculum.js (100%) rename {curriculum => src/curriculum}/static/curriculum/curriculum.scss (100%) rename {curriculum => src/curriculum}/templates/curriculum/competence_detail.html (100%) rename {curriculum => src/curriculum}/templates/curriculum/competence_list.html (100%) rename {curriculum => src/curriculum}/templates/curriculum/snippets/competence.html (100%) rename {curriculum => src/curriculum}/templates/curriculum/snippets/course_box.html (100%) rename {curriculum => src/curriculum}/templates/curriculum/snippets/course_boxes.html (100%) rename {curriculum => src/curriculum}/templates/curriculum/snippets/course_boxes_toc.html (100%) rename {curriculum => src/curriculum}/templates/curriculum/snippets/curriculum.html (100%) rename {curriculum => src/curriculum}/templatetags/__init__.py (100%) rename {curriculum => src/curriculum}/templatetags/curriculum_tags.py (100%) rename {curriculum => src/curriculum}/tests.py (100%) rename {curriculum => src/curriculum}/urls.py (100%) rename {curriculum => src/curriculum}/views.py (100%) rename {edumed => src/edumed}/__init__.py (100%) rename {edumed => src/edumed}/contact_forms.py (100%) rename {edumed => src/edumed}/contact_forms_test.py (100%) rename {edumed => src/edumed}/context_processors.py (100%) rename {edumed => src/edumed}/forms.py (100%) rename {edumed => src/edumed}/forum.py (100%) rename {edumed => src/edumed}/locale-contrib/django.pot (100%) rename {edumed => src/edumed}/locale-contrib/pl/LC_MESSAGES/django.mo (100%) rename {edumed => src/edumed}/locale-contrib/pl/LC_MESSAGES/django.po (100%) rename {edumed => src/edumed}/locale/pl/LC_MESSAGES/django.mo (100%) rename {edumed => src/edumed}/locale/pl/LC_MESSAGES/django.po (100%) rename {edumed => src/edumed}/milurls.py (100%) rename {edumed => src/edumed}/settings/__init__.py (100%) rename {edumed => src/edumed}/settings/apps.py (100%) rename {edumed => src/edumed}/settings/auth.py (100%) rename {edumed => src/edumed}/settings/basic.py (100%) rename {edumed => src/edumed}/settings/cache.py (100%) rename {edumed => src/edumed}/settings/context.py (100%) rename {edumed => src/edumed}/settings/contrib.py (100%) rename {edumed => src/edumed}/settings/custom.py (100%) rename {edumed => src/edumed}/settings/locale.py (100%) rename {edumed => src/edumed}/settings/logging.py (100%) rename {edumed => src/edumed}/settings/middleware.py (100%) rename {edumed => src/edumed}/settings/paths.py (100%) rename {edumed => src/edumed}/settings/search.py (100%) rename {edumed => src/edumed}/settings/static.py (100%) rename {edumed => src/edumed}/static/css/_mixins.scss (100%) rename {edumed => src/edumed}/static/css/_vars.scss (100%) rename {edumed => src/edumed}/static/css/base.css (100%) rename {edumed => src/edumed}/static/css/base.scss (100%) rename {edumed => src/edumed}/static/css/form.css (100%) rename {edumed => src/edumed}/static/css/form.scss (100%) rename {edumed => src/edumed}/static/css/forum.css (100%) rename {edumed => src/edumed}/static/css/forum.scss (100%) rename {edumed => src/edumed}/static/css/main.css (100%) rename {edumed => src/edumed}/static/css/main.scss (100%) rename {edumed => src/edumed}/static/css/mil.css (100%) rename {edumed => src/edumed}/static/css/mil.scss (100%) rename {edumed => src/edumed}/static/css/promobox.css (100%) rename {edumed => src/edumed}/static/css/promobox.scss (100%) rename {edumed => src/edumed}/static/img/banners/440px_Forum.jpg (100%) rename {edumed => src/edumed}/static/img/banners/440px_Salon-1.jpg (100%) rename {edumed => src/edumed}/static/img/banners/960x150_edukacjaMedialna.jpg (100%) rename {edumed => src/edumed}/static/img/banners/OC_collegium_web_970x250.jpg (100%) rename {edumed => src/edumed}/static/img/banners/oc-banner.png (100%) rename {edumed => src/edumed}/static/img/favicon.png (100%) rename {edumed => src/edumed}/static/img/header-bar.png (100%) rename {edumed => src/edumed}/static/img/icons/activity-kind.png (100%) rename {edumed => src/edumed}/static/img/icons/activity-time.png (100%) rename {edumed => src/edumed}/static/img/icons/activity-tools.png (100%) rename {edumed => src/edumed}/static/img/icons/activity_dark.png (100%) rename {edumed => src/edumed}/static/img/icons/activity_orange.png (100%) rename {edumed => src/edumed}/static/img/icons/activity_white.png (100%) rename {edumed => src/edumed}/static/img/icons/announce_dark.png (100%) rename {edumed => src/edumed}/static/img/icons/announce_orange.png (100%) rename {edumed => src/edumed}/static/img/icons/announce_white.png (100%) rename {edumed => src/edumed}/static/img/icons/internet_black.png (100%) rename {edumed => src/edumed}/static/img/icons/knowledge_dark.png (100%) rename {edumed => src/edumed}/static/img/icons/knowledge_orange.png (100%) rename {edumed => src/edumed}/static/img/icons/knowledge_white.png (100%) rename {edumed => src/edumed}/static/img/icons/lesson-plan_dark.png (100%) rename {edumed => src/edumed}/static/img/icons/lesson-plan_orange.png (100%) rename {edumed => src/edumed}/static/img/icons/lesson-plan_white.png (100%) rename {edumed => src/edumed}/static/img/icons/nointernet_black.png (100%) rename {edumed => src/edumed}/static/img/icons/reference_dark.png (100%) rename {edumed => src/edumed}/static/img/icons/reference_orange.png (100%) rename {edumed => src/edumed}/static/img/icons/reference_white.png (100%) rename {edumed => src/edumed}/static/img/icons/time_dark.png (100%) rename {edumed => src/edumed}/static/img/icons/time_orange.png (100%) rename {edumed => src/edumed}/static/img/icons/time_white.png (100%) rename {edumed => src/edumed}/static/img/logo-mil.png (100%) rename {edumed => src/edumed}/static/img/logo-oc.png (100%) rename {edumed => src/edumed}/static/img/logo.png (100%) rename {edumed => src/edumed}/static/img/logo_fnp.png (100%) rename {edumed => src/edumed}/static/img/logo_fnp_white.png (100%) rename {edumed => src/edumed}/static/img/menu/dla-trenera.png (100%) rename {edumed => src/edumed}/static/img/menu/dla-trenera_active.png (100%) rename {edumed => src/edumed}/static/img/menu/dla-ucznia.png (100%) rename {edumed => src/edumed}/static/img/menu/dla-ucznia_active.png (100%) rename {edumed => src/edumed}/static/img/menu/kompetencje.png (100%) rename {edumed => src/edumed}/static/img/menu/kompetencje_active.png (100%) rename {edumed => src/edumed}/static/img/menu/lekcje.png (100%) rename {edumed => src/edumed}/static/img/menu/lekcje_active.png (100%) rename {edumed => src/edumed}/static/img/menu/mil/catalog.png (100%) rename {edumed => src/edumed}/static/img/menu/mil/consultations.png (100%) rename {edumed => src/edumed}/static/img/menu/mil/contact.png (100%) rename {edumed => src/edumed}/static/img/menu/mil/knowledgebase.png (100%) rename {edumed => src/edumed}/static/img/menu/mil/lang_en.png (100%) rename {edumed => src/edumed}/static/img/menu/mil/lang_pl.png (100%) rename {edumed => src/edumed}/static/img/menu/mil/takepart.png (100%) rename {edumed => src/edumed}/static/img/menu/o-nas.png (100%) rename {edumed => src/edumed}/static/img/menu/o-nas_active.png (100%) rename {edumed => src/edumed}/static/img/menu/old/katalog.png (100%) rename {edumed => src/edumed}/static/img/menu/old/katalog_active.png (100%) rename {edumed => src/edumed}/static/img/menu/old/kontakt.png (100%) rename {edumed => src/edumed}/static/img/menu/old/kontakt_active.png (100%) rename {edumed => src/edumed}/static/img/menu/old/lekcje.png (100%) rename {edumed => src/edumed}/static/img/menu/old/lekcje_active.png (100%) rename {edumed => src/edumed}/static/img/menu/old/o-nas.png (100%) rename {edumed => src/edumed}/static/img/menu/old/o-nas_active.png (100%) rename {edumed => src/edumed}/static/img/menu/old/szkolenia.png (100%) rename {edumed => src/edumed}/static/img/menu/old/szkolenia_active.png (100%) rename {edumed => src/edumed}/static/img/menu/old/wesprzyj.png (100%) rename {edumed => src/edumed}/static/img/menu/old/wesprzyj_active.png (100%) rename {edumed => src/edumed}/static/img/menu/old/wspolpraca.png (100%) rename {edumed => src/edumed}/static/img/menu/old/wspolpraca_active.png (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada.png (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/harmonogram.png (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/harmonogram_active.png (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/komitet.png (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/komitet_active.png (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/kontakt.png (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/kontakt_active.png (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/literatura.png (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/literatura_active.png (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/program.png (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/program_active.png (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/regulamin.png (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/regulamin_active.png (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/svg/harmonogram.svg (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/svg/harmonogram_active.svg (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/svg/komitet.svg (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/svg/komitet_active.svg (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/svg/kontakt.svg (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/svg/kontakt_active.svg (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/svg/literatura.svg (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/svg/literatura_active.svg (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/svg/program.svg (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/svg/program_active.svg (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/svg/regulamin.svg (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada/svg/regulamin_active.svg (100%) rename {edumed => src/edumed}/static/img/menu/olimpiada_active.png (100%) rename {edumed => src/edumed}/static/img/menu/svg/convert.txt (100%) rename {edumed => src/edumed}/static/img/menu/svg/dla-trenera.svg (100%) rename {edumed => src/edumed}/static/img/menu/svg/dla-trenera_active.svg (100%) rename {edumed => src/edumed}/static/img/menu/svg/dla-ucznia.svg (100%) rename {edumed => src/edumed}/static/img/menu/svg/dla-ucznia_active.svg (100%) rename {edumed => src/edumed}/static/img/menu/svg/kompetencje.svg (100%) rename {edumed => src/edumed}/static/img/menu/svg/kompetencje_active.svg (100%) rename {edumed => src/edumed}/static/img/menu/svg/lekcje.svg (100%) rename {edumed => src/edumed}/static/img/menu/svg/lekcje_active.svg (100%) rename {edumed => src/edumed}/static/img/menu/svg/o-nas.svg (100%) rename {edumed => src/edumed}/static/img/menu/svg/o-nas_active.svg (100%) rename {edumed => src/edumed}/static/img/menu/svg/olimpiada.svg (100%) rename {edumed => src/edumed}/static/img/menu/svg/olimpiada_active.svg (100%) rename {edumed => src/edumed}/static/img/nina-white.png (100%) rename {edumed => src/edumed}/static/img/nina.jpg (100%) rename {edumed => src/edumed}/static/img/ornaments/draggable.png (100%) rename {edumed => src/edumed}/static/img/sciezki-kopernika/cc.jpg (100%) rename {edumed => src/edumed}/static/img/sciezki-kopernika/fe.jpg (100%) rename {edumed => src/edumed}/static/img/sciezki-kopernika/fnp.png (100%) rename {edumed => src/edumed}/static/img/sciezki-kopernika/ue.jpg (100%) rename {edumed => src/edumed}/static/jquery/colorbox/colorbox.css (100%) rename {edumed => src/edumed}/static/jquery/colorbox/images/border.png (100%) rename {edumed => src/edumed}/static/jquery/colorbox/images/controls.png (100%) rename {edumed => src/edumed}/static/jquery/colorbox/images/ie6/borderBottomCenter.png (100%) rename {edumed => src/edumed}/static/jquery/colorbox/images/ie6/borderBottomLeft.png (100%) rename {edumed => src/edumed}/static/jquery/colorbox/images/ie6/borderBottomRight.png (100%) rename {edumed => src/edumed}/static/jquery/colorbox/images/ie6/borderMiddleLeft.png (100%) rename {edumed => src/edumed}/static/jquery/colorbox/images/ie6/borderMiddleRight.png (100%) rename {edumed => src/edumed}/static/jquery/colorbox/images/ie6/borderTopCenter.png (100%) rename {edumed => src/edumed}/static/jquery/colorbox/images/ie6/borderTopLeft.png (100%) rename {edumed => src/edumed}/static/jquery/colorbox/images/ie6/borderTopRight.png (100%) rename {edumed => src/edumed}/static/jquery/colorbox/images/loading.gif (100%) rename {edumed => src/edumed}/static/jquery/colorbox/images/loading_background.png (100%) rename {edumed => src/edumed}/static/jquery/colorbox/images/overlay.png (100%) rename {edumed => src/edumed}/static/jquery/colorbox/jquery.colorbox-min.js (100%) rename {edumed => src/edumed}/static/jquery/colorbox/jquery.colorbox-pl.js (100%) rename {edumed => src/edumed}/static/js/formset.js (100%) rename {edumed => src/edumed}/templates/404.html (100%) rename {edumed => src/edumed}/templates/404_mil.html (100%) rename {edumed => src/edumed}/templates/500.html (100%) rename {edumed => src/edumed}/templates/annoy.html (100%) rename {edumed => src/edumed}/templates/base.html (100%) rename {edumed => src/edumed}/templates/base_forum.html (100%) rename {edumed => src/edumed}/templates/base_mil.html (100%) rename {edumed => src/edumed}/templates/base_super.html (100%) rename {edumed => src/edumed}/templates/contact/collegium-mlodych-test/form.html (100%) rename {edumed => src/edumed}/templates/contact/collegium-mlodych-test/mail_subject.txt (100%) rename {edumed => src/edumed}/templates/contact/collegium-mlodych-test/results.html (100%) rename {edumed => src/edumed}/templates/contact/collegium-mlodych-test/results_email.txt (100%) rename {edumed => src/edumed}/templates/contact/collegium-mlodych/form.html (100%) rename {edumed => src/edumed}/templates/contact/collegium-mlodych/mail_body.txt (100%) rename {edumed => src/edumed}/templates/contact/collegium-mlodych/mail_subject.txt (100%) rename {edumed => src/edumed}/templates/contact/collegium-mlodych/on_hold.html (100%) rename {edumed => src/edumed}/templates/contact/collegium-mlodych/thanks.html (100%) rename {edumed => src/edumed}/templates/contact/konkurs/mail_body.txt (100%) rename {edumed => src/edumed}/templates/contact/konkurs/mail_subject.txt (100%) rename {edumed => src/edumed}/templates/contact/konkurs/thanks.html (100%) rename {edumed => src/edumed}/templates/contact/misja-cybernautow/mail_body.txt (100%) rename {edumed => src/edumed}/templates/contact/olimpiada/form.html (100%) rename {edumed => src/edumed}/templates/contact/olimpiada/mail_body.txt (100%) rename {edumed => src/edumed}/templates/contact/olimpiada/mail_subject.txt (100%) rename {edumed => src/edumed}/templates/contact/olimpiada/student_mail_body.html (100%) rename {edumed => src/edumed}/templates/contact/olimpiada/student_mail_subject.html (100%) rename {edumed => src/edumed}/templates/contact/olimpiada/thanks.html (100%) rename {edumed => src/edumed}/templates/contact/sciezki-kopernika-test/form.html (100%) rename {edumed => src/edumed}/templates/contact/sciezki-kopernika-test/mail_subject.txt (100%) rename {edumed => src/edumed}/templates/contact/sciezki-kopernika-test/results.html (100%) rename {edumed => src/edumed}/templates/contact/sciezki-kopernika-test/results_email.txt (100%) rename {edumed => src/edumed}/templates/contact/sciezki-kopernika/form.html (100%) rename {edumed => src/edumed}/templates/contact/sciezki-kopernika/mail_body.txt (100%) rename {edumed => src/edumed}/templates/contact/sciezki-kopernika/mail_subject.txt (100%) rename {edumed => src/edumed}/templates/contact/sciezki-kopernika/thanks.html (100%) rename {edumed => src/edumed}/templates/contact/sugestie/mail_body.txt (100%) rename {edumed => src/edumed}/templates/contact/sugestie/mail_subject.txt (100%) rename {edumed => src/edumed}/templates/contact/sugestie/thanks.html (100%) rename {edumed => src/edumed}/templates/contact/tem/mail_body.txt (100%) rename {edumed => src/edumed}/templates/contact/tem/mail_subject.txt (100%) rename {edumed => src/edumed}/templates/contact/tem/thanks.html (100%) rename {edumed => src/edumed}/templates/contact/trenerzy-cybernauci/mail_body.txt (100%) rename {edumed => src/edumed}/templates/contact/trenerzy-cybernauci/mail_subject.txt (100%) rename {edumed => src/edumed}/templates/contact/trenerzy-cybernauci2017 (100%) rename {edumed => src/edumed}/templates/contact/wspolpraca/mail_body.txt (100%) rename {edumed => src/edumed}/templates/contact/wspolpraca/mail_subject.txt (100%) rename {edumed => src/edumed}/templates/contact/wspolpraca/thanks.html (100%) rename {edumed => src/edumed}/templates/contact/wtem/form.html (100%) rename {edumed => src/edumed}/templates/contact/wtem/mail_body.txt (100%) rename {edumed => src/edumed}/templates/contact/wtem/mail_subject.txt (100%) rename {edumed => src/edumed}/templates/contact/wtem/student_mail_body.html (100%) rename {edumed => src/edumed}/templates/contact/wtem/student_mail_subject.html (100%) rename {edumed => src/edumed}/templates/contact/wtem/thanks.html (100%) rename {edumed => src/edumed}/templates/flatpages/default.html (100%) rename {edumed => src/edumed}/templates/flatpages/mil.html (100%) rename {edumed => src/edumed}/templates/flatpages/sciezki.html (100%) rename {edumed => src/edumed}/templates/home.html (100%) rename {edumed => src/edumed}/templates/home_mil.html (100%) rename {edumed => src/edumed}/templates/olimpiada_teaser.html (100%) rename {edumed => src/edumed}/templates/pybb/_need_to_login_message.html (100%) rename {edumed => src/edumed}/templates/pybb/avatar.html (100%) rename {edumed => src/edumed}/templates/pybb/breadcrumb.html (100%) rename {edumed => src/edumed}/templates/pybb/breadcrumb_top_extra_crumb.html (100%) rename {edumed => src/edumed}/templates/sciezki_logos.html (100%) rename {edumed => src/edumed}/templates/search/search.html (100%) rename {edumed => src/edumed}/templatetags/__init__.py (100%) rename {edumed => src/edumed}/templatetags/inline_stylesheet.py (100%) rename {edumed => src/edumed}/urls.py (100%) rename {edumed => src/edumed}/utils.py (100%) rename {edumed => src/edumed}/views.py (100%) rename {edumed => src/edumed}/wsgi.py (100%) rename {forum => src/forum}/__init__.py (100%) rename {forum => src/forum}/forms.py (100%) rename {forum => src/forum}/locale/pl/LC_MESSAGES/django.mo (100%) rename {forum => src/forum}/locale/pl/LC_MESSAGES/django.po (100%) rename {forum => src/forum}/middleware.py (100%) rename {forum => src/forum}/migrations/0001_initial.py (100%) rename {forum => src/forum}/migrations/__init__.py (100%) rename {forum => src/forum}/models.py (100%) rename {forum => src/forum}/search_indexes.py (100%) rename {forum => src/forum}/templates/forum/related_lesson_info.html (100%) rename {forum => src/forum}/templates/forum/search_results.html (100%) rename {forum => src/forum}/templates/pybb/category.html (100%) rename {forum => src/forum}/templates/pybb/forum_last_update_info.html (100%) rename {forum => src/forum}/templates/pybb/post_form.html (100%) rename {forum => src/forum}/templates/pybb/topic.html (100%) rename {forum => src/forum}/templates/pybb/topic_last_message_info.html (100%) rename {forum => src/forum}/templates/search/indexes/pybb/post_text.txt (100%) rename {forum => src/forum}/urls.py (100%) rename {forum => src/forum}/views.py (100%) rename {lib => src/lib}/librarian (100%) rename manage.py => src/manage.py (100%) rename {publishers => src/publishers}/__init__.py (100%) rename {publishers => src/publishers}/admin.py (100%) rename {publishers => src/publishers}/migrations/0001_initial.py (100%) rename {publishers => src/publishers}/migrations/__init__.py (100%) rename {publishers => src/publishers}/models.py (100%) rename {wtem => src/wtem}/__init__.py (100%) rename {wtem => src/wtem}/admin.py (100%) rename {wtem => src/wtem}/fixtures/exercises-2013.json (100%) rename {wtem => src/wtem}/fixtures/exercises-2014.json (100%) rename {wtem => src/wtem}/fixtures/exercises-2015.json (100%) rename {wtem => src/wtem}/fixtures/exercises-tem.json (100%) rename {wtem => src/wtem}/fixtures/exercises-wlem.json (100%) rename {wtem => src/wtem}/fixtures/exercises.json (100%) rename {wtem => src/wtem}/forms.py (100%) rename {wtem => src/wtem}/management/__init__.py (100%) rename {wtem => src/wtem}/management/commands/__init__.py (100%) rename {wtem => src/wtem}/management/commands/wlem_generate_keys.py (100%) rename {wtem => src/wtem}/management/commands/wtem_assign_submissions.py (100%) rename {wtem => src/wtem}/management/commands/wtem_email_teachers.py (100%) rename {wtem => src/wtem}/management/commands/wtem_generate_keys.py (100%) rename {wtem => src/wtem}/management/commands/wtem_send_keys.py (100%) rename {wtem => src/wtem}/management/commands/wtem_send_results.py (100%) rename {wtem => src/wtem}/management/commands/wtem_send_results_csv.py (100%) rename {wtem => src/wtem}/middleware.py (100%) rename {wtem => src/wtem}/migrations/0001_initial.py (100%) rename {wtem => src/wtem}/migrations/0002_auto__add_field_submission_key_sent.py (100%) rename {wtem => src/wtem}/migrations/0003_auto__add_assignment.py (100%) rename {wtem => src/wtem}/migrations/0004_auto__add_unique_assignment_user.py (100%) rename {wtem => src/wtem}/migrations/0005_auto__add_field_submission_marks.py (100%) rename {wtem => src/wtem}/migrations/0006_auto__del_field_attachment_name__add_field_attachment_exercise_id.py (100%) rename {wtem => src/wtem}/migrations/0007_auto.py (100%) rename {wtem => src/wtem}/migrations/0008_auto__add_field_submission_end_time.py (100%) rename {wtem => src/wtem}/migrations/0009_auto__add_field_attachment_tag.py (100%) rename {wtem => src/wtem}/migrations/0010_auto__add_confirmation.py (100%) rename {wtem => src/wtem}/migrations/__init__.py (100%) rename {wtem => src/wtem}/models.py (100%) rename {wtem => src/wtem}/static/wtem/edumed.coffee (100%) rename {wtem => src/wtem}/static/wtem/edumed.js (100%) rename {wtem => src/wtem}/static/wtem/img/1.png (100%) rename {wtem => src/wtem}/static/wtem/img/1_small.png (100%) rename {wtem => src/wtem}/static/wtem/img/2.png (100%) rename {wtem => src/wtem}/static/wtem/img/2_small.png (100%) rename {wtem => src/wtem}/static/wtem/img/3.png (100%) rename {wtem => src/wtem}/static/wtem/img/3_small.png (100%) rename {wtem => src/wtem}/static/wtem/img/komunikat_policyjny.png (100%) rename {wtem => src/wtem}/static/wtem/img/krrit_zrzut_ekranu.png (100%) rename {wtem => src/wtem}/static/wtem/img/przyp/1.jpg (100%) rename {wtem => src/wtem}/static/wtem/img/przyp/2.jpg (100%) rename {wtem => src/wtem}/static/wtem/img/przyp/3.jpg (100%) rename {wtem => src/wtem}/static/wtem/img/przyp/4.jpg (100%) rename {wtem => src/wtem}/static/wtem/img/przyp/5.jpg (100%) rename {wtem => src/wtem}/static/wtem/img/przyp2/1.jpg (100%) rename {wtem => src/wtem}/static/wtem/img/przyp2/2.jpg (100%) rename {wtem => src/wtem}/static/wtem/img/przyp2/3.jpg (100%) rename {wtem => src/wtem}/static/wtem/img/przyp2/4.jpg (100%) rename {wtem => src/wtem}/static/wtem/img/przyp2/5.jpg (100%) rename {wtem => src/wtem}/static/wtem/json2.js (100%) rename {wtem => src/wtem}/static/wtem/spinner.gif (100%) rename {wtem => src/wtem}/static/wtem/wtem.js (100%) rename {wtem => src/wtem}/templates/admin/wtem/submission/change_list.html (100%) rename {wtem => src/wtem}/templates/wtem/admin_report.csv (100%) rename {wtem => src/wtem}/templates/wtem/disabled_contact_form.html (100%) rename {wtem => src/wtem}/templates/wtem/email_key.txt (100%) rename {wtem => src/wtem}/templates/wtem/email_teacher_before.txt (100%) rename {wtem => src/wtem}/templates/wtem/email_teacher_before_subject.txt (100%) rename {wtem => src/wtem}/templates/wtem/exercises/edumed_prawdafalsz.html (100%) rename {wtem => src/wtem}/templates/wtem/exercises/edumed_przyporzadkuj.html (100%) rename {wtem => src/wtem}/templates/wtem/exercises/edumed_uporzadkuj.html (100%) rename {wtem => src/wtem}/templates/wtem/exercises/edumed_wybor.html (100%) rename {wtem => src/wtem}/templates/wtem/exercises/exercise_no.html (100%) rename {wtem => src/wtem}/templates/wtem/exercises/file_upload.html (100%) rename {wtem => src/wtem}/templates/wtem/exercises/open.html (100%) rename {wtem => src/wtem}/templates/wtem/key_not_found.html (100%) rename {wtem => src/wtem}/templates/wtem/key_not_found_before.html (100%) rename {wtem => src/wtem}/templates/wtem/main.html (100%) rename {wtem => src/wtem}/templates/wtem/main_after.html (100%) rename {wtem => src/wtem}/templates/wtem/main_before.html (100%) rename {wtem => src/wtem}/templates/wtem/results_student_disqualified.txt (100%) rename {wtem => src/wtem}/templates/wtem/results_student_failed.txt (100%) rename {wtem => src/wtem}/templates/wtem/results_student_passed.txt (100%) rename {wtem => src/wtem}/templates/wtem/results_teacher.txt (100%) rename {wtem => src/wtem}/templates/wtem/thanks.html (100%) rename {wtem => src/wtem}/templates/wtem/title.html (100%) rename {wtem => src/wtem}/templatetags/__init__.py (100%) rename {wtem => src/wtem}/templatetags/wtem_csv.py (100%) rename {wtem => src/wtem}/urls.py (100%) rename {wtem => src/wtem}/views.py (100%) diff --git a/.gitmodules b/.gitmodules index 6c3faff..3eabac2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lib/librarian"] - path = lib/librarian + path = src/lib/librarian url = ssh://git@git.mdrn.pl/librarian.git diff --git a/Dockerfile b/Dockerfile index 2ee1cce..03fe177 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \ COPY requirements.txt requirements.txt RUN pip install --no-cache-dir -r requirements.txt -WORKDIR /app +WORKDIR /app/src FROM base AS dev @@ -23,4 +23,4 @@ FROM base AS prod RUN pip install --no-cache-dir gunicorn psycopg2-binary -COPY . /app +COPY src /app/src/ diff --git a/docker-compose.yml b/docker-compose.yml index b027789..249139d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,4 +6,5 @@ services: context: . target: dev volumes: - - .:/app + - ./src:/app/src + - ./media:/app/media diff --git a/fabfile.py b/fabfile.py deleted file mode 100644 index 5e108a7..0000000 --- a/fabfile.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- -from fnpdjango.deploy import * - -env.project_name = 'edumed' -env.hosts = ['giewont.icm.edu.pl'] -env.user = 'edumed' -env.app_path = '/srv/edukacjamedialna.edu.pl' -env.services = [ - Supervisord('edumed'), -] diff --git a/api/__init__.py b/src/api/__init__.py similarity index 100% rename from api/__init__.py rename to src/api/__init__.py diff --git a/api/admin.py b/src/api/admin.py similarity index 100% rename from api/admin.py rename to src/api/admin.py diff --git a/api/handlers.py b/src/api/handlers.py similarity index 100% rename from api/handlers.py rename to src/api/handlers.py diff --git a/api/helpers.py b/src/api/helpers.py similarity index 100% rename from api/helpers.py rename to src/api/helpers.py diff --git a/api/models.py b/src/api/models.py similarity index 100% rename from api/models.py rename to src/api/models.py diff --git a/api/templates/oauth/challenge.html b/src/api/templates/oauth/challenge.html similarity index 100% rename from api/templates/oauth/challenge.html rename to src/api/templates/oauth/challenge.html diff --git a/api/templates/piston/authorize_token.html b/src/api/templates/piston/authorize_token.html similarity index 100% rename from api/templates/piston/authorize_token.html rename to src/api/templates/piston/authorize_token.html diff --git a/api/tests.py b/src/api/tests.py similarity index 100% rename from api/tests.py rename to src/api/tests.py diff --git a/api/urls.py b/src/api/urls.py similarity index 100% rename from api/urls.py rename to src/api/urls.py diff --git a/api/views.py b/src/api/views.py similarity index 100% rename from api/views.py rename to src/api/views.py diff --git a/catalogue/__init__.py b/src/catalogue/__init__.py similarity index 100% rename from catalogue/__init__.py rename to src/catalogue/__init__.py diff --git a/catalogue/admin.py b/src/catalogue/admin.py similarity index 100% rename from catalogue/admin.py rename to src/catalogue/admin.py diff --git a/catalogue/forms.py b/src/catalogue/forms.py similarity index 100% rename from catalogue/forms.py rename to src/catalogue/forms.py diff --git a/catalogue/management/__init__.py b/src/catalogue/management/__init__.py similarity index 100% rename from catalogue/management/__init__.py rename to src/catalogue/management/__init__.py diff --git a/catalogue/management/commands/__init__.py b/src/catalogue/management/commands/__init__.py similarity index 100% rename from catalogue/management/commands/__init__.py rename to src/catalogue/management/commands/__init__.py diff --git a/catalogue/management/commands/extract_attachments.py b/src/catalogue/management/commands/extract_attachments.py similarity index 100% rename from catalogue/management/commands/extract_attachments.py rename to src/catalogue/management/commands/extract_attachments.py diff --git a/catalogue/management/commands/importlessons.py b/src/catalogue/management/commands/importlessons.py similarity index 100% rename from catalogue/management/commands/importlessons.py rename to src/catalogue/management/commands/importlessons.py diff --git a/catalogue/management/commands/repackage.py b/src/catalogue/management/commands/repackage.py similarity index 100% rename from catalogue/management/commands/repackage.py rename to src/catalogue/management/commands/repackage.py diff --git a/catalogue/management/commands/republish.py b/src/catalogue/management/commands/republish.py similarity index 100% rename from catalogue/management/commands/republish.py rename to src/catalogue/management/commands/republish.py diff --git a/catalogue/migrations/0001_initial.py b/src/catalogue/migrations/0001_initial.py similarity index 100% rename from catalogue/migrations/0001_initial.py rename to src/catalogue/migrations/0001_initial.py diff --git a/catalogue/migrations/0002_auto__add_field_section_slug.py b/src/catalogue/migrations/0002_auto__add_field_section_slug.py similarity index 100% rename from catalogue/migrations/0002_auto__add_field_section_slug.py rename to src/catalogue/migrations/0002_auto__add_field_section_slug.py diff --git a/catalogue/migrations/0003_auto__chg_field_lesson_xml_file__chg_field_lesson_student_package__chg.py b/src/catalogue/migrations/0003_auto__chg_field_lesson_xml_file__chg_field_lesson_student_package__chg.py similarity index 100% rename from catalogue/migrations/0003_auto__chg_field_lesson_xml_file__chg_field_lesson_student_package__chg.py rename to src/catalogue/migrations/0003_auto__chg_field_lesson_xml_file__chg_field_lesson_student_package__chg.py diff --git a/catalogue/migrations/0004_auto__add_part__add_attachment__add_field_lesson_pdf__add_field_lesson.py b/src/catalogue/migrations/0004_auto__add_part__add_attachment__add_field_lesson_pdf__add_field_lesson.py similarity index 100% rename from catalogue/migrations/0004_auto__add_part__add_attachment__add_field_lesson_pdf__add_field_lesson.py rename to src/catalogue/migrations/0004_auto__add_part__add_attachment__add_field_lesson_pdf__add_field_lesson.py diff --git a/catalogue/migrations/0005_auto__add_field_lesson_dc.py b/src/catalogue/migrations/0005_auto__add_field_lesson_dc.py similarity index 100% rename from catalogue/migrations/0005_auto__add_field_lesson_dc.py rename to src/catalogue/migrations/0005_auto__add_field_lesson_dc.py diff --git a/catalogue/migrations/0006_auto__add_field_attachment_slug__add_field_attachment_ext__add_unique_.py b/src/catalogue/migrations/0006_auto__add_field_attachment_slug__add_field_attachment_ext__add_unique_.py similarity index 100% rename from catalogue/migrations/0006_auto__add_field_attachment_slug__add_field_attachment_ext__add_unique_.py rename to src/catalogue/migrations/0006_auto__add_field_attachment_slug__add_field_attachment_ext__add_unique_.py diff --git a/catalogue/migrations/0007_auto__add_field_lesson_type__chg_field_lesson_section.py b/src/catalogue/migrations/0007_auto__add_field_lesson_type__chg_field_lesson_section.py similarity index 100% rename from catalogue/migrations/0007_auto__add_field_lesson_type__chg_field_lesson_section.py rename to src/catalogue/migrations/0007_auto__add_field_lesson_type__chg_field_lesson_section.py diff --git a/catalogue/migrations/0008_auto__del_field_lesson_depth.py b/src/catalogue/migrations/0008_auto__del_field_lesson_depth.py similarity index 100% rename from catalogue/migrations/0008_auto__del_field_lesson_depth.py rename to src/catalogue/migrations/0008_auto__del_field_lesson_depth.py diff --git a/catalogue/migrations/0009_auto__add_field_section_xml_file.py b/src/catalogue/migrations/0009_auto__add_field_section_xml_file.py similarity index 100% rename from catalogue/migrations/0009_auto__add_field_section_xml_file.py rename to src/catalogue/migrations/0009_auto__add_field_section_xml_file.py diff --git a/catalogue/migrations/0010_auto.py b/src/catalogue/migrations/0010_auto.py similarity index 100% rename from catalogue/migrations/0010_auto.py rename to src/catalogue/migrations/0010_auto.py diff --git a/catalogue/migrations/0011_auto__chg_field_lesson_xml_file__chg_field_lesson_student_pdf__chg_fie.py b/src/catalogue/migrations/0011_auto__chg_field_lesson_xml_file__chg_field_lesson_student_pdf__chg_fie.py similarity index 100% rename from catalogue/migrations/0011_auto__chg_field_lesson_xml_file__chg_field_lesson_student_pdf__chg_fie.py rename to src/catalogue/migrations/0011_auto__chg_field_lesson_xml_file__chg_field_lesson_student_pdf__chg_fie.py diff --git a/catalogue/migrations/0012_auto__add_lessonstub.py b/src/catalogue/migrations/0012_auto__add_lessonstub.py similarity index 100% rename from catalogue/migrations/0012_auto__add_lessonstub.py rename to src/catalogue/migrations/0012_auto__add_lessonstub.py diff --git a/catalogue/migrations/0013_auto__add_field_section_image.py b/src/catalogue/migrations/0013_auto__add_field_section_image.py similarity index 100% rename from catalogue/migrations/0013_auto__add_field_section_image.py rename to src/catalogue/migrations/0013_auto__add_field_section_image.py diff --git a/catalogue/migrations/0014_auto__add_field_section_summary.py b/src/catalogue/migrations/0014_auto__add_field_section_summary.py similarity index 100% rename from catalogue/migrations/0014_auto__add_field_section_summary.py rename to src/catalogue/migrations/0014_auto__add_field_section_summary.py diff --git a/catalogue/migrations/0015_auto__add_field_lesson_description.py b/src/catalogue/migrations/0015_auto__add_field_lesson_description.py similarity index 100% rename from catalogue/migrations/0015_auto__add_field_lesson_description.py rename to src/catalogue/migrations/0015_auto__add_field_lesson_description.py diff --git a/catalogue/migrations/0016_auto__add_field_section_pic__add_field_section_pic_attribution__add_fi.py b/src/catalogue/migrations/0016_auto__add_field_section_pic__add_field_section_pic_attribution__add_fi.py similarity index 100% rename from catalogue/migrations/0016_auto__add_field_section_pic__add_field_section_pic_attribution__add_fi.py rename to src/catalogue/migrations/0016_auto__add_field_section_pic__add_field_section_pic_attribution__add_fi.py diff --git a/catalogue/migrations/0017_auto__chg_field_attachment_file.py b/src/catalogue/migrations/0017_auto__chg_field_attachment_file.py similarity index 100% rename from catalogue/migrations/0017_auto__chg_field_attachment_file.py rename to src/catalogue/migrations/0017_auto__chg_field_attachment_file.py diff --git a/catalogue/migrations/0018_auto__add_field_lesson_weasy_pdf.py b/src/catalogue/migrations/0018_auto__add_field_lesson_weasy_pdf.py similarity index 100% rename from catalogue/migrations/0018_auto__add_field_lesson_weasy_pdf.py rename to src/catalogue/migrations/0018_auto__add_field_lesson_weasy_pdf.py diff --git a/catalogue/migrations/__init__.py b/src/catalogue/migrations/__init__.py similarity index 100% rename from catalogue/migrations/__init__.py rename to src/catalogue/migrations/__init__.py diff --git a/catalogue/models.py b/src/catalogue/models.py similarity index 100% rename from catalogue/models.py rename to src/catalogue/models.py diff --git a/catalogue/publish.py b/src/catalogue/publish.py similarity index 100% rename from catalogue/publish.py rename to src/catalogue/publish.py diff --git a/catalogue/search_indexes.py b/src/catalogue/search_indexes.py similarity index 100% rename from catalogue/search_indexes.py rename to src/catalogue/search_indexes.py diff --git a/catalogue/static/catalogue/css/carousel.css b/src/catalogue/static/catalogue/css/carousel.css similarity index 100% rename from catalogue/static/catalogue/css/carousel.css rename to src/catalogue/static/catalogue/css/carousel.css diff --git a/catalogue/static/catalogue/css/carousel.scss b/src/catalogue/static/catalogue/css/carousel.scss similarity index 100% rename from catalogue/static/catalogue/css/carousel.scss rename to src/catalogue/static/catalogue/css/carousel.scss diff --git a/catalogue/static/catalogue/css/exercise.css b/src/catalogue/static/catalogue/css/exercise.css similarity index 100% rename from catalogue/static/catalogue/css/exercise.css rename to src/catalogue/static/catalogue/css/exercise.css diff --git a/catalogue/static/catalogue/css/exercise.scss b/src/catalogue/static/catalogue/css/exercise.scss similarity index 100% rename from catalogue/static/catalogue/css/exercise.scss rename to src/catalogue/static/catalogue/css/exercise.scss diff --git a/catalogue/static/catalogue/css/layout.css b/src/catalogue/static/catalogue/css/layout.css similarity index 100% rename from catalogue/static/catalogue/css/layout.css rename to src/catalogue/static/catalogue/css/layout.css diff --git a/catalogue/static/catalogue/css/layout.scss b/src/catalogue/static/catalogue/css/layout.scss similarity index 100% rename from catalogue/static/catalogue/css/layout.scss rename to src/catalogue/static/catalogue/css/layout.scss diff --git a/catalogue/static/catalogue/css/lesson.css b/src/catalogue/static/catalogue/css/lesson.css similarity index 100% rename from catalogue/static/catalogue/css/lesson.css rename to src/catalogue/static/catalogue/css/lesson.css diff --git a/catalogue/static/catalogue/css/lesson.scss b/src/catalogue/static/catalogue/css/lesson.scss similarity index 100% rename from catalogue/static/catalogue/css/lesson.scss rename to src/catalogue/static/catalogue/css/lesson.scss diff --git a/catalogue/static/catalogue/css/section_list.css b/src/catalogue/static/catalogue/css/section_list.css similarity index 100% rename from catalogue/static/catalogue/css/section_list.css rename to src/catalogue/static/catalogue/css/section_list.css diff --git a/catalogue/static/catalogue/css/section_list.scss b/src/catalogue/static/catalogue/css/section_list.scss similarity index 100% rename from catalogue/static/catalogue/css/section_list.scss rename to src/catalogue/static/catalogue/css/section_list.scss diff --git a/catalogue/static/catalogue/img/carousel-left.png b/src/catalogue/static/catalogue/img/carousel-left.png similarity index 100% rename from catalogue/static/catalogue/img/carousel-left.png rename to src/catalogue/static/catalogue/img/carousel-left.png diff --git a/catalogue/static/catalogue/img/carousel-right.png b/src/catalogue/static/catalogue/img/carousel-right.png similarity index 100% rename from catalogue/static/catalogue/img/carousel-right.png rename to src/catalogue/static/catalogue/img/carousel-right.png diff --git a/catalogue/static/catalogue/img/carousel/katarzyna-wlodarczyk.jpg b/src/catalogue/static/catalogue/img/carousel/katarzyna-wlodarczyk.jpg similarity index 100% rename from catalogue/static/catalogue/img/carousel/katarzyna-wlodarczyk.jpg rename to src/catalogue/static/catalogue/img/carousel/katarzyna-wlodarczyk.jpg diff --git a/catalogue/static/catalogue/js/carousel.js b/src/catalogue/static/catalogue/js/carousel.js similarity index 100% rename from catalogue/static/catalogue/js/carousel.js rename to src/catalogue/static/catalogue/js/carousel.js diff --git a/catalogue/static/catalogue/js/edumed.js b/src/catalogue/static/catalogue/js/edumed.js similarity index 100% rename from catalogue/static/catalogue/js/edumed.js rename to src/catalogue/static/catalogue/js/edumed.js diff --git a/catalogue/static/catalogue/js/jquery-ui-1.10.0.custom.js b/src/catalogue/static/catalogue/js/jquery-ui-1.10.0.custom.js similarity index 100% rename from catalogue/static/catalogue/js/jquery-ui-1.10.0.custom.js rename to src/catalogue/static/catalogue/js/jquery-ui-1.10.0.custom.js diff --git a/catalogue/static/catalogue/js/jquery.cycle.all.js b/src/catalogue/static/catalogue/js/jquery.cycle.all.js similarity index 100% rename from catalogue/static/catalogue/js/jquery.cycle.all.js rename to src/catalogue/static/catalogue/js/jquery.cycle.all.js diff --git a/catalogue/static/catalogue/js/lesson-list.js b/src/catalogue/static/catalogue/js/lesson-list.js similarity index 100% rename from catalogue/static/catalogue/js/lesson-list.js rename to src/catalogue/static/catalogue/js/lesson-list.js diff --git a/catalogue/static/catalogue/js/lesson.js b/src/catalogue/static/catalogue/js/lesson.js similarity index 100% rename from catalogue/static/catalogue/js/lesson.js rename to src/catalogue/static/catalogue/js/lesson.js diff --git a/catalogue/templates/catalogue/latest_blog_posts.html b/src/catalogue/templates/catalogue/latest_blog_posts.html similarity index 100% rename from catalogue/templates/catalogue/latest_blog_posts.html rename to src/catalogue/templates/catalogue/latest_blog_posts.html diff --git a/catalogue/templates/catalogue/lesson/added-var/lesson_detail.html b/src/catalogue/templates/catalogue/lesson/added-var/lesson_detail.html similarity index 100% rename from catalogue/templates/catalogue/lesson/added-var/lesson_detail.html rename to src/catalogue/templates/catalogue/lesson/added-var/lesson_detail.html diff --git a/catalogue/templates/catalogue/lesson/added/lesson_detail.html b/src/catalogue/templates/catalogue/lesson/added/lesson_detail.html similarity index 100% rename from catalogue/templates/catalogue/lesson/added/lesson_detail.html rename to src/catalogue/templates/catalogue/lesson/added/lesson_detail.html diff --git a/catalogue/templates/catalogue/lesson/appendix/lesson_detail.html b/src/catalogue/templates/catalogue/lesson/appendix/lesson_detail.html similarity index 100% rename from catalogue/templates/catalogue/lesson/appendix/lesson_detail.html rename to src/catalogue/templates/catalogue/lesson/appendix/lesson_detail.html diff --git a/catalogue/templates/catalogue/lesson/box-icons.html b/src/catalogue/templates/catalogue/lesson/box-icons.html similarity index 100% rename from catalogue/templates/catalogue/lesson/box-icons.html rename to src/catalogue/templates/catalogue/lesson/box-icons.html diff --git a/catalogue/templates/catalogue/lesson/course/lesson_detail.html b/src/catalogue/templates/catalogue/lesson/course/lesson_detail.html similarity index 100% rename from catalogue/templates/catalogue/lesson/course/lesson_detail.html rename to src/catalogue/templates/catalogue/lesson/course/lesson_detail.html diff --git a/catalogue/templates/catalogue/lesson/lesson_detail.html b/src/catalogue/templates/catalogue/lesson/lesson_detail.html similarity index 100% rename from catalogue/templates/catalogue/lesson/lesson_detail.html rename to src/catalogue/templates/catalogue/lesson/lesson_detail.html diff --git a/catalogue/templates/catalogue/lesson/project/lesson_detail.html b/src/catalogue/templates/catalogue/lesson/project/lesson_detail.html similarity index 100% rename from catalogue/templates/catalogue/lesson/project/lesson_detail.html rename to src/catalogue/templates/catalogue/lesson/project/lesson_detail.html diff --git a/catalogue/templates/catalogue/lesson/synthetic/lesson_detail.html b/src/catalogue/templates/catalogue/lesson/synthetic/lesson_detail.html similarity index 100% rename from catalogue/templates/catalogue/lesson/synthetic/lesson_detail.html rename to src/catalogue/templates/catalogue/lesson/synthetic/lesson_detail.html diff --git a/catalogue/templates/catalogue/lesson_list.html b/src/catalogue/templates/catalogue/lesson_list.html similarity index 100% rename from catalogue/templates/catalogue/lesson_list.html rename to src/catalogue/templates/catalogue/lesson_list.html diff --git a/catalogue/templates/catalogue/section_detail.html b/src/catalogue/templates/catalogue/section_detail.html similarity index 100% rename from catalogue/templates/catalogue/section_detail.html rename to src/catalogue/templates/catalogue/section_detail.html diff --git a/catalogue/templates/catalogue/snippets/carousel.html b/src/catalogue/templates/catalogue/snippets/carousel.html similarity index 100% rename from catalogue/templates/catalogue/snippets/carousel.html rename to src/catalogue/templates/catalogue/snippets/carousel.html diff --git a/catalogue/templates/catalogue/snippets/lesson_link.html b/src/catalogue/templates/catalogue/snippets/lesson_link.html similarity index 100% rename from catalogue/templates/catalogue/snippets/lesson_link.html rename to src/catalogue/templates/catalogue/snippets/lesson_link.html diff --git a/catalogue/templates/catalogue/snippets/lesson_nav.html b/src/catalogue/templates/catalogue/snippets/lesson_nav.html similarity index 100% rename from catalogue/templates/catalogue/snippets/lesson_nav.html rename to src/catalogue/templates/catalogue/snippets/lesson_nav.html diff --git a/catalogue/templates/catalogue/snippets/lesson_or_stub.html b/src/catalogue/templates/catalogue/snippets/lesson_or_stub.html similarity index 100% rename from catalogue/templates/catalogue/snippets/lesson_or_stub.html rename to src/catalogue/templates/catalogue/snippets/lesson_or_stub.html diff --git a/catalogue/templates/catalogue/snippets/level_box.html b/src/catalogue/templates/catalogue/snippets/level_box.html similarity index 100% rename from catalogue/templates/catalogue/snippets/level_box.html rename to src/catalogue/templates/catalogue/snippets/level_box.html diff --git a/catalogue/templates/catalogue/snippets/levels_main.html b/src/catalogue/templates/catalogue/snippets/levels_main.html similarity index 100% rename from catalogue/templates/catalogue/snippets/levels_main.html rename to src/catalogue/templates/catalogue/snippets/levels_main.html diff --git a/catalogue/templates/search/indexes/catalogue/lesson_text.txt b/src/catalogue/templates/search/indexes/catalogue/lesson_text.txt similarity index 100% rename from catalogue/templates/search/indexes/catalogue/lesson_text.txt rename to src/catalogue/templates/search/indexes/catalogue/lesson_text.txt diff --git a/catalogue/templatetags/__init__.py b/src/catalogue/templatetags/__init__.py similarity index 100% rename from catalogue/templatetags/__init__.py rename to src/catalogue/templatetags/__init__.py diff --git a/catalogue/templatetags/catalogue_tags.py b/src/catalogue/templatetags/catalogue_tags.py similarity index 100% rename from catalogue/templatetags/catalogue_tags.py rename to src/catalogue/templatetags/catalogue_tags.py diff --git a/catalogue/tests.py b/src/catalogue/tests.py similarity index 100% rename from catalogue/tests.py rename to src/catalogue/tests.py diff --git a/catalogue/urls.py b/src/catalogue/urls.py similarity index 100% rename from catalogue/urls.py rename to src/catalogue/urls.py diff --git a/catalogue/views.py b/src/catalogue/views.py similarity index 100% rename from catalogue/views.py rename to src/catalogue/views.py diff --git a/chunks/__init__.py b/src/chunks/__init__.py similarity index 100% rename from chunks/__init__.py rename to src/chunks/__init__.py diff --git a/chunks/admin.py b/src/chunks/admin.py similarity index 100% rename from chunks/admin.py rename to src/chunks/admin.py diff --git a/chunks/fixtures/chunks.json b/src/chunks/fixtures/chunks.json similarity index 100% rename from chunks/fixtures/chunks.json rename to src/chunks/fixtures/chunks.json diff --git a/chunks/locale/de/LC_MESSAGES/django.mo b/src/chunks/locale/de/LC_MESSAGES/django.mo similarity index 100% rename from chunks/locale/de/LC_MESSAGES/django.mo rename to src/chunks/locale/de/LC_MESSAGES/django.mo diff --git a/chunks/locale/de/LC_MESSAGES/django.po b/src/chunks/locale/de/LC_MESSAGES/django.po similarity index 100% rename from chunks/locale/de/LC_MESSAGES/django.po rename to src/chunks/locale/de/LC_MESSAGES/django.po diff --git a/chunks/locale/en/LC_MESSAGES/django.mo b/src/chunks/locale/en/LC_MESSAGES/django.mo similarity index 100% rename from chunks/locale/en/LC_MESSAGES/django.mo rename to src/chunks/locale/en/LC_MESSAGES/django.mo diff --git a/chunks/locale/en/LC_MESSAGES/django.po b/src/chunks/locale/en/LC_MESSAGES/django.po similarity index 100% rename from chunks/locale/en/LC_MESSAGES/django.po rename to src/chunks/locale/en/LC_MESSAGES/django.po diff --git a/chunks/locale/es/LC_MESSAGES/django.mo b/src/chunks/locale/es/LC_MESSAGES/django.mo similarity index 100% rename from chunks/locale/es/LC_MESSAGES/django.mo rename to src/chunks/locale/es/LC_MESSAGES/django.mo diff --git a/chunks/locale/es/LC_MESSAGES/django.po b/src/chunks/locale/es/LC_MESSAGES/django.po similarity index 100% rename from chunks/locale/es/LC_MESSAGES/django.po rename to src/chunks/locale/es/LC_MESSAGES/django.po diff --git a/chunks/locale/fr/LC_MESSAGES/django.mo b/src/chunks/locale/fr/LC_MESSAGES/django.mo similarity index 100% rename from chunks/locale/fr/LC_MESSAGES/django.mo rename to src/chunks/locale/fr/LC_MESSAGES/django.mo diff --git a/chunks/locale/fr/LC_MESSAGES/django.po b/src/chunks/locale/fr/LC_MESSAGES/django.po similarity index 100% rename from chunks/locale/fr/LC_MESSAGES/django.po rename to src/chunks/locale/fr/LC_MESSAGES/django.po diff --git a/chunks/locale/it/LC_MESSAGES/django.mo b/src/chunks/locale/it/LC_MESSAGES/django.mo similarity index 100% rename from chunks/locale/it/LC_MESSAGES/django.mo rename to src/chunks/locale/it/LC_MESSAGES/django.mo diff --git a/chunks/locale/it/LC_MESSAGES/django.po b/src/chunks/locale/it/LC_MESSAGES/django.po similarity index 100% rename from chunks/locale/it/LC_MESSAGES/django.po rename to src/chunks/locale/it/LC_MESSAGES/django.po diff --git a/chunks/locale/jp/LC_MESSAGES/django.mo b/src/chunks/locale/jp/LC_MESSAGES/django.mo similarity index 100% rename from chunks/locale/jp/LC_MESSAGES/django.mo rename to src/chunks/locale/jp/LC_MESSAGES/django.mo diff --git a/chunks/locale/jp/LC_MESSAGES/django.po b/src/chunks/locale/jp/LC_MESSAGES/django.po similarity index 100% rename from chunks/locale/jp/LC_MESSAGES/django.po rename to src/chunks/locale/jp/LC_MESSAGES/django.po diff --git a/chunks/locale/lt/LC_MESSAGES/django.mo b/src/chunks/locale/lt/LC_MESSAGES/django.mo similarity index 100% rename from chunks/locale/lt/LC_MESSAGES/django.mo rename to src/chunks/locale/lt/LC_MESSAGES/django.mo diff --git a/chunks/locale/lt/LC_MESSAGES/django.po b/src/chunks/locale/lt/LC_MESSAGES/django.po similarity index 100% rename from chunks/locale/lt/LC_MESSAGES/django.po rename to src/chunks/locale/lt/LC_MESSAGES/django.po diff --git a/chunks/locale/pl/LC_MESSAGES/django.mo b/src/chunks/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from chunks/locale/pl/LC_MESSAGES/django.mo rename to src/chunks/locale/pl/LC_MESSAGES/django.mo diff --git a/chunks/locale/pl/LC_MESSAGES/django.po b/src/chunks/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from chunks/locale/pl/LC_MESSAGES/django.po rename to src/chunks/locale/pl/LC_MESSAGES/django.po diff --git a/chunks/locale/ru/LC_MESSAGES/django.mo b/src/chunks/locale/ru/LC_MESSAGES/django.mo similarity index 100% rename from chunks/locale/ru/LC_MESSAGES/django.mo rename to src/chunks/locale/ru/LC_MESSAGES/django.mo diff --git a/chunks/locale/ru/LC_MESSAGES/django.po b/src/chunks/locale/ru/LC_MESSAGES/django.po similarity index 100% rename from chunks/locale/ru/LC_MESSAGES/django.po rename to src/chunks/locale/ru/LC_MESSAGES/django.po diff --git a/chunks/locale/uk/LC_MESSAGES/django.mo b/src/chunks/locale/uk/LC_MESSAGES/django.mo similarity index 100% rename from chunks/locale/uk/LC_MESSAGES/django.mo rename to src/chunks/locale/uk/LC_MESSAGES/django.mo diff --git a/chunks/locale/uk/LC_MESSAGES/django.po b/src/chunks/locale/uk/LC_MESSAGES/django.po similarity index 100% rename from chunks/locale/uk/LC_MESSAGES/django.po rename to src/chunks/locale/uk/LC_MESSAGES/django.po diff --git a/chunks/models.py b/src/chunks/models.py similarity index 100% rename from chunks/models.py rename to src/chunks/models.py diff --git a/chunks/templatetags/__init__.py b/src/chunks/templatetags/__init__.py similarity index 100% rename from chunks/templatetags/__init__.py rename to src/chunks/templatetags/__init__.py diff --git a/chunks/templatetags/chunks.py b/src/chunks/templatetags/chunks.py similarity index 100% rename from chunks/templatetags/chunks.py rename to src/chunks/templatetags/chunks.py diff --git a/comment/__init__.py b/src/comment/__init__.py similarity index 100% rename from comment/__init__.py rename to src/comment/__init__.py diff --git a/comment/admin.py b/src/comment/admin.py similarity index 100% rename from comment/admin.py rename to src/comment/admin.py diff --git a/comment/locale/pl/LC_MESSAGES/django.mo b/src/comment/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from comment/locale/pl/LC_MESSAGES/django.mo rename to src/comment/locale/pl/LC_MESSAGES/django.mo diff --git a/comment/locale/pl/LC_MESSAGES/django.po b/src/comment/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from comment/locale/pl/LC_MESSAGES/django.po rename to src/comment/locale/pl/LC_MESSAGES/django.po diff --git a/comment/migrations/0001_initial.py b/src/comment/migrations/0001_initial.py similarity index 100% rename from comment/migrations/0001_initial.py rename to src/comment/migrations/0001_initial.py diff --git a/comment/migrations/0002_auto__add_field_commentdocument_language_code.py b/src/comment/migrations/0002_auto__add_field_commentdocument_language_code.py similarity index 100% rename from comment/migrations/0002_auto__add_field_commentdocument_language_code.py rename to src/comment/migrations/0002_auto__add_field_commentdocument_language_code.py diff --git a/comment/migrations/__init__.py b/src/comment/migrations/__init__.py similarity index 100% rename from comment/migrations/__init__.py rename to src/comment/migrations/__init__.py diff --git a/comment/models.py b/src/comment/models.py similarity index 100% rename from comment/models.py rename to src/comment/models.py diff --git a/comment/templates/comment/commentdocument_detail.html b/src/comment/templates/comment/commentdocument_detail.html similarity index 100% rename from comment/templates/comment/commentdocument_detail.html rename to src/comment/templates/comment/commentdocument_detail.html diff --git a/comment/templates/comment/commentdocument_list.html b/src/comment/templates/comment/commentdocument_list.html similarity index 100% rename from comment/templates/comment/commentdocument_list.html rename to src/comment/templates/comment/commentdocument_list.html diff --git a/comment/urls.py b/src/comment/urls.py similarity index 100% rename from comment/urls.py rename to src/comment/urls.py diff --git a/comment/views.py b/src/comment/views.py similarity index 100% rename from comment/views.py rename to src/comment/views.py diff --git a/contact/__init__.py b/src/contact/__init__.py similarity index 100% rename from contact/__init__.py rename to src/contact/__init__.py diff --git a/contact/admin.py b/src/contact/admin.py similarity index 100% rename from contact/admin.py rename to src/contact/admin.py diff --git a/contact/fields.py b/src/contact/fields.py similarity index 100% rename from contact/fields.py rename to src/contact/fields.py diff --git a/contact/forms.py b/src/contact/forms.py similarity index 100% rename from contact/forms.py rename to src/contact/forms.py diff --git a/contact/locale/pl/LC_MESSAGES/django.mo b/src/contact/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from contact/locale/pl/LC_MESSAGES/django.mo rename to src/contact/locale/pl/LC_MESSAGES/django.mo diff --git a/contact/locale/pl/LC_MESSAGES/django.po b/src/contact/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from contact/locale/pl/LC_MESSAGES/django.po rename to src/contact/locale/pl/LC_MESSAGES/django.po diff --git a/contact/mailing.py b/src/contact/mailing.py similarity index 100% rename from contact/mailing.py rename to src/contact/mailing.py diff --git a/contact/management/__init__.py b/src/contact/management/__init__.py similarity index 100% rename from contact/management/__init__.py rename to src/contact/management/__init__.py diff --git a/contact/management/commands/__init__.py b/src/contact/management/commands/__init__.py similarity index 100% rename from contact/management/commands/__init__.py rename to src/contact/management/commands/__init__.py diff --git a/contact/management/commands/export_newsletter.py b/src/contact/management/commands/export_newsletter.py similarity index 100% rename from contact/management/commands/export_newsletter.py rename to src/contact/management/commands/export_newsletter.py diff --git a/contact/migrations/0001_initial.py b/src/contact/migrations/0001_initial.py similarity index 100% rename from contact/migrations/0001_initial.py rename to src/contact/migrations/0001_initial.py diff --git a/contact/migrations/0002_auto__add_attachment.py b/src/contact/migrations/0002_auto__add_attachment.py similarity index 100% rename from contact/migrations/0002_auto__add_attachment.py rename to src/contact/migrations/0002_auto__add_attachment.py diff --git a/contact/migrations/0003_auto__add_field_contact_key.py b/src/contact/migrations/0003_auto__add_field_contact_key.py similarity index 100% rename from contact/migrations/0003_auto__add_field_contact_key.py rename to src/contact/migrations/0003_auto__add_field_contact_key.py diff --git a/contact/migrations/__init__.py b/src/contact/migrations/__init__.py similarity index 100% rename from contact/migrations/__init__.py rename to src/contact/migrations/__init__.py diff --git a/contact/models.py b/src/contact/models.py similarity index 100% rename from contact/models.py rename to src/contact/models.py diff --git a/contact/templates/admin/contact/contact/change_list.html b/src/contact/templates/admin/contact/contact/change_list.html similarity index 100% rename from contact/templates/admin/contact/contact/change_list.html rename to src/contact/templates/admin/contact/contact/change_list.html diff --git a/contact/templates/contact/disabled_contact_form.html b/src/contact/templates/contact/disabled_contact_form.html similarity index 100% rename from contact/templates/contact/disabled_contact_form.html rename to src/contact/templates/contact/disabled_contact_form.html diff --git a/contact/templates/contact/form.html b/src/contact/templates/contact/form.html similarity index 100% rename from contact/templates/contact/form.html rename to src/contact/templates/contact/form.html diff --git a/contact/templates/contact/mail_body.txt b/src/contact/templates/contact/mail_body.txt similarity index 100% rename from contact/templates/contact/mail_body.txt rename to src/contact/templates/contact/mail_body.txt diff --git a/contact/templates/contact/mail_managers_body.txt b/src/contact/templates/contact/mail_managers_body.txt similarity index 100% rename from contact/templates/contact/mail_managers_body.txt rename to src/contact/templates/contact/mail_managers_body.txt diff --git a/contact/templates/contact/mail_managers_subject.txt b/src/contact/templates/contact/mail_managers_subject.txt similarity index 100% rename from contact/templates/contact/mail_managers_subject.txt rename to src/contact/templates/contact/mail_managers_subject.txt diff --git a/contact/templates/contact/mail_subject.txt b/src/contact/templates/contact/mail_subject.txt similarity index 100% rename from contact/templates/contact/mail_subject.txt rename to src/contact/templates/contact/mail_subject.txt diff --git a/contact/templates/contact/thanks.html b/src/contact/templates/contact/thanks.html similarity index 100% rename from contact/templates/contact/thanks.html rename to src/contact/templates/contact/thanks.html diff --git a/contact/templatetags/__init__.py b/src/contact/templatetags/__init__.py similarity index 100% rename from contact/templatetags/__init__.py rename to src/contact/templatetags/__init__.py diff --git a/contact/templatetags/contact_tags.py b/src/contact/templatetags/contact_tags.py similarity index 100% rename from contact/templatetags/contact_tags.py rename to src/contact/templatetags/contact_tags.py diff --git a/contact/urls.py b/src/contact/urls.py similarity index 100% rename from contact/urls.py rename to src/contact/urls.py diff --git a/contact/views.py b/src/contact/views.py similarity index 100% rename from contact/views.py rename to src/contact/views.py diff --git a/contact/widgets.py b/src/contact/widgets.py similarity index 100% rename from contact/widgets.py rename to src/contact/widgets.py diff --git a/curriculum/__init__.py b/src/curriculum/__init__.py similarity index 100% rename from curriculum/__init__.py rename to src/curriculum/__init__.py diff --git a/curriculum/admin.py b/src/curriculum/admin.py similarity index 100% rename from curriculum/admin.py rename to src/curriculum/admin.py diff --git a/curriculum/fixtures/competences.json b/src/curriculum/fixtures/competences.json similarity index 100% rename from curriculum/fixtures/competences.json rename to src/curriculum/fixtures/competences.json diff --git a/curriculum/fixtures/curriculum.json b/src/curriculum/fixtures/curriculum.json similarity index 100% rename from curriculum/fixtures/curriculum.json rename to src/curriculum/fixtures/curriculum.json diff --git a/curriculum/locale/pl/LC_MESSAGES/django.mo b/src/curriculum/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from curriculum/locale/pl/LC_MESSAGES/django.mo rename to src/curriculum/locale/pl/LC_MESSAGES/django.mo diff --git a/curriculum/locale/pl/LC_MESSAGES/django.po b/src/curriculum/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from curriculum/locale/pl/LC_MESSAGES/django.po rename to src/curriculum/locale/pl/LC_MESSAGES/django.po diff --git a/curriculum/migrations/0001_initial.py b/src/curriculum/migrations/0001_initial.py similarity index 100% rename from curriculum/migrations/0001_initial.py rename to src/curriculum/migrations/0001_initial.py diff --git a/curriculum/migrations/0002_auto__add_field_level_group.py b/src/curriculum/migrations/0002_auto__add_field_level_group.py similarity index 100% rename from curriculum/migrations/0002_auto__add_field_level_group.py rename to src/curriculum/migrations/0002_auto__add_field_level_group.py diff --git a/curriculum/migrations/0003_auto__chg_field_level_slug.py b/src/curriculum/migrations/0003_auto__chg_field_level_slug.py similarity index 100% rename from curriculum/migrations/0003_auto__chg_field_level_slug.py rename to src/curriculum/migrations/0003_auto__chg_field_level_slug.py diff --git a/curriculum/migrations/0004_auto__add_curriculum__add_curriculumlevel__add_curriculumcourse.py b/src/curriculum/migrations/0004_auto__add_curriculum__add_curriculumlevel__add_curriculumcourse.py similarity index 100% rename from curriculum/migrations/0004_auto__add_curriculum__add_curriculumlevel__add_curriculumcourse.py rename to src/curriculum/migrations/0004_auto__add_curriculum__add_curriculumlevel__add_curriculumcourse.py diff --git a/curriculum/migrations/0005_auto__add_field_curriculumcourse_accusative.py b/src/curriculum/migrations/0005_auto__add_field_curriculumcourse_accusative.py similarity index 100% rename from curriculum/migrations/0005_auto__add_field_curriculumcourse_accusative.py rename to src/curriculum/migrations/0005_auto__add_field_curriculumcourse_accusative.py diff --git a/curriculum/migrations/0006_auto__add_field_competencelevel_description_pl__add_field_competencele.py b/src/curriculum/migrations/0006_auto__add_field_competencelevel_description_pl__add_field_competencele.py similarity index 100% rename from curriculum/migrations/0006_auto__add_field_competencelevel_description_pl__add_field_competencele.py rename to src/curriculum/migrations/0006_auto__add_field_competencelevel_description_pl__add_field_competencele.py diff --git a/curriculum/migrations/0007_translatable_fields_data_migration.py b/src/curriculum/migrations/0007_translatable_fields_data_migration.py similarity index 100% rename from curriculum/migrations/0007_translatable_fields_data_migration.py rename to src/curriculum/migrations/0007_translatable_fields_data_migration.py diff --git a/curriculum/migrations/0008_auto__del_field_competencelevel_description__del_field_section_name__d.py b/src/curriculum/migrations/0008_auto__del_field_competencelevel_description__del_field_section_name__d.py similarity index 100% rename from curriculum/migrations/0008_auto__del_field_competencelevel_description__del_field_section_name__d.py rename to src/curriculum/migrations/0008_auto__del_field_competencelevel_description__del_field_section_name__d.py diff --git a/curriculum/migrations/0009_auto__chg_field_competencelevel_description_en__chg_field_competencele.py b/src/curriculum/migrations/0009_auto__chg_field_competencelevel_description_en__chg_field_competencele.py similarity index 100% rename from curriculum/migrations/0009_auto__chg_field_competencelevel_description_en__chg_field_competencele.py rename to src/curriculum/migrations/0009_auto__chg_field_competencelevel_description_en__chg_field_competencele.py diff --git a/curriculum/migrations/0010_auto__add_field_level_meta_name.py b/src/curriculum/migrations/0010_auto__add_field_level_meta_name.py similarity index 100% rename from curriculum/migrations/0010_auto__add_field_level_meta_name.py rename to src/curriculum/migrations/0010_auto__add_field_level_meta_name.py diff --git a/curriculum/migrations/0011_meta_name.py b/src/curriculum/migrations/0011_meta_name.py similarity index 100% rename from curriculum/migrations/0011_meta_name.py rename to src/curriculum/migrations/0011_meta_name.py diff --git a/curriculum/migrations/0012_auto__add_unique_level_meta_name__add_unique_level_slug.py b/src/curriculum/migrations/0012_auto__add_unique_level_meta_name__add_unique_level_slug.py similarity index 100% rename from curriculum/migrations/0012_auto__add_unique_level_meta_name__add_unique_level_slug.py rename to src/curriculum/migrations/0012_auto__add_unique_level_meta_name__add_unique_level_slug.py diff --git a/curriculum/migrations/0013_auto__add_field_level_package__add_field_level_student_package.py b/src/curriculum/migrations/0013_auto__add_field_level_package__add_field_level_student_package.py similarity index 100% rename from curriculum/migrations/0013_auto__add_field_level_package__add_field_level_student_package.py rename to src/curriculum/migrations/0013_auto__add_field_level_package__add_field_level_student_package.py diff --git a/curriculum/migrations/0014_auto__add_unique_curriculum_identifier.py b/src/curriculum/migrations/0014_auto__add_unique_curriculum_identifier.py similarity index 100% rename from curriculum/migrations/0014_auto__add_unique_curriculum_identifier.py rename to src/curriculum/migrations/0014_auto__add_unique_curriculum_identifier.py diff --git a/curriculum/migrations/0015_auto__chg_field_curriculum_title.py b/src/curriculum/migrations/0015_auto__chg_field_curriculum_title.py similarity index 100% rename from curriculum/migrations/0015_auto__chg_field_curriculum_title.py rename to src/curriculum/migrations/0015_auto__chg_field_curriculum_title.py diff --git a/curriculum/migrations/0016_auto__add_field_curriculumlevel_verbose.py b/src/curriculum/migrations/0016_auto__add_field_curriculumlevel_verbose.py similarity index 100% rename from curriculum/migrations/0016_auto__add_field_curriculumlevel_verbose.py rename to src/curriculum/migrations/0016_auto__add_field_curriculumlevel_verbose.py diff --git a/curriculum/migrations/0017_verbose_level.py b/src/curriculum/migrations/0017_verbose_level.py similarity index 100% rename from curriculum/migrations/0017_verbose_level.py rename to src/curriculum/migrations/0017_verbose_level.py diff --git a/curriculum/migrations/__init__.py b/src/curriculum/migrations/__init__.py similarity index 100% rename from curriculum/migrations/__init__.py rename to src/curriculum/migrations/__init__.py diff --git a/curriculum/models.py b/src/curriculum/models.py similarity index 100% rename from curriculum/models.py rename to src/curriculum/models.py diff --git a/curriculum/static/curriculum/curriculum.css b/src/curriculum/static/curriculum/curriculum.css similarity index 100% rename from curriculum/static/curriculum/curriculum.css rename to src/curriculum/static/curriculum/curriculum.css diff --git a/curriculum/static/curriculum/curriculum.js b/src/curriculum/static/curriculum/curriculum.js similarity index 100% rename from curriculum/static/curriculum/curriculum.js rename to src/curriculum/static/curriculum/curriculum.js diff --git a/curriculum/static/curriculum/curriculum.scss b/src/curriculum/static/curriculum/curriculum.scss similarity index 100% rename from curriculum/static/curriculum/curriculum.scss rename to src/curriculum/static/curriculum/curriculum.scss diff --git a/curriculum/templates/curriculum/competence_detail.html b/src/curriculum/templates/curriculum/competence_detail.html similarity index 100% rename from curriculum/templates/curriculum/competence_detail.html rename to src/curriculum/templates/curriculum/competence_detail.html diff --git a/curriculum/templates/curriculum/competence_list.html b/src/curriculum/templates/curriculum/competence_list.html similarity index 100% rename from curriculum/templates/curriculum/competence_list.html rename to src/curriculum/templates/curriculum/competence_list.html diff --git a/curriculum/templates/curriculum/snippets/competence.html b/src/curriculum/templates/curriculum/snippets/competence.html similarity index 100% rename from curriculum/templates/curriculum/snippets/competence.html rename to src/curriculum/templates/curriculum/snippets/competence.html diff --git a/curriculum/templates/curriculum/snippets/course_box.html b/src/curriculum/templates/curriculum/snippets/course_box.html similarity index 100% rename from curriculum/templates/curriculum/snippets/course_box.html rename to src/curriculum/templates/curriculum/snippets/course_box.html diff --git a/curriculum/templates/curriculum/snippets/course_boxes.html b/src/curriculum/templates/curriculum/snippets/course_boxes.html similarity index 100% rename from curriculum/templates/curriculum/snippets/course_boxes.html rename to src/curriculum/templates/curriculum/snippets/course_boxes.html diff --git a/curriculum/templates/curriculum/snippets/course_boxes_toc.html b/src/curriculum/templates/curriculum/snippets/course_boxes_toc.html similarity index 100% rename from curriculum/templates/curriculum/snippets/course_boxes_toc.html rename to src/curriculum/templates/curriculum/snippets/course_boxes_toc.html diff --git a/curriculum/templates/curriculum/snippets/curriculum.html b/src/curriculum/templates/curriculum/snippets/curriculum.html similarity index 100% rename from curriculum/templates/curriculum/snippets/curriculum.html rename to src/curriculum/templates/curriculum/snippets/curriculum.html diff --git a/curriculum/templatetags/__init__.py b/src/curriculum/templatetags/__init__.py similarity index 100% rename from curriculum/templatetags/__init__.py rename to src/curriculum/templatetags/__init__.py diff --git a/curriculum/templatetags/curriculum_tags.py b/src/curriculum/templatetags/curriculum_tags.py similarity index 100% rename from curriculum/templatetags/curriculum_tags.py rename to src/curriculum/templatetags/curriculum_tags.py diff --git a/curriculum/tests.py b/src/curriculum/tests.py similarity index 100% rename from curriculum/tests.py rename to src/curriculum/tests.py diff --git a/curriculum/urls.py b/src/curriculum/urls.py similarity index 100% rename from curriculum/urls.py rename to src/curriculum/urls.py diff --git a/curriculum/views.py b/src/curriculum/views.py similarity index 100% rename from curriculum/views.py rename to src/curriculum/views.py diff --git a/edumed/__init__.py b/src/edumed/__init__.py similarity index 100% rename from edumed/__init__.py rename to src/edumed/__init__.py diff --git a/edumed/contact_forms.py b/src/edumed/contact_forms.py similarity index 100% rename from edumed/contact_forms.py rename to src/edumed/contact_forms.py diff --git a/edumed/contact_forms_test.py b/src/edumed/contact_forms_test.py similarity index 100% rename from edumed/contact_forms_test.py rename to src/edumed/contact_forms_test.py diff --git a/edumed/context_processors.py b/src/edumed/context_processors.py similarity index 100% rename from edumed/context_processors.py rename to src/edumed/context_processors.py diff --git a/edumed/forms.py b/src/edumed/forms.py similarity index 100% rename from edumed/forms.py rename to src/edumed/forms.py diff --git a/edumed/forum.py b/src/edumed/forum.py similarity index 100% rename from edumed/forum.py rename to src/edumed/forum.py diff --git a/edumed/locale-contrib/django.pot b/src/edumed/locale-contrib/django.pot similarity index 100% rename from edumed/locale-contrib/django.pot rename to src/edumed/locale-contrib/django.pot diff --git a/edumed/locale-contrib/pl/LC_MESSAGES/django.mo b/src/edumed/locale-contrib/pl/LC_MESSAGES/django.mo similarity index 100% rename from edumed/locale-contrib/pl/LC_MESSAGES/django.mo rename to src/edumed/locale-contrib/pl/LC_MESSAGES/django.mo diff --git a/edumed/locale-contrib/pl/LC_MESSAGES/django.po b/src/edumed/locale-contrib/pl/LC_MESSAGES/django.po similarity index 100% rename from edumed/locale-contrib/pl/LC_MESSAGES/django.po rename to src/edumed/locale-contrib/pl/LC_MESSAGES/django.po diff --git a/edumed/locale/pl/LC_MESSAGES/django.mo b/src/edumed/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from edumed/locale/pl/LC_MESSAGES/django.mo rename to src/edumed/locale/pl/LC_MESSAGES/django.mo diff --git a/edumed/locale/pl/LC_MESSAGES/django.po b/src/edumed/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from edumed/locale/pl/LC_MESSAGES/django.po rename to src/edumed/locale/pl/LC_MESSAGES/django.po diff --git a/edumed/milurls.py b/src/edumed/milurls.py similarity index 100% rename from edumed/milurls.py rename to src/edumed/milurls.py diff --git a/edumed/settings/__init__.py b/src/edumed/settings/__init__.py similarity index 100% rename from edumed/settings/__init__.py rename to src/edumed/settings/__init__.py diff --git a/edumed/settings/apps.py b/src/edumed/settings/apps.py similarity index 100% rename from edumed/settings/apps.py rename to src/edumed/settings/apps.py diff --git a/edumed/settings/auth.py b/src/edumed/settings/auth.py similarity index 100% rename from edumed/settings/auth.py rename to src/edumed/settings/auth.py diff --git a/edumed/settings/basic.py b/src/edumed/settings/basic.py similarity index 100% rename from edumed/settings/basic.py rename to src/edumed/settings/basic.py diff --git a/edumed/settings/cache.py b/src/edumed/settings/cache.py similarity index 100% rename from edumed/settings/cache.py rename to src/edumed/settings/cache.py diff --git a/edumed/settings/context.py b/src/edumed/settings/context.py similarity index 100% rename from edumed/settings/context.py rename to src/edumed/settings/context.py diff --git a/edumed/settings/contrib.py b/src/edumed/settings/contrib.py similarity index 100% rename from edumed/settings/contrib.py rename to src/edumed/settings/contrib.py diff --git a/edumed/settings/custom.py b/src/edumed/settings/custom.py similarity index 100% rename from edumed/settings/custom.py rename to src/edumed/settings/custom.py diff --git a/edumed/settings/locale.py b/src/edumed/settings/locale.py similarity index 100% rename from edumed/settings/locale.py rename to src/edumed/settings/locale.py diff --git a/edumed/settings/logging.py b/src/edumed/settings/logging.py similarity index 100% rename from edumed/settings/logging.py rename to src/edumed/settings/logging.py diff --git a/edumed/settings/middleware.py b/src/edumed/settings/middleware.py similarity index 100% rename from edumed/settings/middleware.py rename to src/edumed/settings/middleware.py diff --git a/edumed/settings/paths.py b/src/edumed/settings/paths.py similarity index 100% rename from edumed/settings/paths.py rename to src/edumed/settings/paths.py diff --git a/edumed/settings/search.py b/src/edumed/settings/search.py similarity index 100% rename from edumed/settings/search.py rename to src/edumed/settings/search.py diff --git a/edumed/settings/static.py b/src/edumed/settings/static.py similarity index 100% rename from edumed/settings/static.py rename to src/edumed/settings/static.py diff --git a/edumed/static/css/_mixins.scss b/src/edumed/static/css/_mixins.scss similarity index 100% rename from edumed/static/css/_mixins.scss rename to src/edumed/static/css/_mixins.scss diff --git a/edumed/static/css/_vars.scss b/src/edumed/static/css/_vars.scss similarity index 100% rename from edumed/static/css/_vars.scss rename to src/edumed/static/css/_vars.scss diff --git a/edumed/static/css/base.css b/src/edumed/static/css/base.css similarity index 100% rename from edumed/static/css/base.css rename to src/edumed/static/css/base.css diff --git a/edumed/static/css/base.scss b/src/edumed/static/css/base.scss similarity index 100% rename from edumed/static/css/base.scss rename to src/edumed/static/css/base.scss diff --git a/edumed/static/css/form.css b/src/edumed/static/css/form.css similarity index 100% rename from edumed/static/css/form.css rename to src/edumed/static/css/form.css diff --git a/edumed/static/css/form.scss b/src/edumed/static/css/form.scss similarity index 100% rename from edumed/static/css/form.scss rename to src/edumed/static/css/form.scss diff --git a/edumed/static/css/forum.css b/src/edumed/static/css/forum.css similarity index 100% rename from edumed/static/css/forum.css rename to src/edumed/static/css/forum.css diff --git a/edumed/static/css/forum.scss b/src/edumed/static/css/forum.scss similarity index 100% rename from edumed/static/css/forum.scss rename to src/edumed/static/css/forum.scss diff --git a/edumed/static/css/main.css b/src/edumed/static/css/main.css similarity index 100% rename from edumed/static/css/main.css rename to src/edumed/static/css/main.css diff --git a/edumed/static/css/main.scss b/src/edumed/static/css/main.scss similarity index 100% rename from edumed/static/css/main.scss rename to src/edumed/static/css/main.scss diff --git a/edumed/static/css/mil.css b/src/edumed/static/css/mil.css similarity index 100% rename from edumed/static/css/mil.css rename to src/edumed/static/css/mil.css diff --git a/edumed/static/css/mil.scss b/src/edumed/static/css/mil.scss similarity index 100% rename from edumed/static/css/mil.scss rename to src/edumed/static/css/mil.scss diff --git a/edumed/static/css/promobox.css b/src/edumed/static/css/promobox.css similarity index 100% rename from edumed/static/css/promobox.css rename to src/edumed/static/css/promobox.css diff --git a/edumed/static/css/promobox.scss b/src/edumed/static/css/promobox.scss similarity index 100% rename from edumed/static/css/promobox.scss rename to src/edumed/static/css/promobox.scss diff --git a/edumed/static/img/banners/440px_Forum.jpg b/src/edumed/static/img/banners/440px_Forum.jpg similarity index 100% rename from edumed/static/img/banners/440px_Forum.jpg rename to src/edumed/static/img/banners/440px_Forum.jpg diff --git a/edumed/static/img/banners/440px_Salon-1.jpg b/src/edumed/static/img/banners/440px_Salon-1.jpg similarity index 100% rename from edumed/static/img/banners/440px_Salon-1.jpg rename to src/edumed/static/img/banners/440px_Salon-1.jpg diff --git a/edumed/static/img/banners/960x150_edukacjaMedialna.jpg b/src/edumed/static/img/banners/960x150_edukacjaMedialna.jpg similarity index 100% rename from edumed/static/img/banners/960x150_edukacjaMedialna.jpg rename to src/edumed/static/img/banners/960x150_edukacjaMedialna.jpg diff --git a/edumed/static/img/banners/OC_collegium_web_970x250.jpg b/src/edumed/static/img/banners/OC_collegium_web_970x250.jpg similarity index 100% rename from edumed/static/img/banners/OC_collegium_web_970x250.jpg rename to src/edumed/static/img/banners/OC_collegium_web_970x250.jpg diff --git a/edumed/static/img/banners/oc-banner.png b/src/edumed/static/img/banners/oc-banner.png similarity index 100% rename from edumed/static/img/banners/oc-banner.png rename to src/edumed/static/img/banners/oc-banner.png diff --git a/edumed/static/img/favicon.png b/src/edumed/static/img/favicon.png similarity index 100% rename from edumed/static/img/favicon.png rename to src/edumed/static/img/favicon.png diff --git a/edumed/static/img/header-bar.png b/src/edumed/static/img/header-bar.png similarity index 100% rename from edumed/static/img/header-bar.png rename to src/edumed/static/img/header-bar.png diff --git a/edumed/static/img/icons/activity-kind.png b/src/edumed/static/img/icons/activity-kind.png similarity index 100% rename from edumed/static/img/icons/activity-kind.png rename to src/edumed/static/img/icons/activity-kind.png diff --git a/edumed/static/img/icons/activity-time.png b/src/edumed/static/img/icons/activity-time.png similarity index 100% rename from edumed/static/img/icons/activity-time.png rename to src/edumed/static/img/icons/activity-time.png diff --git a/edumed/static/img/icons/activity-tools.png b/src/edumed/static/img/icons/activity-tools.png similarity index 100% rename from edumed/static/img/icons/activity-tools.png rename to src/edumed/static/img/icons/activity-tools.png diff --git a/edumed/static/img/icons/activity_dark.png b/src/edumed/static/img/icons/activity_dark.png similarity index 100% rename from edumed/static/img/icons/activity_dark.png rename to src/edumed/static/img/icons/activity_dark.png diff --git a/edumed/static/img/icons/activity_orange.png b/src/edumed/static/img/icons/activity_orange.png similarity index 100% rename from edumed/static/img/icons/activity_orange.png rename to src/edumed/static/img/icons/activity_orange.png diff --git a/edumed/static/img/icons/activity_white.png b/src/edumed/static/img/icons/activity_white.png similarity index 100% rename from edumed/static/img/icons/activity_white.png rename to src/edumed/static/img/icons/activity_white.png diff --git a/edumed/static/img/icons/announce_dark.png b/src/edumed/static/img/icons/announce_dark.png similarity index 100% rename from edumed/static/img/icons/announce_dark.png rename to src/edumed/static/img/icons/announce_dark.png diff --git a/edumed/static/img/icons/announce_orange.png b/src/edumed/static/img/icons/announce_orange.png similarity index 100% rename from edumed/static/img/icons/announce_orange.png rename to src/edumed/static/img/icons/announce_orange.png diff --git a/edumed/static/img/icons/announce_white.png b/src/edumed/static/img/icons/announce_white.png similarity index 100% rename from edumed/static/img/icons/announce_white.png rename to src/edumed/static/img/icons/announce_white.png diff --git a/edumed/static/img/icons/internet_black.png b/src/edumed/static/img/icons/internet_black.png similarity index 100% rename from edumed/static/img/icons/internet_black.png rename to src/edumed/static/img/icons/internet_black.png diff --git a/edumed/static/img/icons/knowledge_dark.png b/src/edumed/static/img/icons/knowledge_dark.png similarity index 100% rename from edumed/static/img/icons/knowledge_dark.png rename to src/edumed/static/img/icons/knowledge_dark.png diff --git a/edumed/static/img/icons/knowledge_orange.png b/src/edumed/static/img/icons/knowledge_orange.png similarity index 100% rename from edumed/static/img/icons/knowledge_orange.png rename to src/edumed/static/img/icons/knowledge_orange.png diff --git a/edumed/static/img/icons/knowledge_white.png b/src/edumed/static/img/icons/knowledge_white.png similarity index 100% rename from edumed/static/img/icons/knowledge_white.png rename to src/edumed/static/img/icons/knowledge_white.png diff --git a/edumed/static/img/icons/lesson-plan_dark.png b/src/edumed/static/img/icons/lesson-plan_dark.png similarity index 100% rename from edumed/static/img/icons/lesson-plan_dark.png rename to src/edumed/static/img/icons/lesson-plan_dark.png diff --git a/edumed/static/img/icons/lesson-plan_orange.png b/src/edumed/static/img/icons/lesson-plan_orange.png similarity index 100% rename from edumed/static/img/icons/lesson-plan_orange.png rename to src/edumed/static/img/icons/lesson-plan_orange.png diff --git a/edumed/static/img/icons/lesson-plan_white.png b/src/edumed/static/img/icons/lesson-plan_white.png similarity index 100% rename from edumed/static/img/icons/lesson-plan_white.png rename to src/edumed/static/img/icons/lesson-plan_white.png diff --git a/edumed/static/img/icons/nointernet_black.png b/src/edumed/static/img/icons/nointernet_black.png similarity index 100% rename from edumed/static/img/icons/nointernet_black.png rename to src/edumed/static/img/icons/nointernet_black.png diff --git a/edumed/static/img/icons/reference_dark.png b/src/edumed/static/img/icons/reference_dark.png similarity index 100% rename from edumed/static/img/icons/reference_dark.png rename to src/edumed/static/img/icons/reference_dark.png diff --git a/edumed/static/img/icons/reference_orange.png b/src/edumed/static/img/icons/reference_orange.png similarity index 100% rename from edumed/static/img/icons/reference_orange.png rename to src/edumed/static/img/icons/reference_orange.png diff --git a/edumed/static/img/icons/reference_white.png b/src/edumed/static/img/icons/reference_white.png similarity index 100% rename from edumed/static/img/icons/reference_white.png rename to src/edumed/static/img/icons/reference_white.png diff --git a/edumed/static/img/icons/time_dark.png b/src/edumed/static/img/icons/time_dark.png similarity index 100% rename from edumed/static/img/icons/time_dark.png rename to src/edumed/static/img/icons/time_dark.png diff --git a/edumed/static/img/icons/time_orange.png b/src/edumed/static/img/icons/time_orange.png similarity index 100% rename from edumed/static/img/icons/time_orange.png rename to src/edumed/static/img/icons/time_orange.png diff --git a/edumed/static/img/icons/time_white.png b/src/edumed/static/img/icons/time_white.png similarity index 100% rename from edumed/static/img/icons/time_white.png rename to src/edumed/static/img/icons/time_white.png diff --git a/edumed/static/img/logo-mil.png b/src/edumed/static/img/logo-mil.png similarity index 100% rename from edumed/static/img/logo-mil.png rename to src/edumed/static/img/logo-mil.png diff --git a/edumed/static/img/logo-oc.png b/src/edumed/static/img/logo-oc.png similarity index 100% rename from edumed/static/img/logo-oc.png rename to src/edumed/static/img/logo-oc.png diff --git a/edumed/static/img/logo.png b/src/edumed/static/img/logo.png similarity index 100% rename from edumed/static/img/logo.png rename to src/edumed/static/img/logo.png diff --git a/edumed/static/img/logo_fnp.png b/src/edumed/static/img/logo_fnp.png similarity index 100% rename from edumed/static/img/logo_fnp.png rename to src/edumed/static/img/logo_fnp.png diff --git a/edumed/static/img/logo_fnp_white.png b/src/edumed/static/img/logo_fnp_white.png similarity index 100% rename from edumed/static/img/logo_fnp_white.png rename to src/edumed/static/img/logo_fnp_white.png diff --git a/edumed/static/img/menu/dla-trenera.png b/src/edumed/static/img/menu/dla-trenera.png similarity index 100% rename from edumed/static/img/menu/dla-trenera.png rename to src/edumed/static/img/menu/dla-trenera.png diff --git a/edumed/static/img/menu/dla-trenera_active.png b/src/edumed/static/img/menu/dla-trenera_active.png similarity index 100% rename from edumed/static/img/menu/dla-trenera_active.png rename to src/edumed/static/img/menu/dla-trenera_active.png diff --git a/edumed/static/img/menu/dla-ucznia.png b/src/edumed/static/img/menu/dla-ucznia.png similarity index 100% rename from edumed/static/img/menu/dla-ucznia.png rename to src/edumed/static/img/menu/dla-ucznia.png diff --git a/edumed/static/img/menu/dla-ucznia_active.png b/src/edumed/static/img/menu/dla-ucznia_active.png similarity index 100% rename from edumed/static/img/menu/dla-ucznia_active.png rename to src/edumed/static/img/menu/dla-ucznia_active.png diff --git a/edumed/static/img/menu/kompetencje.png b/src/edumed/static/img/menu/kompetencje.png similarity index 100% rename from edumed/static/img/menu/kompetencje.png rename to src/edumed/static/img/menu/kompetencje.png diff --git a/edumed/static/img/menu/kompetencje_active.png b/src/edumed/static/img/menu/kompetencje_active.png similarity index 100% rename from edumed/static/img/menu/kompetencje_active.png rename to src/edumed/static/img/menu/kompetencje_active.png diff --git a/edumed/static/img/menu/lekcje.png b/src/edumed/static/img/menu/lekcje.png similarity index 100% rename from edumed/static/img/menu/lekcje.png rename to src/edumed/static/img/menu/lekcje.png diff --git a/edumed/static/img/menu/lekcje_active.png b/src/edumed/static/img/menu/lekcje_active.png similarity index 100% rename from edumed/static/img/menu/lekcje_active.png rename to src/edumed/static/img/menu/lekcje_active.png diff --git a/edumed/static/img/menu/mil/catalog.png b/src/edumed/static/img/menu/mil/catalog.png similarity index 100% rename from edumed/static/img/menu/mil/catalog.png rename to src/edumed/static/img/menu/mil/catalog.png diff --git a/edumed/static/img/menu/mil/consultations.png b/src/edumed/static/img/menu/mil/consultations.png similarity index 100% rename from edumed/static/img/menu/mil/consultations.png rename to src/edumed/static/img/menu/mil/consultations.png diff --git a/edumed/static/img/menu/mil/contact.png b/src/edumed/static/img/menu/mil/contact.png similarity index 100% rename from edumed/static/img/menu/mil/contact.png rename to src/edumed/static/img/menu/mil/contact.png diff --git a/edumed/static/img/menu/mil/knowledgebase.png b/src/edumed/static/img/menu/mil/knowledgebase.png similarity index 100% rename from edumed/static/img/menu/mil/knowledgebase.png rename to src/edumed/static/img/menu/mil/knowledgebase.png diff --git a/edumed/static/img/menu/mil/lang_en.png b/src/edumed/static/img/menu/mil/lang_en.png similarity index 100% rename from edumed/static/img/menu/mil/lang_en.png rename to src/edumed/static/img/menu/mil/lang_en.png diff --git a/edumed/static/img/menu/mil/lang_pl.png b/src/edumed/static/img/menu/mil/lang_pl.png similarity index 100% rename from edumed/static/img/menu/mil/lang_pl.png rename to src/edumed/static/img/menu/mil/lang_pl.png diff --git a/edumed/static/img/menu/mil/takepart.png b/src/edumed/static/img/menu/mil/takepart.png similarity index 100% rename from edumed/static/img/menu/mil/takepart.png rename to src/edumed/static/img/menu/mil/takepart.png diff --git a/edumed/static/img/menu/o-nas.png b/src/edumed/static/img/menu/o-nas.png similarity index 100% rename from edumed/static/img/menu/o-nas.png rename to src/edumed/static/img/menu/o-nas.png diff --git a/edumed/static/img/menu/o-nas_active.png b/src/edumed/static/img/menu/o-nas_active.png similarity index 100% rename from edumed/static/img/menu/o-nas_active.png rename to src/edumed/static/img/menu/o-nas_active.png diff --git a/edumed/static/img/menu/old/katalog.png b/src/edumed/static/img/menu/old/katalog.png similarity index 100% rename from edumed/static/img/menu/old/katalog.png rename to src/edumed/static/img/menu/old/katalog.png diff --git a/edumed/static/img/menu/old/katalog_active.png b/src/edumed/static/img/menu/old/katalog_active.png similarity index 100% rename from edumed/static/img/menu/old/katalog_active.png rename to src/edumed/static/img/menu/old/katalog_active.png diff --git a/edumed/static/img/menu/old/kontakt.png b/src/edumed/static/img/menu/old/kontakt.png similarity index 100% rename from edumed/static/img/menu/old/kontakt.png rename to src/edumed/static/img/menu/old/kontakt.png diff --git a/edumed/static/img/menu/old/kontakt_active.png b/src/edumed/static/img/menu/old/kontakt_active.png similarity index 100% rename from edumed/static/img/menu/old/kontakt_active.png rename to src/edumed/static/img/menu/old/kontakt_active.png diff --git a/edumed/static/img/menu/old/lekcje.png b/src/edumed/static/img/menu/old/lekcje.png similarity index 100% rename from edumed/static/img/menu/old/lekcje.png rename to src/edumed/static/img/menu/old/lekcje.png diff --git a/edumed/static/img/menu/old/lekcje_active.png b/src/edumed/static/img/menu/old/lekcje_active.png similarity index 100% rename from edumed/static/img/menu/old/lekcje_active.png rename to src/edumed/static/img/menu/old/lekcje_active.png diff --git a/edumed/static/img/menu/old/o-nas.png b/src/edumed/static/img/menu/old/o-nas.png similarity index 100% rename from edumed/static/img/menu/old/o-nas.png rename to src/edumed/static/img/menu/old/o-nas.png diff --git a/edumed/static/img/menu/old/o-nas_active.png b/src/edumed/static/img/menu/old/o-nas_active.png similarity index 100% rename from edumed/static/img/menu/old/o-nas_active.png rename to src/edumed/static/img/menu/old/o-nas_active.png diff --git a/edumed/static/img/menu/old/szkolenia.png b/src/edumed/static/img/menu/old/szkolenia.png similarity index 100% rename from edumed/static/img/menu/old/szkolenia.png rename to src/edumed/static/img/menu/old/szkolenia.png diff --git a/edumed/static/img/menu/old/szkolenia_active.png b/src/edumed/static/img/menu/old/szkolenia_active.png similarity index 100% rename from edumed/static/img/menu/old/szkolenia_active.png rename to src/edumed/static/img/menu/old/szkolenia_active.png diff --git a/edumed/static/img/menu/old/wesprzyj.png b/src/edumed/static/img/menu/old/wesprzyj.png similarity index 100% rename from edumed/static/img/menu/old/wesprzyj.png rename to src/edumed/static/img/menu/old/wesprzyj.png diff --git a/edumed/static/img/menu/old/wesprzyj_active.png b/src/edumed/static/img/menu/old/wesprzyj_active.png similarity index 100% rename from edumed/static/img/menu/old/wesprzyj_active.png rename to src/edumed/static/img/menu/old/wesprzyj_active.png diff --git a/edumed/static/img/menu/old/wspolpraca.png b/src/edumed/static/img/menu/old/wspolpraca.png similarity index 100% rename from edumed/static/img/menu/old/wspolpraca.png rename to src/edumed/static/img/menu/old/wspolpraca.png diff --git a/edumed/static/img/menu/old/wspolpraca_active.png b/src/edumed/static/img/menu/old/wspolpraca_active.png similarity index 100% rename from edumed/static/img/menu/old/wspolpraca_active.png rename to src/edumed/static/img/menu/old/wspolpraca_active.png diff --git a/edumed/static/img/menu/olimpiada.png b/src/edumed/static/img/menu/olimpiada.png similarity index 100% rename from edumed/static/img/menu/olimpiada.png rename to src/edumed/static/img/menu/olimpiada.png diff --git a/edumed/static/img/menu/olimpiada/harmonogram.png b/src/edumed/static/img/menu/olimpiada/harmonogram.png similarity index 100% rename from edumed/static/img/menu/olimpiada/harmonogram.png rename to src/edumed/static/img/menu/olimpiada/harmonogram.png diff --git a/edumed/static/img/menu/olimpiada/harmonogram_active.png b/src/edumed/static/img/menu/olimpiada/harmonogram_active.png similarity index 100% rename from edumed/static/img/menu/olimpiada/harmonogram_active.png rename to src/edumed/static/img/menu/olimpiada/harmonogram_active.png diff --git a/edumed/static/img/menu/olimpiada/komitet.png b/src/edumed/static/img/menu/olimpiada/komitet.png similarity index 100% rename from edumed/static/img/menu/olimpiada/komitet.png rename to src/edumed/static/img/menu/olimpiada/komitet.png diff --git a/edumed/static/img/menu/olimpiada/komitet_active.png b/src/edumed/static/img/menu/olimpiada/komitet_active.png similarity index 100% rename from edumed/static/img/menu/olimpiada/komitet_active.png rename to src/edumed/static/img/menu/olimpiada/komitet_active.png diff --git a/edumed/static/img/menu/olimpiada/kontakt.png b/src/edumed/static/img/menu/olimpiada/kontakt.png similarity index 100% rename from edumed/static/img/menu/olimpiada/kontakt.png rename to src/edumed/static/img/menu/olimpiada/kontakt.png diff --git a/edumed/static/img/menu/olimpiada/kontakt_active.png b/src/edumed/static/img/menu/olimpiada/kontakt_active.png similarity index 100% rename from edumed/static/img/menu/olimpiada/kontakt_active.png rename to src/edumed/static/img/menu/olimpiada/kontakt_active.png diff --git a/edumed/static/img/menu/olimpiada/literatura.png b/src/edumed/static/img/menu/olimpiada/literatura.png similarity index 100% rename from edumed/static/img/menu/olimpiada/literatura.png rename to src/edumed/static/img/menu/olimpiada/literatura.png diff --git a/edumed/static/img/menu/olimpiada/literatura_active.png b/src/edumed/static/img/menu/olimpiada/literatura_active.png similarity index 100% rename from edumed/static/img/menu/olimpiada/literatura_active.png rename to src/edumed/static/img/menu/olimpiada/literatura_active.png diff --git a/edumed/static/img/menu/olimpiada/program.png b/src/edumed/static/img/menu/olimpiada/program.png similarity index 100% rename from edumed/static/img/menu/olimpiada/program.png rename to src/edumed/static/img/menu/olimpiada/program.png diff --git a/edumed/static/img/menu/olimpiada/program_active.png b/src/edumed/static/img/menu/olimpiada/program_active.png similarity index 100% rename from edumed/static/img/menu/olimpiada/program_active.png rename to src/edumed/static/img/menu/olimpiada/program_active.png diff --git a/edumed/static/img/menu/olimpiada/regulamin.png b/src/edumed/static/img/menu/olimpiada/regulamin.png similarity index 100% rename from edumed/static/img/menu/olimpiada/regulamin.png rename to src/edumed/static/img/menu/olimpiada/regulamin.png diff --git a/edumed/static/img/menu/olimpiada/regulamin_active.png b/src/edumed/static/img/menu/olimpiada/regulamin_active.png similarity index 100% rename from edumed/static/img/menu/olimpiada/regulamin_active.png rename to src/edumed/static/img/menu/olimpiada/regulamin_active.png diff --git a/edumed/static/img/menu/olimpiada/svg/harmonogram.svg b/src/edumed/static/img/menu/olimpiada/svg/harmonogram.svg similarity index 100% rename from edumed/static/img/menu/olimpiada/svg/harmonogram.svg rename to src/edumed/static/img/menu/olimpiada/svg/harmonogram.svg diff --git a/edumed/static/img/menu/olimpiada/svg/harmonogram_active.svg b/src/edumed/static/img/menu/olimpiada/svg/harmonogram_active.svg similarity index 100% rename from edumed/static/img/menu/olimpiada/svg/harmonogram_active.svg rename to src/edumed/static/img/menu/olimpiada/svg/harmonogram_active.svg diff --git a/edumed/static/img/menu/olimpiada/svg/komitet.svg b/src/edumed/static/img/menu/olimpiada/svg/komitet.svg similarity index 100% rename from edumed/static/img/menu/olimpiada/svg/komitet.svg rename to src/edumed/static/img/menu/olimpiada/svg/komitet.svg diff --git a/edumed/static/img/menu/olimpiada/svg/komitet_active.svg b/src/edumed/static/img/menu/olimpiada/svg/komitet_active.svg similarity index 100% rename from edumed/static/img/menu/olimpiada/svg/komitet_active.svg rename to src/edumed/static/img/menu/olimpiada/svg/komitet_active.svg diff --git a/edumed/static/img/menu/olimpiada/svg/kontakt.svg b/src/edumed/static/img/menu/olimpiada/svg/kontakt.svg similarity index 100% rename from edumed/static/img/menu/olimpiada/svg/kontakt.svg rename to src/edumed/static/img/menu/olimpiada/svg/kontakt.svg diff --git a/edumed/static/img/menu/olimpiada/svg/kontakt_active.svg b/src/edumed/static/img/menu/olimpiada/svg/kontakt_active.svg similarity index 100% rename from edumed/static/img/menu/olimpiada/svg/kontakt_active.svg rename to src/edumed/static/img/menu/olimpiada/svg/kontakt_active.svg diff --git a/edumed/static/img/menu/olimpiada/svg/literatura.svg b/src/edumed/static/img/menu/olimpiada/svg/literatura.svg similarity index 100% rename from edumed/static/img/menu/olimpiada/svg/literatura.svg rename to src/edumed/static/img/menu/olimpiada/svg/literatura.svg diff --git a/edumed/static/img/menu/olimpiada/svg/literatura_active.svg b/src/edumed/static/img/menu/olimpiada/svg/literatura_active.svg similarity index 100% rename from edumed/static/img/menu/olimpiada/svg/literatura_active.svg rename to src/edumed/static/img/menu/olimpiada/svg/literatura_active.svg diff --git a/edumed/static/img/menu/olimpiada/svg/program.svg b/src/edumed/static/img/menu/olimpiada/svg/program.svg similarity index 100% rename from edumed/static/img/menu/olimpiada/svg/program.svg rename to src/edumed/static/img/menu/olimpiada/svg/program.svg diff --git a/edumed/static/img/menu/olimpiada/svg/program_active.svg b/src/edumed/static/img/menu/olimpiada/svg/program_active.svg similarity index 100% rename from edumed/static/img/menu/olimpiada/svg/program_active.svg rename to src/edumed/static/img/menu/olimpiada/svg/program_active.svg diff --git a/edumed/static/img/menu/olimpiada/svg/regulamin.svg b/src/edumed/static/img/menu/olimpiada/svg/regulamin.svg similarity index 100% rename from edumed/static/img/menu/olimpiada/svg/regulamin.svg rename to src/edumed/static/img/menu/olimpiada/svg/regulamin.svg diff --git a/edumed/static/img/menu/olimpiada/svg/regulamin_active.svg b/src/edumed/static/img/menu/olimpiada/svg/regulamin_active.svg similarity index 100% rename from edumed/static/img/menu/olimpiada/svg/regulamin_active.svg rename to src/edumed/static/img/menu/olimpiada/svg/regulamin_active.svg diff --git a/edumed/static/img/menu/olimpiada_active.png b/src/edumed/static/img/menu/olimpiada_active.png similarity index 100% rename from edumed/static/img/menu/olimpiada_active.png rename to src/edumed/static/img/menu/olimpiada_active.png diff --git a/edumed/static/img/menu/svg/convert.txt b/src/edumed/static/img/menu/svg/convert.txt similarity index 100% rename from edumed/static/img/menu/svg/convert.txt rename to src/edumed/static/img/menu/svg/convert.txt diff --git a/edumed/static/img/menu/svg/dla-trenera.svg b/src/edumed/static/img/menu/svg/dla-trenera.svg similarity index 100% rename from edumed/static/img/menu/svg/dla-trenera.svg rename to src/edumed/static/img/menu/svg/dla-trenera.svg diff --git a/edumed/static/img/menu/svg/dla-trenera_active.svg b/src/edumed/static/img/menu/svg/dla-trenera_active.svg similarity index 100% rename from edumed/static/img/menu/svg/dla-trenera_active.svg rename to src/edumed/static/img/menu/svg/dla-trenera_active.svg diff --git a/edumed/static/img/menu/svg/dla-ucznia.svg b/src/edumed/static/img/menu/svg/dla-ucznia.svg similarity index 100% rename from edumed/static/img/menu/svg/dla-ucznia.svg rename to src/edumed/static/img/menu/svg/dla-ucznia.svg diff --git a/edumed/static/img/menu/svg/dla-ucznia_active.svg b/src/edumed/static/img/menu/svg/dla-ucznia_active.svg similarity index 100% rename from edumed/static/img/menu/svg/dla-ucznia_active.svg rename to src/edumed/static/img/menu/svg/dla-ucznia_active.svg diff --git a/edumed/static/img/menu/svg/kompetencje.svg b/src/edumed/static/img/menu/svg/kompetencje.svg similarity index 100% rename from edumed/static/img/menu/svg/kompetencje.svg rename to src/edumed/static/img/menu/svg/kompetencje.svg diff --git a/edumed/static/img/menu/svg/kompetencje_active.svg b/src/edumed/static/img/menu/svg/kompetencje_active.svg similarity index 100% rename from edumed/static/img/menu/svg/kompetencje_active.svg rename to src/edumed/static/img/menu/svg/kompetencje_active.svg diff --git a/edumed/static/img/menu/svg/lekcje.svg b/src/edumed/static/img/menu/svg/lekcje.svg similarity index 100% rename from edumed/static/img/menu/svg/lekcje.svg rename to src/edumed/static/img/menu/svg/lekcje.svg diff --git a/edumed/static/img/menu/svg/lekcje_active.svg b/src/edumed/static/img/menu/svg/lekcje_active.svg similarity index 100% rename from edumed/static/img/menu/svg/lekcje_active.svg rename to src/edumed/static/img/menu/svg/lekcje_active.svg diff --git a/edumed/static/img/menu/svg/o-nas.svg b/src/edumed/static/img/menu/svg/o-nas.svg similarity index 100% rename from edumed/static/img/menu/svg/o-nas.svg rename to src/edumed/static/img/menu/svg/o-nas.svg diff --git a/edumed/static/img/menu/svg/o-nas_active.svg b/src/edumed/static/img/menu/svg/o-nas_active.svg similarity index 100% rename from edumed/static/img/menu/svg/o-nas_active.svg rename to src/edumed/static/img/menu/svg/o-nas_active.svg diff --git a/edumed/static/img/menu/svg/olimpiada.svg b/src/edumed/static/img/menu/svg/olimpiada.svg similarity index 100% rename from edumed/static/img/menu/svg/olimpiada.svg rename to src/edumed/static/img/menu/svg/olimpiada.svg diff --git a/edumed/static/img/menu/svg/olimpiada_active.svg b/src/edumed/static/img/menu/svg/olimpiada_active.svg similarity index 100% rename from edumed/static/img/menu/svg/olimpiada_active.svg rename to src/edumed/static/img/menu/svg/olimpiada_active.svg diff --git a/edumed/static/img/nina-white.png b/src/edumed/static/img/nina-white.png similarity index 100% rename from edumed/static/img/nina-white.png rename to src/edumed/static/img/nina-white.png diff --git a/edumed/static/img/nina.jpg b/src/edumed/static/img/nina.jpg similarity index 100% rename from edumed/static/img/nina.jpg rename to src/edumed/static/img/nina.jpg diff --git a/edumed/static/img/ornaments/draggable.png b/src/edumed/static/img/ornaments/draggable.png similarity index 100% rename from edumed/static/img/ornaments/draggable.png rename to src/edumed/static/img/ornaments/draggable.png diff --git a/edumed/static/img/sciezki-kopernika/cc.jpg b/src/edumed/static/img/sciezki-kopernika/cc.jpg similarity index 100% rename from edumed/static/img/sciezki-kopernika/cc.jpg rename to src/edumed/static/img/sciezki-kopernika/cc.jpg diff --git a/edumed/static/img/sciezki-kopernika/fe.jpg b/src/edumed/static/img/sciezki-kopernika/fe.jpg similarity index 100% rename from edumed/static/img/sciezki-kopernika/fe.jpg rename to src/edumed/static/img/sciezki-kopernika/fe.jpg diff --git a/edumed/static/img/sciezki-kopernika/fnp.png b/src/edumed/static/img/sciezki-kopernika/fnp.png similarity index 100% rename from edumed/static/img/sciezki-kopernika/fnp.png rename to src/edumed/static/img/sciezki-kopernika/fnp.png diff --git a/edumed/static/img/sciezki-kopernika/ue.jpg b/src/edumed/static/img/sciezki-kopernika/ue.jpg similarity index 100% rename from edumed/static/img/sciezki-kopernika/ue.jpg rename to src/edumed/static/img/sciezki-kopernika/ue.jpg diff --git a/edumed/static/jquery/colorbox/colorbox.css b/src/edumed/static/jquery/colorbox/colorbox.css similarity index 100% rename from edumed/static/jquery/colorbox/colorbox.css rename to src/edumed/static/jquery/colorbox/colorbox.css diff --git a/edumed/static/jquery/colorbox/images/border.png b/src/edumed/static/jquery/colorbox/images/border.png similarity index 100% rename from edumed/static/jquery/colorbox/images/border.png rename to src/edumed/static/jquery/colorbox/images/border.png diff --git a/edumed/static/jquery/colorbox/images/controls.png b/src/edumed/static/jquery/colorbox/images/controls.png similarity index 100% rename from edumed/static/jquery/colorbox/images/controls.png rename to src/edumed/static/jquery/colorbox/images/controls.png diff --git a/edumed/static/jquery/colorbox/images/ie6/borderBottomCenter.png b/src/edumed/static/jquery/colorbox/images/ie6/borderBottomCenter.png similarity index 100% rename from edumed/static/jquery/colorbox/images/ie6/borderBottomCenter.png rename to src/edumed/static/jquery/colorbox/images/ie6/borderBottomCenter.png diff --git a/edumed/static/jquery/colorbox/images/ie6/borderBottomLeft.png b/src/edumed/static/jquery/colorbox/images/ie6/borderBottomLeft.png similarity index 100% rename from edumed/static/jquery/colorbox/images/ie6/borderBottomLeft.png rename to src/edumed/static/jquery/colorbox/images/ie6/borderBottomLeft.png diff --git a/edumed/static/jquery/colorbox/images/ie6/borderBottomRight.png b/src/edumed/static/jquery/colorbox/images/ie6/borderBottomRight.png similarity index 100% rename from edumed/static/jquery/colorbox/images/ie6/borderBottomRight.png rename to src/edumed/static/jquery/colorbox/images/ie6/borderBottomRight.png diff --git a/edumed/static/jquery/colorbox/images/ie6/borderMiddleLeft.png b/src/edumed/static/jquery/colorbox/images/ie6/borderMiddleLeft.png similarity index 100% rename from edumed/static/jquery/colorbox/images/ie6/borderMiddleLeft.png rename to src/edumed/static/jquery/colorbox/images/ie6/borderMiddleLeft.png diff --git a/edumed/static/jquery/colorbox/images/ie6/borderMiddleRight.png b/src/edumed/static/jquery/colorbox/images/ie6/borderMiddleRight.png similarity index 100% rename from edumed/static/jquery/colorbox/images/ie6/borderMiddleRight.png rename to src/edumed/static/jquery/colorbox/images/ie6/borderMiddleRight.png diff --git a/edumed/static/jquery/colorbox/images/ie6/borderTopCenter.png b/src/edumed/static/jquery/colorbox/images/ie6/borderTopCenter.png similarity index 100% rename from edumed/static/jquery/colorbox/images/ie6/borderTopCenter.png rename to src/edumed/static/jquery/colorbox/images/ie6/borderTopCenter.png diff --git a/edumed/static/jquery/colorbox/images/ie6/borderTopLeft.png b/src/edumed/static/jquery/colorbox/images/ie6/borderTopLeft.png similarity index 100% rename from edumed/static/jquery/colorbox/images/ie6/borderTopLeft.png rename to src/edumed/static/jquery/colorbox/images/ie6/borderTopLeft.png diff --git a/edumed/static/jquery/colorbox/images/ie6/borderTopRight.png b/src/edumed/static/jquery/colorbox/images/ie6/borderTopRight.png similarity index 100% rename from edumed/static/jquery/colorbox/images/ie6/borderTopRight.png rename to src/edumed/static/jquery/colorbox/images/ie6/borderTopRight.png diff --git a/edumed/static/jquery/colorbox/images/loading.gif b/src/edumed/static/jquery/colorbox/images/loading.gif similarity index 100% rename from edumed/static/jquery/colorbox/images/loading.gif rename to src/edumed/static/jquery/colorbox/images/loading.gif diff --git a/edumed/static/jquery/colorbox/images/loading_background.png b/src/edumed/static/jquery/colorbox/images/loading_background.png similarity index 100% rename from edumed/static/jquery/colorbox/images/loading_background.png rename to src/edumed/static/jquery/colorbox/images/loading_background.png diff --git a/edumed/static/jquery/colorbox/images/overlay.png b/src/edumed/static/jquery/colorbox/images/overlay.png similarity index 100% rename from edumed/static/jquery/colorbox/images/overlay.png rename to src/edumed/static/jquery/colorbox/images/overlay.png diff --git a/edumed/static/jquery/colorbox/jquery.colorbox-min.js b/src/edumed/static/jquery/colorbox/jquery.colorbox-min.js similarity index 100% rename from edumed/static/jquery/colorbox/jquery.colorbox-min.js rename to src/edumed/static/jquery/colorbox/jquery.colorbox-min.js diff --git a/edumed/static/jquery/colorbox/jquery.colorbox-pl.js b/src/edumed/static/jquery/colorbox/jquery.colorbox-pl.js similarity index 100% rename from edumed/static/jquery/colorbox/jquery.colorbox-pl.js rename to src/edumed/static/jquery/colorbox/jquery.colorbox-pl.js diff --git a/edumed/static/js/formset.js b/src/edumed/static/js/formset.js similarity index 100% rename from edumed/static/js/formset.js rename to src/edumed/static/js/formset.js diff --git a/edumed/templates/404.html b/src/edumed/templates/404.html similarity index 100% rename from edumed/templates/404.html rename to src/edumed/templates/404.html diff --git a/edumed/templates/404_mil.html b/src/edumed/templates/404_mil.html similarity index 100% rename from edumed/templates/404_mil.html rename to src/edumed/templates/404_mil.html diff --git a/edumed/templates/500.html b/src/edumed/templates/500.html similarity index 100% rename from edumed/templates/500.html rename to src/edumed/templates/500.html diff --git a/edumed/templates/annoy.html b/src/edumed/templates/annoy.html similarity index 100% rename from edumed/templates/annoy.html rename to src/edumed/templates/annoy.html diff --git a/edumed/templates/base.html b/src/edumed/templates/base.html similarity index 100% rename from edumed/templates/base.html rename to src/edumed/templates/base.html diff --git a/edumed/templates/base_forum.html b/src/edumed/templates/base_forum.html similarity index 100% rename from edumed/templates/base_forum.html rename to src/edumed/templates/base_forum.html diff --git a/edumed/templates/base_mil.html b/src/edumed/templates/base_mil.html similarity index 100% rename from edumed/templates/base_mil.html rename to src/edumed/templates/base_mil.html diff --git a/edumed/templates/base_super.html b/src/edumed/templates/base_super.html similarity index 100% rename from edumed/templates/base_super.html rename to src/edumed/templates/base_super.html diff --git a/edumed/templates/contact/collegium-mlodych-test/form.html b/src/edumed/templates/contact/collegium-mlodych-test/form.html similarity index 100% rename from edumed/templates/contact/collegium-mlodych-test/form.html rename to src/edumed/templates/contact/collegium-mlodych-test/form.html diff --git a/edumed/templates/contact/collegium-mlodych-test/mail_subject.txt b/src/edumed/templates/contact/collegium-mlodych-test/mail_subject.txt similarity index 100% rename from edumed/templates/contact/collegium-mlodych-test/mail_subject.txt rename to src/edumed/templates/contact/collegium-mlodych-test/mail_subject.txt diff --git a/edumed/templates/contact/collegium-mlodych-test/results.html b/src/edumed/templates/contact/collegium-mlodych-test/results.html similarity index 100% rename from edumed/templates/contact/collegium-mlodych-test/results.html rename to src/edumed/templates/contact/collegium-mlodych-test/results.html diff --git a/edumed/templates/contact/collegium-mlodych-test/results_email.txt b/src/edumed/templates/contact/collegium-mlodych-test/results_email.txt similarity index 100% rename from edumed/templates/contact/collegium-mlodych-test/results_email.txt rename to src/edumed/templates/contact/collegium-mlodych-test/results_email.txt diff --git a/edumed/templates/contact/collegium-mlodych/form.html b/src/edumed/templates/contact/collegium-mlodych/form.html similarity index 100% rename from edumed/templates/contact/collegium-mlodych/form.html rename to src/edumed/templates/contact/collegium-mlodych/form.html diff --git a/edumed/templates/contact/collegium-mlodych/mail_body.txt b/src/edumed/templates/contact/collegium-mlodych/mail_body.txt similarity index 100% rename from edumed/templates/contact/collegium-mlodych/mail_body.txt rename to src/edumed/templates/contact/collegium-mlodych/mail_body.txt diff --git a/edumed/templates/contact/collegium-mlodych/mail_subject.txt b/src/edumed/templates/contact/collegium-mlodych/mail_subject.txt similarity index 100% rename from edumed/templates/contact/collegium-mlodych/mail_subject.txt rename to src/edumed/templates/contact/collegium-mlodych/mail_subject.txt diff --git a/edumed/templates/contact/collegium-mlodych/on_hold.html b/src/edumed/templates/contact/collegium-mlodych/on_hold.html similarity index 100% rename from edumed/templates/contact/collegium-mlodych/on_hold.html rename to src/edumed/templates/contact/collegium-mlodych/on_hold.html diff --git a/edumed/templates/contact/collegium-mlodych/thanks.html b/src/edumed/templates/contact/collegium-mlodych/thanks.html similarity index 100% rename from edumed/templates/contact/collegium-mlodych/thanks.html rename to src/edumed/templates/contact/collegium-mlodych/thanks.html diff --git a/edumed/templates/contact/konkurs/mail_body.txt b/src/edumed/templates/contact/konkurs/mail_body.txt similarity index 100% rename from edumed/templates/contact/konkurs/mail_body.txt rename to src/edumed/templates/contact/konkurs/mail_body.txt diff --git a/edumed/templates/contact/konkurs/mail_subject.txt b/src/edumed/templates/contact/konkurs/mail_subject.txt similarity index 100% rename from edumed/templates/contact/konkurs/mail_subject.txt rename to src/edumed/templates/contact/konkurs/mail_subject.txt diff --git a/edumed/templates/contact/konkurs/thanks.html b/src/edumed/templates/contact/konkurs/thanks.html similarity index 100% rename from edumed/templates/contact/konkurs/thanks.html rename to src/edumed/templates/contact/konkurs/thanks.html diff --git a/edumed/templates/contact/misja-cybernautow/mail_body.txt b/src/edumed/templates/contact/misja-cybernautow/mail_body.txt similarity index 100% rename from edumed/templates/contact/misja-cybernautow/mail_body.txt rename to src/edumed/templates/contact/misja-cybernautow/mail_body.txt diff --git a/edumed/templates/contact/olimpiada/form.html b/src/edumed/templates/contact/olimpiada/form.html similarity index 100% rename from edumed/templates/contact/olimpiada/form.html rename to src/edumed/templates/contact/olimpiada/form.html diff --git a/edumed/templates/contact/olimpiada/mail_body.txt b/src/edumed/templates/contact/olimpiada/mail_body.txt similarity index 100% rename from edumed/templates/contact/olimpiada/mail_body.txt rename to src/edumed/templates/contact/olimpiada/mail_body.txt diff --git a/edumed/templates/contact/olimpiada/mail_subject.txt b/src/edumed/templates/contact/olimpiada/mail_subject.txt similarity index 100% rename from edumed/templates/contact/olimpiada/mail_subject.txt rename to src/edumed/templates/contact/olimpiada/mail_subject.txt diff --git a/edumed/templates/contact/olimpiada/student_mail_body.html b/src/edumed/templates/contact/olimpiada/student_mail_body.html similarity index 100% rename from edumed/templates/contact/olimpiada/student_mail_body.html rename to src/edumed/templates/contact/olimpiada/student_mail_body.html diff --git a/edumed/templates/contact/olimpiada/student_mail_subject.html b/src/edumed/templates/contact/olimpiada/student_mail_subject.html similarity index 100% rename from edumed/templates/contact/olimpiada/student_mail_subject.html rename to src/edumed/templates/contact/olimpiada/student_mail_subject.html diff --git a/edumed/templates/contact/olimpiada/thanks.html b/src/edumed/templates/contact/olimpiada/thanks.html similarity index 100% rename from edumed/templates/contact/olimpiada/thanks.html rename to src/edumed/templates/contact/olimpiada/thanks.html diff --git a/edumed/templates/contact/sciezki-kopernika-test/form.html b/src/edumed/templates/contact/sciezki-kopernika-test/form.html similarity index 100% rename from edumed/templates/contact/sciezki-kopernika-test/form.html rename to src/edumed/templates/contact/sciezki-kopernika-test/form.html diff --git a/edumed/templates/contact/sciezki-kopernika-test/mail_subject.txt b/src/edumed/templates/contact/sciezki-kopernika-test/mail_subject.txt similarity index 100% rename from edumed/templates/contact/sciezki-kopernika-test/mail_subject.txt rename to src/edumed/templates/contact/sciezki-kopernika-test/mail_subject.txt diff --git a/edumed/templates/contact/sciezki-kopernika-test/results.html b/src/edumed/templates/contact/sciezki-kopernika-test/results.html similarity index 100% rename from edumed/templates/contact/sciezki-kopernika-test/results.html rename to src/edumed/templates/contact/sciezki-kopernika-test/results.html diff --git a/edumed/templates/contact/sciezki-kopernika-test/results_email.txt b/src/edumed/templates/contact/sciezki-kopernika-test/results_email.txt similarity index 100% rename from edumed/templates/contact/sciezki-kopernika-test/results_email.txt rename to src/edumed/templates/contact/sciezki-kopernika-test/results_email.txt diff --git a/edumed/templates/contact/sciezki-kopernika/form.html b/src/edumed/templates/contact/sciezki-kopernika/form.html similarity index 100% rename from edumed/templates/contact/sciezki-kopernika/form.html rename to src/edumed/templates/contact/sciezki-kopernika/form.html diff --git a/edumed/templates/contact/sciezki-kopernika/mail_body.txt b/src/edumed/templates/contact/sciezki-kopernika/mail_body.txt similarity index 100% rename from edumed/templates/contact/sciezki-kopernika/mail_body.txt rename to src/edumed/templates/contact/sciezki-kopernika/mail_body.txt diff --git a/edumed/templates/contact/sciezki-kopernika/mail_subject.txt b/src/edumed/templates/contact/sciezki-kopernika/mail_subject.txt similarity index 100% rename from edumed/templates/contact/sciezki-kopernika/mail_subject.txt rename to src/edumed/templates/contact/sciezki-kopernika/mail_subject.txt diff --git a/edumed/templates/contact/sciezki-kopernika/thanks.html b/src/edumed/templates/contact/sciezki-kopernika/thanks.html similarity index 100% rename from edumed/templates/contact/sciezki-kopernika/thanks.html rename to src/edumed/templates/contact/sciezki-kopernika/thanks.html diff --git a/edumed/templates/contact/sugestie/mail_body.txt b/src/edumed/templates/contact/sugestie/mail_body.txt similarity index 100% rename from edumed/templates/contact/sugestie/mail_body.txt rename to src/edumed/templates/contact/sugestie/mail_body.txt diff --git a/edumed/templates/contact/sugestie/mail_subject.txt b/src/edumed/templates/contact/sugestie/mail_subject.txt similarity index 100% rename from edumed/templates/contact/sugestie/mail_subject.txt rename to src/edumed/templates/contact/sugestie/mail_subject.txt diff --git a/edumed/templates/contact/sugestie/thanks.html b/src/edumed/templates/contact/sugestie/thanks.html similarity index 100% rename from edumed/templates/contact/sugestie/thanks.html rename to src/edumed/templates/contact/sugestie/thanks.html diff --git a/edumed/templates/contact/tem/mail_body.txt b/src/edumed/templates/contact/tem/mail_body.txt similarity index 100% rename from edumed/templates/contact/tem/mail_body.txt rename to src/edumed/templates/contact/tem/mail_body.txt diff --git a/edumed/templates/contact/tem/mail_subject.txt b/src/edumed/templates/contact/tem/mail_subject.txt similarity index 100% rename from edumed/templates/contact/tem/mail_subject.txt rename to src/edumed/templates/contact/tem/mail_subject.txt diff --git a/edumed/templates/contact/tem/thanks.html b/src/edumed/templates/contact/tem/thanks.html similarity index 100% rename from edumed/templates/contact/tem/thanks.html rename to src/edumed/templates/contact/tem/thanks.html diff --git a/edumed/templates/contact/trenerzy-cybernauci/mail_body.txt b/src/edumed/templates/contact/trenerzy-cybernauci/mail_body.txt similarity index 100% rename from edumed/templates/contact/trenerzy-cybernauci/mail_body.txt rename to src/edumed/templates/contact/trenerzy-cybernauci/mail_body.txt diff --git a/edumed/templates/contact/trenerzy-cybernauci/mail_subject.txt b/src/edumed/templates/contact/trenerzy-cybernauci/mail_subject.txt similarity index 100% rename from edumed/templates/contact/trenerzy-cybernauci/mail_subject.txt rename to src/edumed/templates/contact/trenerzy-cybernauci/mail_subject.txt diff --git a/edumed/templates/contact/trenerzy-cybernauci2017 b/src/edumed/templates/contact/trenerzy-cybernauci2017 similarity index 100% rename from edumed/templates/contact/trenerzy-cybernauci2017 rename to src/edumed/templates/contact/trenerzy-cybernauci2017 diff --git a/edumed/templates/contact/wspolpraca/mail_body.txt b/src/edumed/templates/contact/wspolpraca/mail_body.txt similarity index 100% rename from edumed/templates/contact/wspolpraca/mail_body.txt rename to src/edumed/templates/contact/wspolpraca/mail_body.txt diff --git a/edumed/templates/contact/wspolpraca/mail_subject.txt b/src/edumed/templates/contact/wspolpraca/mail_subject.txt similarity index 100% rename from edumed/templates/contact/wspolpraca/mail_subject.txt rename to src/edumed/templates/contact/wspolpraca/mail_subject.txt diff --git a/edumed/templates/contact/wspolpraca/thanks.html b/src/edumed/templates/contact/wspolpraca/thanks.html similarity index 100% rename from edumed/templates/contact/wspolpraca/thanks.html rename to src/edumed/templates/contact/wspolpraca/thanks.html diff --git a/edumed/templates/contact/wtem/form.html b/src/edumed/templates/contact/wtem/form.html similarity index 100% rename from edumed/templates/contact/wtem/form.html rename to src/edumed/templates/contact/wtem/form.html diff --git a/edumed/templates/contact/wtem/mail_body.txt b/src/edumed/templates/contact/wtem/mail_body.txt similarity index 100% rename from edumed/templates/contact/wtem/mail_body.txt rename to src/edumed/templates/contact/wtem/mail_body.txt diff --git a/edumed/templates/contact/wtem/mail_subject.txt b/src/edumed/templates/contact/wtem/mail_subject.txt similarity index 100% rename from edumed/templates/contact/wtem/mail_subject.txt rename to src/edumed/templates/contact/wtem/mail_subject.txt diff --git a/edumed/templates/contact/wtem/student_mail_body.html b/src/edumed/templates/contact/wtem/student_mail_body.html similarity index 100% rename from edumed/templates/contact/wtem/student_mail_body.html rename to src/edumed/templates/contact/wtem/student_mail_body.html diff --git a/edumed/templates/contact/wtem/student_mail_subject.html b/src/edumed/templates/contact/wtem/student_mail_subject.html similarity index 100% rename from edumed/templates/contact/wtem/student_mail_subject.html rename to src/edumed/templates/contact/wtem/student_mail_subject.html diff --git a/edumed/templates/contact/wtem/thanks.html b/src/edumed/templates/contact/wtem/thanks.html similarity index 100% rename from edumed/templates/contact/wtem/thanks.html rename to src/edumed/templates/contact/wtem/thanks.html diff --git a/edumed/templates/flatpages/default.html b/src/edumed/templates/flatpages/default.html similarity index 100% rename from edumed/templates/flatpages/default.html rename to src/edumed/templates/flatpages/default.html diff --git a/edumed/templates/flatpages/mil.html b/src/edumed/templates/flatpages/mil.html similarity index 100% rename from edumed/templates/flatpages/mil.html rename to src/edumed/templates/flatpages/mil.html diff --git a/edumed/templates/flatpages/sciezki.html b/src/edumed/templates/flatpages/sciezki.html similarity index 100% rename from edumed/templates/flatpages/sciezki.html rename to src/edumed/templates/flatpages/sciezki.html diff --git a/edumed/templates/home.html b/src/edumed/templates/home.html similarity index 100% rename from edumed/templates/home.html rename to src/edumed/templates/home.html diff --git a/edumed/templates/home_mil.html b/src/edumed/templates/home_mil.html similarity index 100% rename from edumed/templates/home_mil.html rename to src/edumed/templates/home_mil.html diff --git a/edumed/templates/olimpiada_teaser.html b/src/edumed/templates/olimpiada_teaser.html similarity index 100% rename from edumed/templates/olimpiada_teaser.html rename to src/edumed/templates/olimpiada_teaser.html diff --git a/edumed/templates/pybb/_need_to_login_message.html b/src/edumed/templates/pybb/_need_to_login_message.html similarity index 100% rename from edumed/templates/pybb/_need_to_login_message.html rename to src/edumed/templates/pybb/_need_to_login_message.html diff --git a/edumed/templates/pybb/avatar.html b/src/edumed/templates/pybb/avatar.html similarity index 100% rename from edumed/templates/pybb/avatar.html rename to src/edumed/templates/pybb/avatar.html diff --git a/edumed/templates/pybb/breadcrumb.html b/src/edumed/templates/pybb/breadcrumb.html similarity index 100% rename from edumed/templates/pybb/breadcrumb.html rename to src/edumed/templates/pybb/breadcrumb.html diff --git a/edumed/templates/pybb/breadcrumb_top_extra_crumb.html b/src/edumed/templates/pybb/breadcrumb_top_extra_crumb.html similarity index 100% rename from edumed/templates/pybb/breadcrumb_top_extra_crumb.html rename to src/edumed/templates/pybb/breadcrumb_top_extra_crumb.html diff --git a/edumed/templates/sciezki_logos.html b/src/edumed/templates/sciezki_logos.html similarity index 100% rename from edumed/templates/sciezki_logos.html rename to src/edumed/templates/sciezki_logos.html diff --git a/edumed/templates/search/search.html b/src/edumed/templates/search/search.html similarity index 100% rename from edumed/templates/search/search.html rename to src/edumed/templates/search/search.html diff --git a/edumed/templatetags/__init__.py b/src/edumed/templatetags/__init__.py similarity index 100% rename from edumed/templatetags/__init__.py rename to src/edumed/templatetags/__init__.py diff --git a/edumed/templatetags/inline_stylesheet.py b/src/edumed/templatetags/inline_stylesheet.py similarity index 100% rename from edumed/templatetags/inline_stylesheet.py rename to src/edumed/templatetags/inline_stylesheet.py diff --git a/edumed/urls.py b/src/edumed/urls.py similarity index 100% rename from edumed/urls.py rename to src/edumed/urls.py diff --git a/edumed/utils.py b/src/edumed/utils.py similarity index 100% rename from edumed/utils.py rename to src/edumed/utils.py diff --git a/edumed/views.py b/src/edumed/views.py similarity index 100% rename from edumed/views.py rename to src/edumed/views.py diff --git a/edumed/wsgi.py b/src/edumed/wsgi.py similarity index 100% rename from edumed/wsgi.py rename to src/edumed/wsgi.py diff --git a/forum/__init__.py b/src/forum/__init__.py similarity index 100% rename from forum/__init__.py rename to src/forum/__init__.py diff --git a/forum/forms.py b/src/forum/forms.py similarity index 100% rename from forum/forms.py rename to src/forum/forms.py diff --git a/forum/locale/pl/LC_MESSAGES/django.mo b/src/forum/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from forum/locale/pl/LC_MESSAGES/django.mo rename to src/forum/locale/pl/LC_MESSAGES/django.mo diff --git a/forum/locale/pl/LC_MESSAGES/django.po b/src/forum/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from forum/locale/pl/LC_MESSAGES/django.po rename to src/forum/locale/pl/LC_MESSAGES/django.po diff --git a/forum/middleware.py b/src/forum/middleware.py similarity index 100% rename from forum/middleware.py rename to src/forum/middleware.py diff --git a/forum/migrations/0001_initial.py b/src/forum/migrations/0001_initial.py similarity index 100% rename from forum/migrations/0001_initial.py rename to src/forum/migrations/0001_initial.py diff --git a/forum/migrations/__init__.py b/src/forum/migrations/__init__.py similarity index 100% rename from forum/migrations/__init__.py rename to src/forum/migrations/__init__.py diff --git a/forum/models.py b/src/forum/models.py similarity index 100% rename from forum/models.py rename to src/forum/models.py diff --git a/forum/search_indexes.py b/src/forum/search_indexes.py similarity index 100% rename from forum/search_indexes.py rename to src/forum/search_indexes.py diff --git a/forum/templates/forum/related_lesson_info.html b/src/forum/templates/forum/related_lesson_info.html similarity index 100% rename from forum/templates/forum/related_lesson_info.html rename to src/forum/templates/forum/related_lesson_info.html diff --git a/forum/templates/forum/search_results.html b/src/forum/templates/forum/search_results.html similarity index 100% rename from forum/templates/forum/search_results.html rename to src/forum/templates/forum/search_results.html diff --git a/forum/templates/pybb/category.html b/src/forum/templates/pybb/category.html similarity index 100% rename from forum/templates/pybb/category.html rename to src/forum/templates/pybb/category.html diff --git a/forum/templates/pybb/forum_last_update_info.html b/src/forum/templates/pybb/forum_last_update_info.html similarity index 100% rename from forum/templates/pybb/forum_last_update_info.html rename to src/forum/templates/pybb/forum_last_update_info.html diff --git a/forum/templates/pybb/post_form.html b/src/forum/templates/pybb/post_form.html similarity index 100% rename from forum/templates/pybb/post_form.html rename to src/forum/templates/pybb/post_form.html diff --git a/forum/templates/pybb/topic.html b/src/forum/templates/pybb/topic.html similarity index 100% rename from forum/templates/pybb/topic.html rename to src/forum/templates/pybb/topic.html diff --git a/forum/templates/pybb/topic_last_message_info.html b/src/forum/templates/pybb/topic_last_message_info.html similarity index 100% rename from forum/templates/pybb/topic_last_message_info.html rename to src/forum/templates/pybb/topic_last_message_info.html diff --git a/forum/templates/search/indexes/pybb/post_text.txt b/src/forum/templates/search/indexes/pybb/post_text.txt similarity index 100% rename from forum/templates/search/indexes/pybb/post_text.txt rename to src/forum/templates/search/indexes/pybb/post_text.txt diff --git a/forum/urls.py b/src/forum/urls.py similarity index 100% rename from forum/urls.py rename to src/forum/urls.py diff --git a/forum/views.py b/src/forum/views.py similarity index 100% rename from forum/views.py rename to src/forum/views.py diff --git a/lib/librarian b/src/lib/librarian similarity index 100% rename from lib/librarian rename to src/lib/librarian diff --git a/manage.py b/src/manage.py similarity index 100% rename from manage.py rename to src/manage.py diff --git a/publishers/__init__.py b/src/publishers/__init__.py similarity index 100% rename from publishers/__init__.py rename to src/publishers/__init__.py diff --git a/publishers/admin.py b/src/publishers/admin.py similarity index 100% rename from publishers/admin.py rename to src/publishers/admin.py diff --git a/publishers/migrations/0001_initial.py b/src/publishers/migrations/0001_initial.py similarity index 100% rename from publishers/migrations/0001_initial.py rename to src/publishers/migrations/0001_initial.py diff --git a/publishers/migrations/__init__.py b/src/publishers/migrations/__init__.py similarity index 100% rename from publishers/migrations/__init__.py rename to src/publishers/migrations/__init__.py diff --git a/publishers/models.py b/src/publishers/models.py similarity index 100% rename from publishers/models.py rename to src/publishers/models.py diff --git a/wtem/__init__.py b/src/wtem/__init__.py similarity index 100% rename from wtem/__init__.py rename to src/wtem/__init__.py diff --git a/wtem/admin.py b/src/wtem/admin.py similarity index 100% rename from wtem/admin.py rename to src/wtem/admin.py diff --git a/wtem/fixtures/exercises-2013.json b/src/wtem/fixtures/exercises-2013.json similarity index 100% rename from wtem/fixtures/exercises-2013.json rename to src/wtem/fixtures/exercises-2013.json diff --git a/wtem/fixtures/exercises-2014.json b/src/wtem/fixtures/exercises-2014.json similarity index 100% rename from wtem/fixtures/exercises-2014.json rename to src/wtem/fixtures/exercises-2014.json diff --git a/wtem/fixtures/exercises-2015.json b/src/wtem/fixtures/exercises-2015.json similarity index 100% rename from wtem/fixtures/exercises-2015.json rename to src/wtem/fixtures/exercises-2015.json diff --git a/wtem/fixtures/exercises-tem.json b/src/wtem/fixtures/exercises-tem.json similarity index 100% rename from wtem/fixtures/exercises-tem.json rename to src/wtem/fixtures/exercises-tem.json diff --git a/wtem/fixtures/exercises-wlem.json b/src/wtem/fixtures/exercises-wlem.json similarity index 100% rename from wtem/fixtures/exercises-wlem.json rename to src/wtem/fixtures/exercises-wlem.json diff --git a/wtem/fixtures/exercises.json b/src/wtem/fixtures/exercises.json similarity index 100% rename from wtem/fixtures/exercises.json rename to src/wtem/fixtures/exercises.json diff --git a/wtem/forms.py b/src/wtem/forms.py similarity index 100% rename from wtem/forms.py rename to src/wtem/forms.py diff --git a/wtem/management/__init__.py b/src/wtem/management/__init__.py similarity index 100% rename from wtem/management/__init__.py rename to src/wtem/management/__init__.py diff --git a/wtem/management/commands/__init__.py b/src/wtem/management/commands/__init__.py similarity index 100% rename from wtem/management/commands/__init__.py rename to src/wtem/management/commands/__init__.py diff --git a/wtem/management/commands/wlem_generate_keys.py b/src/wtem/management/commands/wlem_generate_keys.py similarity index 100% rename from wtem/management/commands/wlem_generate_keys.py rename to src/wtem/management/commands/wlem_generate_keys.py diff --git a/wtem/management/commands/wtem_assign_submissions.py b/src/wtem/management/commands/wtem_assign_submissions.py similarity index 100% rename from wtem/management/commands/wtem_assign_submissions.py rename to src/wtem/management/commands/wtem_assign_submissions.py diff --git a/wtem/management/commands/wtem_email_teachers.py b/src/wtem/management/commands/wtem_email_teachers.py similarity index 100% rename from wtem/management/commands/wtem_email_teachers.py rename to src/wtem/management/commands/wtem_email_teachers.py diff --git a/wtem/management/commands/wtem_generate_keys.py b/src/wtem/management/commands/wtem_generate_keys.py similarity index 100% rename from wtem/management/commands/wtem_generate_keys.py rename to src/wtem/management/commands/wtem_generate_keys.py diff --git a/wtem/management/commands/wtem_send_keys.py b/src/wtem/management/commands/wtem_send_keys.py similarity index 100% rename from wtem/management/commands/wtem_send_keys.py rename to src/wtem/management/commands/wtem_send_keys.py diff --git a/wtem/management/commands/wtem_send_results.py b/src/wtem/management/commands/wtem_send_results.py similarity index 100% rename from wtem/management/commands/wtem_send_results.py rename to src/wtem/management/commands/wtem_send_results.py diff --git a/wtem/management/commands/wtem_send_results_csv.py b/src/wtem/management/commands/wtem_send_results_csv.py similarity index 100% rename from wtem/management/commands/wtem_send_results_csv.py rename to src/wtem/management/commands/wtem_send_results_csv.py diff --git a/wtem/middleware.py b/src/wtem/middleware.py similarity index 100% rename from wtem/middleware.py rename to src/wtem/middleware.py diff --git a/wtem/migrations/0001_initial.py b/src/wtem/migrations/0001_initial.py similarity index 100% rename from wtem/migrations/0001_initial.py rename to src/wtem/migrations/0001_initial.py diff --git a/wtem/migrations/0002_auto__add_field_submission_key_sent.py b/src/wtem/migrations/0002_auto__add_field_submission_key_sent.py similarity index 100% rename from wtem/migrations/0002_auto__add_field_submission_key_sent.py rename to src/wtem/migrations/0002_auto__add_field_submission_key_sent.py diff --git a/wtem/migrations/0003_auto__add_assignment.py b/src/wtem/migrations/0003_auto__add_assignment.py similarity index 100% rename from wtem/migrations/0003_auto__add_assignment.py rename to src/wtem/migrations/0003_auto__add_assignment.py diff --git a/wtem/migrations/0004_auto__add_unique_assignment_user.py b/src/wtem/migrations/0004_auto__add_unique_assignment_user.py similarity index 100% rename from wtem/migrations/0004_auto__add_unique_assignment_user.py rename to src/wtem/migrations/0004_auto__add_unique_assignment_user.py diff --git a/wtem/migrations/0005_auto__add_field_submission_marks.py b/src/wtem/migrations/0005_auto__add_field_submission_marks.py similarity index 100% rename from wtem/migrations/0005_auto__add_field_submission_marks.py rename to src/wtem/migrations/0005_auto__add_field_submission_marks.py diff --git a/wtem/migrations/0006_auto__del_field_attachment_name__add_field_attachment_exercise_id.py b/src/wtem/migrations/0006_auto__del_field_attachment_name__add_field_attachment_exercise_id.py similarity index 100% rename from wtem/migrations/0006_auto__del_field_attachment_name__add_field_attachment_exercise_id.py rename to src/wtem/migrations/0006_auto__del_field_attachment_name__add_field_attachment_exercise_id.py diff --git a/wtem/migrations/0007_auto.py b/src/wtem/migrations/0007_auto.py similarity index 100% rename from wtem/migrations/0007_auto.py rename to src/wtem/migrations/0007_auto.py diff --git a/wtem/migrations/0008_auto__add_field_submission_end_time.py b/src/wtem/migrations/0008_auto__add_field_submission_end_time.py similarity index 100% rename from wtem/migrations/0008_auto__add_field_submission_end_time.py rename to src/wtem/migrations/0008_auto__add_field_submission_end_time.py diff --git a/wtem/migrations/0009_auto__add_field_attachment_tag.py b/src/wtem/migrations/0009_auto__add_field_attachment_tag.py similarity index 100% rename from wtem/migrations/0009_auto__add_field_attachment_tag.py rename to src/wtem/migrations/0009_auto__add_field_attachment_tag.py diff --git a/wtem/migrations/0010_auto__add_confirmation.py b/src/wtem/migrations/0010_auto__add_confirmation.py similarity index 100% rename from wtem/migrations/0010_auto__add_confirmation.py rename to src/wtem/migrations/0010_auto__add_confirmation.py diff --git a/wtem/migrations/__init__.py b/src/wtem/migrations/__init__.py similarity index 100% rename from wtem/migrations/__init__.py rename to src/wtem/migrations/__init__.py diff --git a/wtem/models.py b/src/wtem/models.py similarity index 100% rename from wtem/models.py rename to src/wtem/models.py diff --git a/wtem/static/wtem/edumed.coffee b/src/wtem/static/wtem/edumed.coffee similarity index 100% rename from wtem/static/wtem/edumed.coffee rename to src/wtem/static/wtem/edumed.coffee diff --git a/wtem/static/wtem/edumed.js b/src/wtem/static/wtem/edumed.js similarity index 100% rename from wtem/static/wtem/edumed.js rename to src/wtem/static/wtem/edumed.js diff --git a/wtem/static/wtem/img/1.png b/src/wtem/static/wtem/img/1.png similarity index 100% rename from wtem/static/wtem/img/1.png rename to src/wtem/static/wtem/img/1.png diff --git a/wtem/static/wtem/img/1_small.png b/src/wtem/static/wtem/img/1_small.png similarity index 100% rename from wtem/static/wtem/img/1_small.png rename to src/wtem/static/wtem/img/1_small.png diff --git a/wtem/static/wtem/img/2.png b/src/wtem/static/wtem/img/2.png similarity index 100% rename from wtem/static/wtem/img/2.png rename to src/wtem/static/wtem/img/2.png diff --git a/wtem/static/wtem/img/2_small.png b/src/wtem/static/wtem/img/2_small.png similarity index 100% rename from wtem/static/wtem/img/2_small.png rename to src/wtem/static/wtem/img/2_small.png diff --git a/wtem/static/wtem/img/3.png b/src/wtem/static/wtem/img/3.png similarity index 100% rename from wtem/static/wtem/img/3.png rename to src/wtem/static/wtem/img/3.png diff --git a/wtem/static/wtem/img/3_small.png b/src/wtem/static/wtem/img/3_small.png similarity index 100% rename from wtem/static/wtem/img/3_small.png rename to src/wtem/static/wtem/img/3_small.png diff --git a/wtem/static/wtem/img/komunikat_policyjny.png b/src/wtem/static/wtem/img/komunikat_policyjny.png similarity index 100% rename from wtem/static/wtem/img/komunikat_policyjny.png rename to src/wtem/static/wtem/img/komunikat_policyjny.png diff --git a/wtem/static/wtem/img/krrit_zrzut_ekranu.png b/src/wtem/static/wtem/img/krrit_zrzut_ekranu.png similarity index 100% rename from wtem/static/wtem/img/krrit_zrzut_ekranu.png rename to src/wtem/static/wtem/img/krrit_zrzut_ekranu.png diff --git a/wtem/static/wtem/img/przyp/1.jpg b/src/wtem/static/wtem/img/przyp/1.jpg similarity index 100% rename from wtem/static/wtem/img/przyp/1.jpg rename to src/wtem/static/wtem/img/przyp/1.jpg diff --git a/wtem/static/wtem/img/przyp/2.jpg b/src/wtem/static/wtem/img/przyp/2.jpg similarity index 100% rename from wtem/static/wtem/img/przyp/2.jpg rename to src/wtem/static/wtem/img/przyp/2.jpg diff --git a/wtem/static/wtem/img/przyp/3.jpg b/src/wtem/static/wtem/img/przyp/3.jpg similarity index 100% rename from wtem/static/wtem/img/przyp/3.jpg rename to src/wtem/static/wtem/img/przyp/3.jpg diff --git a/wtem/static/wtem/img/przyp/4.jpg b/src/wtem/static/wtem/img/przyp/4.jpg similarity index 100% rename from wtem/static/wtem/img/przyp/4.jpg rename to src/wtem/static/wtem/img/przyp/4.jpg diff --git a/wtem/static/wtem/img/przyp/5.jpg b/src/wtem/static/wtem/img/przyp/5.jpg similarity index 100% rename from wtem/static/wtem/img/przyp/5.jpg rename to src/wtem/static/wtem/img/przyp/5.jpg diff --git a/wtem/static/wtem/img/przyp2/1.jpg b/src/wtem/static/wtem/img/przyp2/1.jpg similarity index 100% rename from wtem/static/wtem/img/przyp2/1.jpg rename to src/wtem/static/wtem/img/przyp2/1.jpg diff --git a/wtem/static/wtem/img/przyp2/2.jpg b/src/wtem/static/wtem/img/przyp2/2.jpg similarity index 100% rename from wtem/static/wtem/img/przyp2/2.jpg rename to src/wtem/static/wtem/img/przyp2/2.jpg diff --git a/wtem/static/wtem/img/przyp2/3.jpg b/src/wtem/static/wtem/img/przyp2/3.jpg similarity index 100% rename from wtem/static/wtem/img/przyp2/3.jpg rename to src/wtem/static/wtem/img/przyp2/3.jpg diff --git a/wtem/static/wtem/img/przyp2/4.jpg b/src/wtem/static/wtem/img/przyp2/4.jpg similarity index 100% rename from wtem/static/wtem/img/przyp2/4.jpg rename to src/wtem/static/wtem/img/przyp2/4.jpg diff --git a/wtem/static/wtem/img/przyp2/5.jpg b/src/wtem/static/wtem/img/przyp2/5.jpg similarity index 100% rename from wtem/static/wtem/img/przyp2/5.jpg rename to src/wtem/static/wtem/img/przyp2/5.jpg diff --git a/wtem/static/wtem/json2.js b/src/wtem/static/wtem/json2.js similarity index 100% rename from wtem/static/wtem/json2.js rename to src/wtem/static/wtem/json2.js diff --git a/wtem/static/wtem/spinner.gif b/src/wtem/static/wtem/spinner.gif similarity index 100% rename from wtem/static/wtem/spinner.gif rename to src/wtem/static/wtem/spinner.gif diff --git a/wtem/static/wtem/wtem.js b/src/wtem/static/wtem/wtem.js similarity index 100% rename from wtem/static/wtem/wtem.js rename to src/wtem/static/wtem/wtem.js diff --git a/wtem/templates/admin/wtem/submission/change_list.html b/src/wtem/templates/admin/wtem/submission/change_list.html similarity index 100% rename from wtem/templates/admin/wtem/submission/change_list.html rename to src/wtem/templates/admin/wtem/submission/change_list.html diff --git a/wtem/templates/wtem/admin_report.csv b/src/wtem/templates/wtem/admin_report.csv similarity index 100% rename from wtem/templates/wtem/admin_report.csv rename to src/wtem/templates/wtem/admin_report.csv diff --git a/wtem/templates/wtem/disabled_contact_form.html b/src/wtem/templates/wtem/disabled_contact_form.html similarity index 100% rename from wtem/templates/wtem/disabled_contact_form.html rename to src/wtem/templates/wtem/disabled_contact_form.html diff --git a/wtem/templates/wtem/email_key.txt b/src/wtem/templates/wtem/email_key.txt similarity index 100% rename from wtem/templates/wtem/email_key.txt rename to src/wtem/templates/wtem/email_key.txt diff --git a/wtem/templates/wtem/email_teacher_before.txt b/src/wtem/templates/wtem/email_teacher_before.txt similarity index 100% rename from wtem/templates/wtem/email_teacher_before.txt rename to src/wtem/templates/wtem/email_teacher_before.txt diff --git a/wtem/templates/wtem/email_teacher_before_subject.txt b/src/wtem/templates/wtem/email_teacher_before_subject.txt similarity index 100% rename from wtem/templates/wtem/email_teacher_before_subject.txt rename to src/wtem/templates/wtem/email_teacher_before_subject.txt diff --git a/wtem/templates/wtem/exercises/edumed_prawdafalsz.html b/src/wtem/templates/wtem/exercises/edumed_prawdafalsz.html similarity index 100% rename from wtem/templates/wtem/exercises/edumed_prawdafalsz.html rename to src/wtem/templates/wtem/exercises/edumed_prawdafalsz.html diff --git a/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html b/src/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html similarity index 100% rename from wtem/templates/wtem/exercises/edumed_przyporzadkuj.html rename to src/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html diff --git a/wtem/templates/wtem/exercises/edumed_uporzadkuj.html b/src/wtem/templates/wtem/exercises/edumed_uporzadkuj.html similarity index 100% rename from wtem/templates/wtem/exercises/edumed_uporzadkuj.html rename to src/wtem/templates/wtem/exercises/edumed_uporzadkuj.html diff --git a/wtem/templates/wtem/exercises/edumed_wybor.html b/src/wtem/templates/wtem/exercises/edumed_wybor.html similarity index 100% rename from wtem/templates/wtem/exercises/edumed_wybor.html rename to src/wtem/templates/wtem/exercises/edumed_wybor.html diff --git a/wtem/templates/wtem/exercises/exercise_no.html b/src/wtem/templates/wtem/exercises/exercise_no.html similarity index 100% rename from wtem/templates/wtem/exercises/exercise_no.html rename to src/wtem/templates/wtem/exercises/exercise_no.html diff --git a/wtem/templates/wtem/exercises/file_upload.html b/src/wtem/templates/wtem/exercises/file_upload.html similarity index 100% rename from wtem/templates/wtem/exercises/file_upload.html rename to src/wtem/templates/wtem/exercises/file_upload.html diff --git a/wtem/templates/wtem/exercises/open.html b/src/wtem/templates/wtem/exercises/open.html similarity index 100% rename from wtem/templates/wtem/exercises/open.html rename to src/wtem/templates/wtem/exercises/open.html diff --git a/wtem/templates/wtem/key_not_found.html b/src/wtem/templates/wtem/key_not_found.html similarity index 100% rename from wtem/templates/wtem/key_not_found.html rename to src/wtem/templates/wtem/key_not_found.html diff --git a/wtem/templates/wtem/key_not_found_before.html b/src/wtem/templates/wtem/key_not_found_before.html similarity index 100% rename from wtem/templates/wtem/key_not_found_before.html rename to src/wtem/templates/wtem/key_not_found_before.html diff --git a/wtem/templates/wtem/main.html b/src/wtem/templates/wtem/main.html similarity index 100% rename from wtem/templates/wtem/main.html rename to src/wtem/templates/wtem/main.html diff --git a/wtem/templates/wtem/main_after.html b/src/wtem/templates/wtem/main_after.html similarity index 100% rename from wtem/templates/wtem/main_after.html rename to src/wtem/templates/wtem/main_after.html diff --git a/wtem/templates/wtem/main_before.html b/src/wtem/templates/wtem/main_before.html similarity index 100% rename from wtem/templates/wtem/main_before.html rename to src/wtem/templates/wtem/main_before.html diff --git a/wtem/templates/wtem/results_student_disqualified.txt b/src/wtem/templates/wtem/results_student_disqualified.txt similarity index 100% rename from wtem/templates/wtem/results_student_disqualified.txt rename to src/wtem/templates/wtem/results_student_disqualified.txt diff --git a/wtem/templates/wtem/results_student_failed.txt b/src/wtem/templates/wtem/results_student_failed.txt similarity index 100% rename from wtem/templates/wtem/results_student_failed.txt rename to src/wtem/templates/wtem/results_student_failed.txt diff --git a/wtem/templates/wtem/results_student_passed.txt b/src/wtem/templates/wtem/results_student_passed.txt similarity index 100% rename from wtem/templates/wtem/results_student_passed.txt rename to src/wtem/templates/wtem/results_student_passed.txt diff --git a/wtem/templates/wtem/results_teacher.txt b/src/wtem/templates/wtem/results_teacher.txt similarity index 100% rename from wtem/templates/wtem/results_teacher.txt rename to src/wtem/templates/wtem/results_teacher.txt diff --git a/wtem/templates/wtem/thanks.html b/src/wtem/templates/wtem/thanks.html similarity index 100% rename from wtem/templates/wtem/thanks.html rename to src/wtem/templates/wtem/thanks.html diff --git a/wtem/templates/wtem/title.html b/src/wtem/templates/wtem/title.html similarity index 100% rename from wtem/templates/wtem/title.html rename to src/wtem/templates/wtem/title.html diff --git a/wtem/templatetags/__init__.py b/src/wtem/templatetags/__init__.py similarity index 100% rename from wtem/templatetags/__init__.py rename to src/wtem/templatetags/__init__.py diff --git a/wtem/templatetags/wtem_csv.py b/src/wtem/templatetags/wtem_csv.py similarity index 100% rename from wtem/templatetags/wtem_csv.py rename to src/wtem/templatetags/wtem_csv.py diff --git a/wtem/urls.py b/src/wtem/urls.py similarity index 100% rename from wtem/urls.py rename to src/wtem/urls.py diff --git a/wtem/views.py b/src/wtem/views.py similarity index 100% rename from wtem/views.py rename to src/wtem/views.py -- 2.20.1