LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
djangorest_routes/__init__.py
djangorest_routes/asgi.py
djangorest_routes/urls.py
djangorest_routes/wsgi.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
djangorest_routes/config/__init__.py
djangorest_routes/config/base.py
djangorest_routes/config/local.py
djangorest_routes/config/production.py
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/permissions.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/0002_user_is_staff_alter_user_is_superuser.py
rest_routes/migrations/0003_alter_user_options.py
rest_routes/migrations/0004_alter_user_phone_number.py
rest_routes/migrations/0005_alter_user_firstname_alter_user_lastname_and_more.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