MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
src/ngits_users.egg-info/PKG-INFO
src/ngits_users.egg-info/SOURCES.txt
src/ngits_users.egg-info/dependency_links.txt
src/ngits_users.egg-info/requires.txt
src/ngits_users.egg-info/top_level.txt
src/users/__init__.py
src/users/admin.py
src/users/apps.py
src/users/forms.py
src/users/models.py
src/users/schemas.py
src/users/serializers.py
src/users/signals.py
src/users/tasks.py
src/users/urls.py
src/users/utils.py
src/users/views.py
src/users/migrations/0001_initial.py
src/users/migrations/__init__.py
src/users/static/users/css/style.css
src/users/static/users/img/fail.svg
src/users/static/users/img/logo.png
src/users/static/users/img/success.svg
src/users/templates/change_password.html
src/users/templates/change_password_email.html
src/users/templates/change_password_email.txt
src/users/templates/form_site.html
src/users/templates/info_site.html
src/users/templates/password_changed.html
src/users/templates/registration_email.html
src/users/templates/registration_email.txt
src/users/templates/verify_error.html
src/users/templates/verify_ok.html