MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
django_user_auth.egg-info/PKG-INFO
django_user_auth.egg-info/SOURCES.txt
django_user_auth.egg-info/dependency_links.txt
django_user_auth.egg-info/requires.txt
django_user_auth.egg-info/top_level.txt
user_auth/__init__.py
user_auth/admin.py
user_auth/apps.py
user_auth/backends.py
user_auth/forms.py
user_auth/models.py
user_auth/tests.py
user_auth/urls.py
user_auth/views.py
user_auth/migrations/0001_initial.py
user_auth/migrations/0002_myuser_groups_myuser_is_active_myuser_is_staff_and_more.py
user_auth/migrations/0003_alter_myuser_dob.py
user_auth/migrations/0004_myuser_username_alter_myuser_first_name_and_more.py
user_auth/migrations/__init__.py
user_auth/static/css/user_style.css
user_auth/static/js/user_main.js
user_auth/templates/base_form.html
user_auth/templates/login.html
user_auth/templates/my_password_reset_complete.html
user_auth/templates/my_password_reset_confirm.html
user_auth/templates/my_password_reset_done.html
user_auth/templates/my_password_reset_email.html
user_auth/templates/my_password_reset_form.html
user_auth/templates/register.html