LICENSE
README.md
pyproject.toml
setup.cfg
django_twilio_2fa/__init__.py
django_twilio_2fa/apps.py
django_twilio_2fa/dispatch.py
django_twilio_2fa/forms.py
django_twilio_2fa/urls.py
django_twilio_2fa/utils.py
django_twilio_2fa/views.py
django_twilio_2fa.egg-info/PKG-INFO
django_twilio_2fa.egg-info/SOURCES.txt
django_twilio_2fa.egg-info/dependency_links.txt
django_twilio_2fa.egg-info/requires.txt
django_twilio_2fa.egg-info/top_level.txt
django_twilio_2fa/templates/twilio_2fa/_base.html
django_twilio_2fa/templates/twilio_2fa/_form_errors.html
django_twilio_2fa/templates/twilio_2fa/_messages.html
django_twilio_2fa/templates/twilio_2fa/change.html
django_twilio_2fa/templates/twilio_2fa/failed.html
django_twilio_2fa/templates/twilio_2fa/register.html
django_twilio_2fa/templates/twilio_2fa/registration_form.html
django_twilio_2fa/templates/twilio_2fa/start.html
django_twilio_2fa/templates/twilio_2fa/success.html
django_twilio_2fa/templates/twilio_2fa/verify.html
test_app/__init__.py
test_app/manage.py
test_app/middleware.py
test_app/settings.py
test_app/urls.py
test_app/wsgi.py
test_app/users/__init__.py
test_app/users/admin.py
test_app/users/apps.py
test_app/users/models.py
test_app/users/signals.py
test_app/users/tests.py
test_app/users/views.py
test_app/users/migrations/0001_initial.py
test_app/users/migrations/0002_userprofile_last_2fa_attempt.py
test_app/users/migrations/0003_userprofile_timeout_for_2fa.py
test_app/users/migrations/0004_userprofile_phone_carrier_type.py
test_app/users/migrations/__init__.py