Dockerfile
MANIFEST.in
README.docker.md
byro.docker.cfg
byro.example.cfg
docker-compose.yml
install_local_plugins.sh
setup.cfg
setup.py
byro/__init__.py
byro/__main__.py
byro/celery_app.py
byro/settings.py
byro/urls.py
byro/wsgi.py
byro.egg-info/PKG-INFO
byro.egg-info/SOURCES.txt
byro.egg-info/dependency_links.txt
byro.egg-info/not-zip-safe
byro.egg-info/requires.txt
byro.egg-info/top_level.txt
byro/bookkeeping/__init__.py
byro/bookkeeping/apps.py
byro/bookkeeping/forms.py
byro/bookkeeping/signals.py
byro/bookkeeping/special_accounts.py
byro/bookkeeping/migrations/0001_initial.py
byro/bookkeeping/migrations/0002_auto_20170812_1109.py
byro/bookkeeping/migrations/0003_auto_20170812_1237.py
byro/bookkeeping/migrations/0004_auto_20170919_1832.py
byro/bookkeeping/migrations/0005_auto_20170919_1832.py
byro/bookkeeping/migrations/0006_remove_account_member.py
byro/bookkeeping/migrations/0007_auto_20171206_1919.py
byro/bookkeeping/migrations/0008_auto_20180111_1807.py
byro/bookkeeping/migrations/0009_realtransactionsource_state.py
byro/bookkeeping/migrations/0010_auto_20180113_1500.py
byro/bookkeeping/migrations/0011_auto_20180303_1745.py
byro/bookkeeping/migrations/0012_auto_20180617_1926.py
byro/bookkeeping/migrations/0013_new_data_model.py
byro/bookkeeping/migrations/0014_auto_20180707_1410.py
byro/bookkeeping/migrations/0015_auto_20180707_1522.py
byro/bookkeeping/migrations/0016_auto_20181013_1611.py
byro/bookkeeping/migrations/0017_auto_20200818_2002.py
byro/bookkeeping/migrations/__init__.py
byro/bookkeeping/models/__init__.py
byro/bookkeeping/models/account.py
byro/bookkeeping/models/real_transaction.py
byro/bookkeeping/models/transaction.py
byro/common/apps.py
byro/common/console.py
byro/common/context_processors.py
byro/common/middleware.py
byro/common/signals.py
byro/common/urls.py
byro/common/utils.py
byro/common/views.py
byro/common/formats/__init__.py
byro/common/formats/en/__init__.py
byro/common/formats/en/formats.py
byro/common/forms/__init__.py
byro/common/forms/configuration.py
byro/common/forms/registration.py
byro/common/management/__init__.py
byro/common/management/commands/__init__.py
byro/common/management/commands/export_logchain.py
byro/common/management/commands/make_testdata.py
byro/common/management/commands/runperiodic.py
byro/common/migrations/0001_initial.py
byro/common/migrations/0002_configuration_mail_from.py
byro/common/migrations/0003_auto_20171013_1436.py
byro/common/migrations/0004_auto_20180111_1807.py
byro/common/migrations/0005_configuration_liability_interval.py
byro/common/migrations/0006_auto_20180224_2114.py
byro/common/migrations/0007_auto_20180224_2114.py
byro/common/migrations/0008_configuration_backoffice_mail.py
byro/common/migrations/0009_mail_templates.py
byro/common/migrations/0010_auto_20180929_1052.py
byro/common/migrations/0011_configuration_record_disclosure_template.py
byro/common/migrations/0011_logentry.py
byro/common/migrations/0012_auto_20180929_1317.py
byro/common/migrations/0013_logentry_logchain.py
byro/common/migrations/0014_auto_20190226_1117.py
byro/common/migrations/0015_auto_20200421_2336.py
byro/common/migrations/0016_configuration_accounting_start.py
byro/common/migrations/0017_auto_20200818_2002.py
byro/common/migrations/0018_auto_20200820_2018.py
byro/common/migrations/0019_auto_20211208_2021.py
byro/common/migrations/__init__.py
byro/common/models/__init__.py
byro/common/models/auditable.py
byro/common/models/choices.py
byro/common/models/configuration.py
byro/common/models/log.py
byro/common/settings/config.py
byro/common/settings/test_settings.py
byro/common/settings/utils.py
byro/common/templates/common/log.html
byro/common/templates/common/log_data.html
byro/common/templates/common/log_data_changes.html
byro/common/templates/common/auth/login.html
byro/common/templates/common/log/info.html
byro/common/templates/common/log_entry/base.html
byro/common/templates/log_entry/byro.common.login.success.html
byro/common/templates/log_entry/snippet_user.html
byro/common/templatetags/__init__.py
byro/common/templatetags/extract_property.py
byro/common/templatetags/format_with_currency.py
byro/common/templatetags/log_entry.py
byro/common/templatetags/qrcode_inline.py
byro/common/templatetags/url_replace.py
byro/documents/__init__.py
byro/documents/apps.py
byro/documents/models.py
byro/documents/migrations/0001_initial.py
byro/documents/migrations/0002_document_title.py
byro/documents/migrations/0003_auto_20181009_1816.py
byro/documents/migrations/0004_auto_20181013_1611.py
byro/documents/migrations/__init__.py
byro/locale/de/LC_MESSAGES/django.mo
byro/locale/de/LC_MESSAGES/django.po
byro/locale/pt_BR/LC_MESSAGES/django.mo
byro/locale/pt_BR/LC_MESSAGES/django.po
byro/mails/__init__.py
byro/mails/apps.py
byro/mails/default.py
byro/mails/models.py
byro/mails/send.py
byro/mails/migrations/0001_initial.py
byro/mails/migrations/0002_email_attachments.py
byro/mails/migrations/0003_mailtemplate_reply_to.py
byro/mails/migrations/0004_email_template.py
byro/mails/migrations/0005_email_members.py
byro/mails/migrations/0006_auto_20180911_1956.py
byro/mails/migrations/0007_auto_20180929_0915.py
byro/mails/migrations/0008_email_balance.py
byro/mails/migrations/__init__.py
byro/members/__init__.py
byro/members/apps.py
byro/members/forms.py
byro/members/models.py
byro/members/signals.py
byro/members/stats.py
byro/members/timeline.py
byro/members/migrations/0001_initial.py
byro/members/migrations/0002_auto_20171012_1857.py
byro/members/migrations/0003_membership_membershiptype.py
byro/members/migrations/0004_auto_20171013_1436.py
byro/members/migrations/0005_auto_20171206_1919.py
byro/members/migrations/0006_auto_20180113_1849.py
byro/members/migrations/0007_member_membership_type.py
byro/members/migrations/0008_member_member_contact_type.py
byro/members/migrations/0009_auto_20180512_1810.py
byro/members/migrations/0010_memberbalance.py
byro/members/migrations/0011_auto_20200809_1916.py
byro/members/migrations/0012_split_names.py
byro/members/migrations/0013_auto_20200820_2018.py
byro/members/migrations/__init__.py
byro/office/__init__.py
byro/office/apps.py
byro/office/signals.py
byro/office/urls.py
byro/office/templates/log_entry/byro.bookkeeping.transaction.created.html
byro/office/templates/log_entry/byro.bookkeeping.transaction.credit.created.html
byro/office/templates/log_entry/byro.bookkeeping.transaction.debit.created.html
byro/office/templates/log_entry/byro.bookkeeping.transaction.document.created.html
byro/office/templates/log_entry/byro.bookkeeping.transaction.reversed.html
byro/office/templates/log_entry/byro.bookkeeping.transaction.updated.html
byro/office/templates/log_entry/byro.documents.document.deleted.html
byro/office/templates/log_entry/byro.documents.document.stored.html
byro/office/templates/log_entry/byro.members.created.html
byro/office/templates/log_entry/byro.members.document.created.html
byro/office/templates/log_entry/byro.members.membership.ended.html
byro/office/templates/log_entry/byro.members.updated.html
byro/office/templates/log_entry/byro.settings.changed.html
byro/office/templates/log_entry/byro.settings.initial.html
byro/office/templates/log_entry/byro.settings.registration.changed.html
byro/office/templates/log_entry/snippet_member.html
byro/office/templates/log_entry/snippet_transaction.html
byro/office/templates/office/base.html
byro/office/templates/office/base_headline.html
byro/office/templates/office/dashboard.html
byro/office/templates/office/pagination.html
byro/office/templates/office/account/add.html
byro/office/templates/office/account/base.html
byro/office/templates/office/account/detail.html
byro/office/templates/office/account/list.html
byro/office/templates/office/documents/add.html
byro/office/templates/office/documents/detail.html
byro/office/templates/office/documents/snippet_documents_table.html
byro/office/templates/office/documents/snippet_upload_document.html
byro/office/templates/office/mails/base.html
byro/office/templates/office/mails/compose.html
byro/office/templates/office/mails/detail.html
byro/office/templates/office/mails/outbox.html
byro/office/templates/office/mails/sent.html
byro/office/templates/office/mails/sent_mails_part.html
byro/office/templates/office/mails/special_to_part.html
byro/office/templates/office/mails/template_detail.html
byro/office/templates/office/mails/templates.html
byro/office/templates/office/member/add.html
byro/office/templates/office/member/balance.html
byro/office/templates/office/member/base.html
byro/office/templates/office/member/booking_row.html
byro/office/templates/office/member/dashboard.html
byro/office/templates/office/member/data.html
byro/office/templates/office/member/data_disclosure.html
byro/office/templates/office/member/disclosure.html
byro/office/templates/office/member/documents.html
byro/office/templates/office/member/finance.html
byro/office/templates/office/member/finance_table.html
byro/office/templates/office/member/list.html
byro/office/templates/office/member/list_export.html
byro/office/templates/office/member/list_import.html
byro/office/templates/office/member/log.html
byro/office/templates/office/member/mails.html
byro/office/templates/office/member/operations.html
byro/office/templates/office/member/timeline.html
byro/office/templates/office/realtransaction/list.html
byro/office/templates/office/realtransaction/match.html
byro/office/templates/office/settings/about.html
byro/office/templates/office/settings/base.html
byro/office/templates/office/settings/form.html
byro/office/templates/office/settings/initial.html
byro/office/templates/office/settings/log.html
byro/office/templates/office/settings/registration_form.html
byro/office/templates/office/transaction/detail.html
byro/office/templates/office/upload/add.html
byro/office/templates/office/upload/list.html
byro/office/templates/office/user/add.html
byro/office/templates/office/user/detail.html
byro/office/templates/office/user/list.html
byro/office/templatetags/__init__.py
byro/office/templatetags/office_tags.py
byro/office/templatetags/pagination_helper.py
byro/office/views/__init__.py
byro/office/views/accounts.py
byro/office/views/dashboard.py
byro/office/views/documents.py
byro/office/views/mails.py
byro/office/views/members.py
byro/office/views/settings.py
byro/office/views/transactions.py
byro/office/views/upload.py
byro/office/views/users.py
byro/plugins/__init__.py
byro/plugins/profile/__init__.py
byro/plugins/profile/models.py
byro/plugins/profile/migrations/0001_initial.py
byro/plugins/profile/migrations/0002_auto_20171012_1915.py
byro/plugins/profile/migrations/0003_auto_20171012_2032.py
byro/plugins/profile/migrations/0004_auto_20171206_1919.py
byro/plugins/profile/migrations/0005_auto_20180607_2016.py
byro/plugins/profile/migrations/__init__.py
byro/plugins/profile/tests/test_profile_model.py
byro/plugins/sepa/__init__.py
byro/plugins/sepa/models.py
byro/plugins/sepa/signals.py
byro/plugins/sepa/migrations/0001_initial.py
byro/plugins/sepa/migrations/0002_auto_20171013_1436.py
byro/plugins/sepa/migrations/0003_membersepa_mandate_state.py
byro/plugins/sepa/migrations/__init__.py
byro/plugins/sepa/tests/test_sepa_model.py
byro/public/__init__.py
byro/public/apps.py
byro/public/forms.py
byro/public/models.py
byro/public/signals.py
byro/public/urls.py
byro/public/views.py
byro/public/migrations/0001_initial.py
byro/public/migrations/0002_memberpageprofile_publication_consent.py
byro/public/migrations/0003_auto_20200425_0942.py
byro/public/migrations/0004_auto_20200818_2002.py
byro/public/migrations/__init__.py
byro/public/templates/public/.gitkeep
byro/public/templates/public/members/base.html
byro/public/templates/public/members/dashboard.html
byro/public/templates/public/members/memberlist.html
byro/static/office/members.js
byro/static/office/registration.js
byro/static/office/img/byro.svg
byro/static/office/img/byro_128.png
byro/static/office/img/byro_16.png
byro/static/office/img/byro_32.png
byro/static/office/img/byro_512.png
byro/static/office/img/flags/de.png
byro/static/office/img/flags/en.png
byro/static/office/scss/_accounts.scss
byro/static/office/scss/_dashboard.scss
byro/static/office/scss/_forms.scss
byro/static/office/scss/_layout.scss
byro/static/office/scss/_timeline.scss
byro/static/office/scss/_variables.scss
byro/static/office/scss/main.scss
byro/static/public/.gitkeep
byro/static/public/byro_memberpage.css
byro/static/vendored/jquery-3.1.1.js
byro/static/vendored/typeahead.bundle.min.js
byro/static/vendored/typeahead.css
byro/static/vendored/bootstrap-datepicker/css/bootstrap-datepicker3.min.css
byro/static/vendored/bootstrap-datepicker/js/bootstrap-datepicker.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker-en-CA.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.ar-tn.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.ar.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.az.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.bg.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.bn.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.br.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.bs.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.cs.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.cy.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.el.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.en-AU.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.en-GB.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.en-IE.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.en-NZ.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.en-ZA.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.eo.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.es.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.et.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.eu.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.fa.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.fi.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.fo.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.fr-CH.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.fr.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.gl.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.he.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.hi.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.hr.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.hu.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.hy.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.id.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.is.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.it-CH.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.it.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.ja.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.ka.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.kh.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.kk.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.km.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.ko.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.kr.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.lt.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.lv.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.me.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.mk.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.mn.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.ms.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.nb.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.nl-BE.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.nl.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.no.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.oc.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.pl.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.pt-BR.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.pt.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.ro.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.rs-latin.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.rs.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.ru.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.si.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.sk.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.sl.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.sq.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.sr-latin.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.sr.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.sv.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.sw.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.ta.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.tg.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.th.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.tr.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.uk.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.uz-cyrl.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.uz-latn.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.vi.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.min.js
byro/static/vendored/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.min.js
byro/static/vendored/bootstrap/js/bootstrap.min.js
byro/static/vendored/bootstrap/js/bootstrap.min.js.map
byro/static/vendored/bootstrap/scss/_alert.scss
byro/static/vendored/bootstrap/scss/_badge.scss
byro/static/vendored/bootstrap/scss/_breadcrumb.scss
byro/static/vendored/bootstrap/scss/_button-group.scss
byro/static/vendored/bootstrap/scss/_buttons.scss
byro/static/vendored/bootstrap/scss/_card.scss
byro/static/vendored/bootstrap/scss/_carousel.scss
byro/static/vendored/bootstrap/scss/_close.scss
byro/static/vendored/bootstrap/scss/_code.scss
byro/static/vendored/bootstrap/scss/_custom-forms.scss
byro/static/vendored/bootstrap/scss/_dropdown.scss
byro/static/vendored/bootstrap/scss/_forms.scss
byro/static/vendored/bootstrap/scss/_functions.scss
byro/static/vendored/bootstrap/scss/_grid.scss
byro/static/vendored/bootstrap/scss/_images.scss
byro/static/vendored/bootstrap/scss/_input-group.scss
byro/static/vendored/bootstrap/scss/_jumbotron.scss
byro/static/vendored/bootstrap/scss/_list-group.scss
byro/static/vendored/bootstrap/scss/_media.scss
byro/static/vendored/bootstrap/scss/_mixins.scss
byro/static/vendored/bootstrap/scss/_modal.scss
byro/static/vendored/bootstrap/scss/_nav.scss
byro/static/vendored/bootstrap/scss/_navbar.scss
byro/static/vendored/bootstrap/scss/_pagination.scss
byro/static/vendored/bootstrap/scss/_popover.scss
byro/static/vendored/bootstrap/scss/_print.scss
byro/static/vendored/bootstrap/scss/_progress.scss
byro/static/vendored/bootstrap/scss/_reboot.scss
byro/static/vendored/bootstrap/scss/_root.scss
byro/static/vendored/bootstrap/scss/_tables.scss
byro/static/vendored/bootstrap/scss/_tooltip.scss
byro/static/vendored/bootstrap/scss/_transitions.scss
byro/static/vendored/bootstrap/scss/_type.scss
byro/static/vendored/bootstrap/scss/_utilities.scss
byro/static/vendored/bootstrap/scss/_variables.scss
byro/static/vendored/bootstrap/scss/bootstrap-grid.scss
byro/static/vendored/bootstrap/scss/bootstrap-reboot.scss
byro/static/vendored/bootstrap/scss/bootstrap.scss
byro/static/vendored/bootstrap/scss/mixins/_alert.scss
byro/static/vendored/bootstrap/scss/mixins/_background-variant.scss
byro/static/vendored/bootstrap/scss/mixins/_badge.scss
byro/static/vendored/bootstrap/scss/mixins/_border-radius.scss
byro/static/vendored/bootstrap/scss/mixins/_box-shadow.scss
byro/static/vendored/bootstrap/scss/mixins/_breakpoints.scss
byro/static/vendored/bootstrap/scss/mixins/_buttons.scss
byro/static/vendored/bootstrap/scss/mixins/_caret.scss
byro/static/vendored/bootstrap/scss/mixins/_clearfix.scss
byro/static/vendored/bootstrap/scss/mixins/_float.scss
byro/static/vendored/bootstrap/scss/mixins/_forms.scss
byro/static/vendored/bootstrap/scss/mixins/_gradients.scss
byro/static/vendored/bootstrap/scss/mixins/_grid-framework.scss
byro/static/vendored/bootstrap/scss/mixins/_grid.scss
byro/static/vendored/bootstrap/scss/mixins/_hover.scss
byro/static/vendored/bootstrap/scss/mixins/_image.scss
byro/static/vendored/bootstrap/scss/mixins/_list-group.scss
byro/static/vendored/bootstrap/scss/mixins/_lists.scss
byro/static/vendored/bootstrap/scss/mixins/_nav-divider.scss
byro/static/vendored/bootstrap/scss/mixins/_navbar-align.scss
byro/static/vendored/bootstrap/scss/mixins/_pagination.scss
byro/static/vendored/bootstrap/scss/mixins/_reset-text.scss
byro/static/vendored/bootstrap/scss/mixins/_resize.scss
byro/static/vendored/bootstrap/scss/mixins/_screen-reader.scss
byro/static/vendored/bootstrap/scss/mixins/_size.scss
byro/static/vendored/bootstrap/scss/mixins/_table-row.scss
byro/static/vendored/bootstrap/scss/mixins/_text-emphasis.scss
byro/static/vendored/bootstrap/scss/mixins/_text-hide.scss
byro/static/vendored/bootstrap/scss/mixins/_text-truncate.scss
byro/static/vendored/bootstrap/scss/mixins/_transition.scss
byro/static/vendored/bootstrap/scss/mixins/_visibility.scss
byro/static/vendored/bootstrap/scss/utilities/_align.scss
byro/static/vendored/bootstrap/scss/utilities/_background.scss
byro/static/vendored/bootstrap/scss/utilities/_borders.scss
byro/static/vendored/bootstrap/scss/utilities/_clearfix.scss
byro/static/vendored/bootstrap/scss/utilities/_display.scss
byro/static/vendored/bootstrap/scss/utilities/_embed.scss
byro/static/vendored/bootstrap/scss/utilities/_flex.scss
byro/static/vendored/bootstrap/scss/utilities/_float.scss
byro/static/vendored/bootstrap/scss/utilities/_position.scss
byro/static/vendored/bootstrap/scss/utilities/_screenreaders.scss
byro/static/vendored/bootstrap/scss/utilities/_sizing.scss
byro/static/vendored/bootstrap/scss/utilities/_spacing.scss
byro/static/vendored/bootstrap/scss/utilities/_text.scss
byro/static/vendored/bootstrap/scss/utilities/_visibility.scss
byro/static/vendored/fontawesome/fonts/FontAwesome.otf
byro/static/vendored/fontawesome/fonts/fontawesome-webfont.eot
byro/static/vendored/fontawesome/fonts/fontawesome-webfont.svg
byro/static/vendored/fontawesome/fonts/fontawesome-webfont.ttf
byro/static/vendored/fontawesome/fonts/fontawesome-webfont.woff
byro/static/vendored/fontawesome/fonts/fontawesome-webfont.woff2
byro/static/vendored/fontawesome/scss/_animated.scss
byro/static/vendored/fontawesome/scss/_bordered-pulled.scss
byro/static/vendored/fontawesome/scss/_core.scss
byro/static/vendored/fontawesome/scss/_fixed-width.scss
byro/static/vendored/fontawesome/scss/_icons.scss
byro/static/vendored/fontawesome/scss/_larger.scss
byro/static/vendored/fontawesome/scss/_list.scss
byro/static/vendored/fontawesome/scss/_mixins.scss
byro/static/vendored/fontawesome/scss/_path.scss
byro/static/vendored/fontawesome/scss/_rotated-flipped.scss
byro/static/vendored/fontawesome/scss/_screen-reader.scss
byro/static/vendored/fontawesome/scss/_stacked.scss
byro/static/vendored/fontawesome/scss/_variables.scss
byro/static/vendored/fontawesome/scss/font-awesome.scss
byro/static/vendored/jquery-ui/jquery-ui.min.css
byro/static/vendored/jquery-ui/jquery-ui.min.js
byro/static/vendored/jquery-ui/images/ui-icons_444444_256x240.png
byro/static/vendored/jquery-ui/images/ui-icons_555555_256x240.png
byro/static/vendored/jquery-ui/images/ui-icons_777620_256x240.png
byro/static/vendored/jquery-ui/images/ui-icons_777777_256x240.png
byro/static/vendored/jquery-ui/images/ui-icons_cc0000_256x240.png
byro/static/vendored/jquery-ui/images/ui-icons_ffffff_256x240.png
byro/static/vendored/select2/css/select2.min.css
byro/static/vendored/select2/js/select2.full.min.js
byro/static/vendored/select2/js/i18n/af.js
byro/static/vendored/select2/js/i18n/ar.js
byro/static/vendored/select2/js/i18n/az.js
byro/static/vendored/select2/js/i18n/bg.js
byro/static/vendored/select2/js/i18n/bs.js
byro/static/vendored/select2/js/i18n/ca.js
byro/static/vendored/select2/js/i18n/cs.js
byro/static/vendored/select2/js/i18n/da.js
byro/static/vendored/select2/js/i18n/de.js
byro/static/vendored/select2/js/i18n/dsb.js
byro/static/vendored/select2/js/i18n/el.js
byro/static/vendored/select2/js/i18n/en.js
byro/static/vendored/select2/js/i18n/es.js
byro/static/vendored/select2/js/i18n/et.js
byro/static/vendored/select2/js/i18n/eu.js
byro/static/vendored/select2/js/i18n/fa.js
byro/static/vendored/select2/js/i18n/fi.js
byro/static/vendored/select2/js/i18n/fr.js
byro/static/vendored/select2/js/i18n/gl.js
byro/static/vendored/select2/js/i18n/he.js
byro/static/vendored/select2/js/i18n/hi.js
byro/static/vendored/select2/js/i18n/hr.js
byro/static/vendored/select2/js/i18n/hsb.js
byro/static/vendored/select2/js/i18n/hu.js
byro/static/vendored/select2/js/i18n/hy.js
byro/static/vendored/select2/js/i18n/id.js
byro/static/vendored/select2/js/i18n/is.js
byro/static/vendored/select2/js/i18n/it.js
byro/static/vendored/select2/js/i18n/ja.js
byro/static/vendored/select2/js/i18n/km.js
byro/static/vendored/select2/js/i18n/ko.js
byro/static/vendored/select2/js/i18n/lt.js
byro/static/vendored/select2/js/i18n/lv.js
byro/static/vendored/select2/js/i18n/mk.js
byro/static/vendored/select2/js/i18n/ms.js
byro/static/vendored/select2/js/i18n/nb.js
byro/static/vendored/select2/js/i18n/nl.js
byro/static/vendored/select2/js/i18n/pl.js
byro/static/vendored/select2/js/i18n/ps.js
byro/static/vendored/select2/js/i18n/pt-BR.js
byro/static/vendored/select2/js/i18n/pt.js
byro/static/vendored/select2/js/i18n/ro.js
byro/static/vendored/select2/js/i18n/ru.js
byro/static/vendored/select2/js/i18n/sk.js
byro/static/vendored/select2/js/i18n/sl.js
byro/static/vendored/select2/js/i18n/sr-Cyrl.js
byro/static/vendored/select2/js/i18n/sr.js
byro/static/vendored/select2/js/i18n/sv.js
byro/static/vendored/select2/js/i18n/th.js
byro/static/vendored/select2/js/i18n/tr.js
byro/static/vendored/select2/js/i18n/uk.js
byro/static/vendored/select2/js/i18n/vi.js
byro/static/vendored/select2/js/i18n/zh-CN.js
byro/static/vendored/select2/js/i18n/zh-TW.js
byro/static/vendored/tether/tether.min.css
byro/static/vendored/tether/tether.min.js
local/.gitkeep