LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
django_tellme.egg-info/PKG-INFO
django_tellme.egg-info/SOURCES.txt
django_tellme.egg-info/dependency_links.txt
django_tellme.egg-info/top_level.txt
tellme/__init__.py
tellme/admin.py
tellme/forms.py
tellme/mail.py
tellme/models.py
tellme/urls.py
tellme/views.py
tellme/locale/en/LC_MESSAGES/django.mo
tellme/locale/en/LC_MESSAGES/django.po
tellme/locale/fr/LC_MESSAGES/django.mo
tellme/locale/fr/LC_MESSAGES/django.po
tellme/locale/ja/LC_MESSAGES/django.mo
tellme/locale/ja/LC_MESSAGES/django.po
tellme/locale/pt_BR/LC_MESSAGES/django.mo
tellme/locale/pt_BR/LC_MESSAGES/django.po
tellme/migrations/0001_initial.py
tellme/migrations/0002_auto_20160411_2232.py
tellme/migrations/0003_feedback_email.py
tellme/migrations/0004_auto.py
tellme/migrations/__init__.py
tellme/static/tellme/vendor/es6-promise/es6-promise.auto.js
tellme/static/tellme/vendor/feedback/feedback.css
tellme/static/tellme/vendor/feedback/feedback.js
tellme/static/tellme/vendor/feedback/icons.png
tellme/static/tellme/vendor/html2canvas/html2canvas.js
tellme/static/tellme/vendor/html2canvas/html2canvas.min.js
tellme/static/tellme/vendor/jquery/jquery-3.5.1.js
tellme/templates/tellme/css_inc.html
tellme/templates/tellme/initButtonText.txt
tellme/templates/tellme/js_inc.html
tellme/templates/tellme/tpl-button.html
tellme/templates/tellme/tpl-description.html
tellme/templates/tellme/tpl-highlighter.html
tellme/templates/tellme/tpl-overview.html
tellme/templates/tellme/tpl-submit-error.html
tellme/templates/tellme/tpl-submit-success.html
tellme/tests/__init__.py
tellme/tests/factories.py
tellme/tests/test_admin.py
tellme/tests/test_models.py
tellme/tests/test_views.py
tellme/tests/testproject/__init__.py
tellme/tests/testproject/models.py
tellme/tests/testproject/settings.py
tellme/tests/testproject/urls.py
tellme/tests/testproject/wsgi.py