LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
django_survey_axsapronov.egg-info/PKG-INFO
django_survey_axsapronov.egg-info/SOURCES.txt
django_survey_axsapronov.egg-info/dependency_links.txt
django_survey_axsapronov.egg-info/requires.txt
django_survey_axsapronov.egg-info/top_level.txt
survey/__init__.py
survey/actions.py
survey/admin.py
survey/apps.py
survey/decorators.py
survey/forms.py
survey/runtests.py
survey/settings.py
survey/signals.py
survey/urls.py
survey/widgets.py
survey/exporter/__init__.py
survey/exporter/survey2x.py
survey/exporter/csv/__init__.py
survey/exporter/csv/survey2csv.py
survey/exporter/tex/__init__.py
survey/exporter/tex/configuration.py
survey/exporter/tex/configuration_builder.py
survey/exporter/tex/latex_file.py
survey/exporter/tex/question2tex.py
survey/exporter/tex/question2tex_chart.py
survey/exporter/tex/question2tex_raw.py
survey/exporter/tex/question2tex_sankey.py
survey/exporter/tex/survey2tex.py
survey/locale/de/LC_MESSAGES/django.po
survey/locale/es/LC_MESSAGES/django.po
survey/locale/fr/LC_MESSAGES/django.po
survey/locale/gr/LC_MESSAGES/django.po
survey/locale/id/LC_MESSAGES/django.po
survey/locale/ja/LC_MESSAGES/django.po
survey/locale/nl/LC_MESSAGES/django.po
survey/locale/pl/LC_MESSAGES/django.po
survey/locale/pt/LC_MESSAGES/django.po
survey/locale/ru/LC_MESSAGES/django.po
survey/locale/tr/LC_MESSAGES/django.po
survey/locale/zh/LC_MESSAGES/django.po
survey/management/__init__.py
survey/management/survey_command.py
survey/management/commands/__init__.py
survey/management/commands/exportresult.py
survey/management/commands/generatetexconf.py
survey/migrations/0001_initial.py
survey/migrations/0002_survey_template.py
survey/migrations/0003_auto_20170320_0337.py
survey/migrations/0004_polymorphic_answers_to_kiss.py
survey/migrations/0005_rename_question_related_name.py
survey/migrations/0006_add_related_name_for_categories.py
survey/migrations/0007_auto_20180217_1515.py
survey/migrations/0008_translated_name_for_models.py
survey/migrations/0009_auto_20181211_1908.py
survey/migrations/0010_survey_editable_answers.py
survey/migrations/0011_survey_publish_duration.py
survey/migrations/0012_add_display_by_category.py
survey/migrations/0013_auto_20200609_0748.py
survey/migrations/0014_survey_redirect_url.py
survey/migrations/0015_survey_allow_multiple_responses.py
survey/migrations/0016_question_correct_answer.py
survey/migrations/__init__.py
survey/models/__init__.py
survey/models/answer.py
survey/models/category.py
survey/models/question.py
survey/models/response.py
survey/models/survey.py
survey/static/survey/fonts/glyphicons-halflings-regular.svg
survey/static/survey/js/bootstrap.min.js
survey/static/survey/js/custom.js
survey/static/survey/js/flatpickr.min.js
survey/static/survey/js/jquery-ui.min.js
survey/static/survey/js/jquery.min.js
survey/templates/survey/base.html
survey/templates/survey/completed.html
survey/templates/survey/confirm.html
survey/templates/survey/question.html
survey/templates/survey/survey_detail.html
survey/templates/survey/survey_detail_one_page.html
survey/templates/survey/survey_list.html
survey/templates/survey/user_responses.html
survey/templates/survey/forms/image_select.html
survey/templatetags/__init__.py
survey/templatetags/survey_extras.py
survey/tests/__init__.py
survey/tests/base_test.py
survey/tests/test_default_settings.py
survey/tests/test_survey_auth_required.py
survey/tests/admin/__init__.py
survey/tests/admin/test_question.py
survey/tests/exporter/__init__.py
survey/tests/exporter/test_survey2x.py
survey/tests/exporter/csv/__init__.py
survey/tests/exporter/csv/test_issue70.py
survey/tests/exporter/csv/test_survey2csv.py
survey/tests/exporter/tex/__init__.py
survey/tests/exporter/tex/custom_question2tex_child.py
survey/tests/exporter/tex/test_configuration.py
survey/tests/exporter/tex/test_configuration_builder.py
survey/tests/exporter/tex/test_question2tex.py
survey/tests/exporter/tex/test_question2tex_chart.py
survey/tests/exporter/tex/test_question2tex_raw.py
survey/tests/exporter/tex/test_question2tex_sankey.py
survey/tests/exporter/tex/test_survey2tex.py
survey/tests/locale/__init__.py
survey/tests/locale/test_locale_normalization.py
survey/tests/management/__init__.py
survey/tests/management/test_management.py
survey/tests/management/commands/__init__.py
survey/tests/management/commands/test_exportresult.py
survey/tests/management/commands/test_generatetexconf.py
survey/tests/management/commands/test_survey_command.py
survey/tests/models/__init__.py
survey/tests/models/base_model_test.py
survey/tests/models/test_answer.py
survey/tests/models/test_category.py
survey/tests/models/test_question.py
survey/tests/models/test_response.py
survey/tests/models/test_survey.py
survey/tests/views/__init__.py
survey/tests/views/test_confirm_view.py
survey/tests/views/test_survey_category.py
survey/tests/views/test_survey_detail.py
survey/tests/views/test_survey_result.py
survey/views/__init__.py
survey/views/confirm_view.py
survey/views/response_detail.py
survey/views/survey_completed.py
survey/views/survey_detail.py
survey/views/survey_list.py
survey/views/survey_result.py
survey/views/user_responses.py