LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
djangorest_routes.egg-info/PKG-INFO
djangorest_routes.egg-info/SOURCES.txt
djangorest_routes.egg-info/dependency_links.txt
djangorest_routes.egg-info/requires.txt
djangorest_routes.egg-info/top_level.txt
rest_routes/__init__.py
rest_routes/admin.py
rest_routes/apps.py
rest_routes/managers.py
rest_routes/models.py
rest_routes/otp_verifications.py
rest_routes/serializers.py
rest_routes/urls.py
rest_routes/utils.py
rest_routes/views.py
rest_routes/migrations/0001_initial.py
rest_routes/migrations/__init__.py
rest_routes/templates/emails/base.html
rest_routes/templates/emails/authentication/otp_verify.html
rest_routes/templates/emails/authentication/password_reset_otp.html
rest_routes/templates/emails/authentication/user_reset_password.html
rest_routes/templates/emails/authentication/user_reset_password.txt
rest_routes/templates/emails/users/welcome.html
rest_routes/tests/__init__.py
rest_routes/tests/test_managers.py
rest_routes/tests/test_models.py
rest_routes/tests/test_views.py