initial commit
authorJan Szejko <janek37@gmail.com>
Mon, 3 Apr 2017 12:56:07 +0000 (14:56 +0200)
committerJan Szejko <janek37@gmail.com>
Mon, 3 Apr 2017 12:56:07 +0000 (14:56 +0200)
commitddb360c748c61bd17f214588976423a1871efb7f
tree9e8c2544975497b1ee752b91ee0c74fe0b14dd73
initial commit
192 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NOTICE [new file with mode: 0644]
chunks/__init__.py [new file with mode: 0644]
chunks/admin.py [new file with mode: 0644]
chunks/locale/de/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/de/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/en/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/en/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/es/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/es/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/fr/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/fr/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/it/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/it/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/jp/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/jp/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/lt/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/lt/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/ru/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/uk/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/models.py [new file with mode: 0644]
chunks/templatetags/__init__.py [new file with mode: 0644]
chunks/templatetags/chunks.py [new file with mode: 0644]
emels/__init__.py [new file with mode: 0644]
emels/settings/__init__.py [new file with mode: 0644]
emels/settings/apps.py [new file with mode: 0644]
emels/settings/auth.py [new file with mode: 0644]
emels/settings/basic.py [new file with mode: 0644]
emels/settings/cache.py [new file with mode: 0644]
emels/settings/contrib.py [new file with mode: 0644]
emels/settings/custom.py [new file with mode: 0644]
emels/settings/locale.py [new file with mode: 0644]
emels/settings/logging.py [new file with mode: 0644]
emels/settings/middleware.py [new file with mode: 0644]
emels/settings/paths.py [new file with mode: 0644]
emels/settings/search.py [new file with mode: 0644]
emels/settings/static.py [new file with mode: 0644]
emels/static/admin/css/base.css [new file with mode: 0644]
emels/static/admin/css/changelists.css [new file with mode: 0644]
emels/static/admin/css/dashboard.css [new file with mode: 0644]
emels/static/admin/css/fonts.css [new file with mode: 0644]
emels/static/admin/css/forms.css [new file with mode: 0644]
emels/static/admin/css/login.css [new file with mode: 0644]
emels/static/admin/css/rtl.css [new file with mode: 0644]
emels/static/admin/css/widgets.css [new file with mode: 0644]
emels/static/admin/fonts/LICENSE.txt [new file with mode: 0644]
emels/static/admin/fonts/README.txt [new file with mode: 0644]
emels/static/admin/fonts/Roboto-Bold-webfont.woff [new file with mode: 0644]
emels/static/admin/fonts/Roboto-Light-webfont.woff [new file with mode: 0644]
emels/static/admin/fonts/Roboto-Regular-webfont.woff [new file with mode: 0644]
emels/static/admin/img/LICENSE [new file with mode: 0644]
emels/static/admin/img/README.txt [new file with mode: 0644]
emels/static/admin/img/calendar-icons.svg [new file with mode: 0644]
emels/static/admin/img/gis/move_vertex_off.svg [new file with mode: 0644]
emels/static/admin/img/gis/move_vertex_on.svg [new file with mode: 0644]
emels/static/admin/img/icon-addlink.svg [new file with mode: 0644]
emels/static/admin/img/icon-alert.svg [new file with mode: 0644]
emels/static/admin/img/icon-calendar.svg [new file with mode: 0644]
emels/static/admin/img/icon-changelink.svg [new file with mode: 0644]
emels/static/admin/img/icon-clock.svg [new file with mode: 0644]
emels/static/admin/img/icon-deletelink.svg [new file with mode: 0644]
emels/static/admin/img/icon-no.svg [new file with mode: 0644]
emels/static/admin/img/icon-unknown-alt.svg [new file with mode: 0644]
emels/static/admin/img/icon-unknown.svg [new file with mode: 0644]
emels/static/admin/img/icon-yes.svg [new file with mode: 0644]
emels/static/admin/img/inline-delete.svg [new file with mode: 0644]
emels/static/admin/img/search.svg [new file with mode: 0644]
emels/static/admin/img/selector-icons.svg [new file with mode: 0644]
emels/static/admin/img/sorting-icons.svg [new file with mode: 0644]
emels/static/admin/img/tooltag-add.svg [new file with mode: 0644]
emels/static/admin/img/tooltag-arrowright.svg [new file with mode: 0644]
emels/static/admin/js/SelectBox.js [new file with mode: 0644]
emels/static/admin/js/SelectFilter2.js [new file with mode: 0644]
emels/static/admin/js/actions.js [new file with mode: 0644]
emels/static/admin/js/actions.min.js [new file with mode: 0644]
emels/static/admin/js/admin/DateTimeShortcuts.js [new file with mode: 0644]
emels/static/admin/js/admin/RelatedObjectLookups.js [new file with mode: 0644]
emels/static/admin/js/calendar.js [new file with mode: 0644]
emels/static/admin/js/cancel.js [new file with mode: 0644]
emels/static/admin/js/change_form.js [new file with mode: 0644]
emels/static/admin/js/collapse.js [new file with mode: 0644]
emels/static/admin/js/collapse.min.js [new file with mode: 0644]
emels/static/admin/js/core.js [new file with mode: 0644]
emels/static/admin/js/inlines.js [new file with mode: 0644]
emels/static/admin/js/inlines.min.js [new file with mode: 0644]
emels/static/admin/js/jquery.init.js [new file with mode: 0644]
emels/static/admin/js/popup_response.js [new file with mode: 0644]
emels/static/admin/js/prepopulate.js [new file with mode: 0644]
emels/static/admin/js/prepopulate.min.js [new file with mode: 0644]
emels/static/admin/js/prepopulate_init.js [new file with mode: 0644]
emels/static/admin/js/timeparse.js [new file with mode: 0644]
emels/static/admin/js/urlify.js [new file with mode: 0644]
emels/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt [new file with mode: 0644]
emels/static/admin/js/vendor/jquery/jquery.js [new file with mode: 0644]
emels/static/admin/js/vendor/jquery/jquery.min.js [new file with mode: 0644]
emels/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt [new file with mode: 0644]
emels/static/admin/js/vendor/xregexp/xregexp.js [new file with mode: 0644]
emels/static/admin/js/vendor/xregexp/xregexp.min.js [new file with mode: 0644]
emels/static/css/_mixins.scss [new file with mode: 0644]
emels/static/css/_vars.scss [new file with mode: 0644]
emels/static/css/base.css [new file with mode: 0644]
emels/static/css/base.scss [new file with mode: 0644]
emels/static/css/main.css [new file with mode: 0644]
emels/static/css/main.scss [new file with mode: 0755]
emels/static/css/promobox.css [new file with mode: 0644]
emels/static/css/promobox.scss [new file with mode: 0755]
emels/static/django_extensions/css/jquery.autocomplete.css [new file with mode: 0644]
emels/static/django_extensions/img/indicator.gif [new file with mode: 0644]
emels/static/django_extensions/js/jquery.ajaxQueue.js [new file with mode: 0644]
emels/static/django_extensions/js/jquery.autocomplete.js [new file with mode: 0644]
emels/static/django_extensions/js/jquery.bgiframe.js [new file with mode: 0644]
emels/static/fnpdjango/annoy/annoy.css [new file with mode: 0644]
emels/static/fnpdjango/annoy/annoy.js [new file with mode: 0644]
emels/static/fnpdjango/annoy/procent.png [new file with mode: 0644]
emels/static/img/favicon.png [new file with mode: 0644]
emels/static/img/header-bar.png [new file with mode: 0644]
emels/static/img/icons/activity-kind.png [new file with mode: 0644]
emels/static/img/icons/activity-time.png [new file with mode: 0644]
emels/static/img/icons/activity-tools.png [new file with mode: 0644]
emels/static/img/icons/activity_dark.png [new file with mode: 0644]
emels/static/img/icons/activity_orange.png [new file with mode: 0644]
emels/static/img/icons/activity_white.png [new file with mode: 0644]
emels/static/img/icons/announce_dark.png [new file with mode: 0644]
emels/static/img/icons/announce_orange.png [new file with mode: 0644]
emels/static/img/icons/announce_white.png [new file with mode: 0644]
emels/static/img/icons/internet_black.png [new file with mode: 0644]
emels/static/img/icons/knowledge_dark.png [new file with mode: 0644]
emels/static/img/icons/knowledge_orange.png [new file with mode: 0644]
emels/static/img/icons/knowledge_white.png [new file with mode: 0644]
emels/static/img/icons/lesson-plan_dark.png [new file with mode: 0644]
emels/static/img/icons/lesson-plan_orange.png [new file with mode: 0644]
emels/static/img/icons/lesson-plan_white.png [new file with mode: 0644]
emels/static/img/icons/nointernet_black.png [new file with mode: 0644]
emels/static/img/icons/reference_dark.png [new file with mode: 0644]
emels/static/img/icons/reference_orange.png [new file with mode: 0644]
emels/static/img/icons/reference_white.png [new file with mode: 0644]
emels/static/img/icons/time_dark.png [new file with mode: 0644]
emels/static/img/icons/time_orange.png [new file with mode: 0644]
emels/static/img/icons/time_white.png [new file with mode: 0644]
emels/static/img/logo_fnp.png [new file with mode: 0644]
emels/static/img/logo_fnp_white.png [new file with mode: 0644]
emels/static/img/menu/katalog.png [new file with mode: 0644]
emels/static/img/menu/katalog_active.png [new file with mode: 0644]
emels/static/img/menu/kontakt.png [new file with mode: 0644]
emels/static/img/menu/kontakt_active.png [new file with mode: 0644]
emels/static/img/menu/lekcje.png [new file with mode: 0644]
emels/static/img/menu/lekcje_active.png [new file with mode: 0644]
emels/static/img/menu/o-nas.png [new file with mode: 0644]
emels/static/img/menu/o-nas_active.png [new file with mode: 0644]
emels/static/img/menu/szkolenia.png [new file with mode: 0644]
emels/static/img/menu/szkolenia_active.png [new file with mode: 0644]
emels/static/img/menu/wesprzyj.png [new file with mode: 0644]
emels/static/img/menu/wesprzyj_active.png [new file with mode: 0644]
emels/static/img/menu/wspolpraca.png [new file with mode: 0644]
emels/static/img/menu/wspolpraca_active.png [new file with mode: 0644]
emels/static/jquery/colorbox/colorbox.css [new file with mode: 0644]
emels/static/jquery/colorbox/images/border.png [new file with mode: 0644]
emels/static/jquery/colorbox/images/controls.png [new file with mode: 0644]
emels/static/jquery/colorbox/images/ie6/borderBottomCenter.png [new file with mode: 0644]
emels/static/jquery/colorbox/images/ie6/borderBottomLeft.png [new file with mode: 0644]
emels/static/jquery/colorbox/images/ie6/borderBottomRight.png [new file with mode: 0644]
emels/static/jquery/colorbox/images/ie6/borderMiddleLeft.png [new file with mode: 0644]
emels/static/jquery/colorbox/images/ie6/borderMiddleRight.png [new file with mode: 0644]
emels/static/jquery/colorbox/images/ie6/borderTopCenter.png [new file with mode: 0644]
emels/static/jquery/colorbox/images/ie6/borderTopLeft.png [new file with mode: 0644]
emels/static/jquery/colorbox/images/ie6/borderTopRight.png [new file with mode: 0644]
emels/static/jquery/colorbox/images/loading.gif [new file with mode: 0644]
emels/static/jquery/colorbox/images/loading_background.png [new file with mode: 0644]
emels/static/jquery/colorbox/images/overlay.png [new file with mode: 0644]
emels/static/jquery/colorbox/jquery.colorbox-min.js [new file with mode: 0644]
emels/static/jquery/colorbox/jquery.colorbox-pl.js [new file with mode: 0644]
emels/static/js/formset.js [new file with mode: 0755]
emels/templates/404.html [new file with mode: 0644]
emels/templates/500.html [new file with mode: 0644]
emels/templates/annoy.html [new file with mode: 0755]
emels/templates/base.html [new file with mode: 0644]
emels/templates/base_super.html [new file with mode: 0644]
emels/templates/flatpages/default.html [new file with mode: 0755]
emels/templates/home.html [new file with mode: 0755]
emels/urls.py [new file with mode: 0644]
emels/utils.py [new file with mode: 0644]
emels/views.py [new file with mode: 0644]
emels/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]