LICENSE.md
README.md
setup.py
django_silly_auth/__init__.py
django_silly_auth/config.py
django_silly_auth/exceptions.py
django_silly_auth/forms.py
django_silly_auth/mixins.py
django_silly_auth/serializers.py
django_silly_auth/urls.py
django_silly_auth/utils.py
django_silly_auth/validators.py
django_silly_auth.egg-info/PKG-INFO
django_silly_auth.egg-info/SOURCES.txt
django_silly_auth.egg-info/dependency_links.txt
django_silly_auth.egg-info/requires.txt
django_silly_auth.egg-info/top_level.txt
django_silly_auth/templates/silly_auth/__init__.py
django_silly_auth/templates/silly_auth/_base.html
django_silly_auth/templates/silly_auth/new_email_confirm.html
django_silly_auth/templates/silly_auth/new_email_confirmed_done.html
django_silly_auth/templates/silly_auth/reset_password.html
django_silly_auth/templates/silly_auth/reset_password_done.html
django_silly_auth/templates/silly_auth/emails/__init__.py
django_silly_auth/templates/silly_auth/emails/confirm_email.txt
django_silly_auth/templates/silly_auth/emails/request_password_reset.txt
django_silly_auth/views/__init__.py
django_silly_auth/views/api_views.py
django_silly_auth/views/custom_login.py
django_silly_auth/views/views.py