initial commit
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 3 Jan 2013 16:06:50 +0000 (17:06 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 3 Jan 2013 16:06:50 +0000 (17:06 +0100)
commite76fdcf2a2488b1787c74fe8dccfa38d7ac04c84
tree950366b676414785353b50d2b6f99f50650fb3e8
initial commit
97 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NOTICE [new file with mode: 0644]
catalogue/__init__.py [new file with mode: 0644]
catalogue/admin.py [new file with mode: 0755]
catalogue/migrations/0001_initial.py [new file with mode: 0644]
catalogue/migrations/0002_auto__add_field_section_slug.py [new file with mode: 0644]
catalogue/migrations/0003_auto__chg_field_lesson_xml_file__chg_field_lesson_student_package__chg.py [new file with mode: 0644]
catalogue/migrations/__init__.py [new file with mode: 0644]
catalogue/models.py [new file with mode: 0644]
catalogue/static/catalogue/css/carousel.css [new file with mode: 0644]
catalogue/static/catalogue/css/carousel.scss [new file with mode: 0755]
catalogue/static/catalogue/img/carousel-left.png [new file with mode: 0644]
catalogue/static/catalogue/img/carousel-right.png [new file with mode: 0644]
catalogue/templates/catalogue/latest_blog_posts.html [new file with mode: 0755]
catalogue/templates/catalogue/lesson_detail.html [new file with mode: 0755]
catalogue/templates/catalogue/section_detail.html [new file with mode: 0755]
catalogue/templates/catalogue/section_list.html [new file with mode: 0755]
catalogue/templates/catalogue/snippets/carousel.html [new file with mode: 0755]
catalogue/templates/catalogue/snippets/chosen_topics.html [new file with mode: 0755]
catalogue/templates/catalogue/snippets/section_box.html [new file with mode: 0755]
catalogue/templates/catalogue/snippets/section_buttons.html [new file with mode: 0755]
catalogue/templatetags/__init__.py [new file with mode: 0755]
catalogue/templatetags/catalogue_tags.py [new file with mode: 0755]
catalogue/tests.py [new file with mode: 0644]
catalogue/urls.py [new file with mode: 0755]
catalogue/views.py [new file with mode: 0644]
curriculum/__init__.py [new file with mode: 0644]
curriculum/admin.py [new file with mode: 0755]
curriculum/migrations/0001_initial.py [new file with mode: 0644]
curriculum/migrations/__init__.py [new file with mode: 0644]
curriculum/models.py [new file with mode: 0644]
curriculum/templates/curriculum/competence_detail.html [new file with mode: 0755]
curriculum/templates/curriculum/competence_list.html [new file with mode: 0755]
curriculum/tests.py [new file with mode: 0644]
curriculum/urls.py [new file with mode: 0755]
curriculum/views.py [new file with mode: 0644]
edumed/__init__.py [new file with mode: 0644]
edumed/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
edumed/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
edumed/settings.d/10-paths.py [new file with mode: 0644]
edumed/settings.d/20-basic.py [new file with mode: 0644]
edumed/settings.d/30-apps.py [new file with mode: 0644]
edumed/settings.d/30-locale.py [new file with mode: 0644]
edumed/settings.d/40-auth.py [new file with mode: 0644]
edumed/settings.d/40-context.py [new file with mode: 0644]
edumed/settings.d/40-logging.py [new file with mode: 0644]
edumed/settings.d/40-middleware.py [new file with mode: 0644]
edumed/settings.d/50-contrib.py [new file with mode: 0644]
edumed/settings.d/50-static.py [new file with mode: 0644]
edumed/settings.d/60-custom.py [new file with mode: 0644]
edumed/settings.py [new file with mode: 0644]
edumed/static/css/base.css [new file with mode: 0644]
edumed/static/css/base.scss [new file with mode: 0644]
edumed/static/css/main.css [new file with mode: 0644]
edumed/static/css/main.scss [new file with mode: 0755]
edumed/static/css/promobox.css [new file with mode: 0644]
edumed/static/css/promobox.scss [new file with mode: 0755]
edumed/static/img/header-bar.png [new file with mode: 0644]
edumed/static/img/icons/activity.png [new file with mode: 0644]
edumed/static/img/icons/announce.png [new file with mode: 0644]
edumed/static/img/icons/knowledge.png [new file with mode: 0644]
edumed/static/img/icons/lesson-plan.png [new file with mode: 0644]
edumed/static/img/icons/reference.png [new file with mode: 0644]
edumed/static/img/icons/reference_active.png [new file with mode: 0644]
edumed/static/img/logo.png [new file with mode: 0644]
edumed/static/img/logo_fnp.png [new file with mode: 0644]
edumed/static/img/logosy/mkidn.png [new file with mode: 0644]
edumed/static/img/logosy/nina.png [new file with mode: 0644]
edumed/static/img/menu/katalog.png [new file with mode: 0644]
edumed/static/img/menu/katalog_active.png [new file with mode: 0644]
edumed/static/img/menu/kontakt.png [new file with mode: 0644]
edumed/static/img/menu/kontakt_active.png [new file with mode: 0644]
edumed/static/img/menu/lekcje.png [new file with mode: 0644]
edumed/static/img/menu/lekcje_active.png [new file with mode: 0644]
edumed/static/img/menu/o-nas.png [new file with mode: 0644]
edumed/static/img/menu/o-nas_active.png [new file with mode: 0644]
edumed/static/img/menu/szkolenia.png [new file with mode: 0644]
edumed/static/img/menu/szkolenia_active.png [new file with mode: 0644]
edumed/static/img/menu/wesprzyj.png [new file with mode: 0644]
edumed/static/img/menu/wesprzyj_active.png [new file with mode: 0644]
edumed/static/img/menu/wspolpraca.png [new file with mode: 0644]
edumed/static/img/menu/wspolpraca_active.png [new file with mode: 0644]
edumed/static/test.jpg [new file with mode: 0644]
edumed/static/tlo.png [new file with mode: 0644]
edumed/templates/404.html [new file with mode: 0644]
edumed/templates/500.html [new file with mode: 0644]
edumed/templates/base.html [new file with mode: 0644]
edumed/templates/flatpages/default.html [new file with mode: 0755]
edumed/templates/home.html [new file with mode: 0755]
edumed/urls.py [new file with mode: 0644]
edumed/views.py [new file with mode: 0755]
edumed/wsgi.py [new file with mode: 0644]
fabfile.py [new file with mode: 0644]
manage.py [new file with mode: 0755]
requirements-dev.txt [new file with mode: 0644]
requirements.txt [new file with mode: 0644]