.gitignore
LICENSE.txt
MANIFEST.in
Makefile
README.md
changelog
manage.py
requirements.txt
setup.cfg
setup.py
djaodjin_survey.egg-info/PKG-INFO
djaodjin_survey.egg-info/SOURCES.txt
djaodjin_survey.egg-info/dependency_links.txt
djaodjin_survey.egg-info/top_level.txt
docs/conf.py
docs/encoding.rst
docs/index.rst
survey/__init__.py
survey/admin.py
survey/compat.py
survey/docs.py
survey/filters.py
survey/forms.py
survey/helpers.py
survey/mixins.py
survey/models.py
survey/pagination.py
survey/queries.py
survey/settings.py
survey/signals.py
survey/utils.py
survey/api/__init__.py
survey/api/campaigns.py
survey/api/matrix.py
survey/api/metrics.py
survey/api/portfolios.py
survey/api/sample.py
survey/api/serializers.py
survey/api/serializers_overrides.py
survey/api/units.py
survey/static/css/matrix-chart.css
survey/static/js/djaodjin-categorize.js
survey/static/js/djaodjin-matrix.js
survey/static/js/djaodjin-resources-vue.js
survey/static/js/djaodjin-set.js
survey/static/js/djaodjin-survey-vue.js
survey/static/js/djaodjin-survey.js
survey/static/js/matrix-chart.js
survey/templates/survey/answer_form.html
survey/templates/survey/campaign_form.html
survey/templates/survey/categorize.html
survey/templates/survey/portfolios.html
survey/templates/survey/question_form.html
survey/templates/survey/question_list.html
survey/templates/survey/respondent_list.html
survey/templates/survey/result.html
survey/templates/survey/result_quizz.html
survey/templates/survey/sample_create.html
survey/templates/survey/sample_update.html
survey/templates/survey/send.html
survey/templates/survey/campaigns/index.html
survey/templates/survey/matrix/compare.html
survey/templates/survey/matrix/index.html
survey/templates/survey/matrix/matrix.html
survey/templatetags/__init__.py
survey/templatetags/survey_tags.py
survey/urls/__init__.py
survey/urls/api/__init__.py
survey/urls/api/campaigns.py
survey/urls/api/filters.py
survey/urls/api/matrix.py
survey/urls/api/metrics.py
survey/urls/api/noauth.py
survey/urls/api/portfolios.py
survey/urls/api/sample/__init__.py
survey/urls/api/sample/reset.py
survey/urls/api/sample/update.py
survey/urls/views/__init__.py
survey/urls/views/campaigns.py
survey/urls/views/matrices.py
survey/urls/views/portfolios.py
survey/urls/views/samples.py
survey/views/__init__.py
survey/views/campaigns.py
survey/views/createquestion.py
survey/views/edit.py
survey/views/matrix.py
survey/views/portfolios.py
survey/views/sample.py
testsite/__init__.py
testsite/authentication.py
testsite/models.py
testsite/package.json
testsite/requirements-legacy.txt
testsite/requirements.txt
testsite/settings.py
testsite/urls.py
testsite/wsgi.py
testsite/api/__init__.py
testsite/api/accounts.py
testsite/api/auth.py
testsite/etc/credentials
testsite/etc/gunicorn.conf
testsite/fixtures/default-db.json
testsite/fixtures/testquestions.json
testsite/static/vendor/bootstrap.js
testsite/static/vendor/d3.js
testsite/static/vendor/jquery.js
testsite/static/vendor/nv.d3.js
testsite/static/vendor/vue-resource.js
testsite/static/vendor/vue-typeahead.common.js
testsite/static/vendor/vue.js
testsite/static/vendor/css/bootstrap-colorpicker.css
testsite/static/vendor/css/bootstrap-colorpicker.css.map
testsite/static/vendor/css/bootstrap-theme.css
testsite/static/vendor/css/bootstrap.css
testsite/static/vendor/css/bootstrap.css.map
testsite/static/vendor/css/nv.d3.css
testsite/templates/base.html
testsite/templates/index.html
testsite/templates/registration/login.html
testsite/templatetags/__init__.py
testsite/templatetags/testsite_tags.py