LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
custom_user_profile.egg-info/PKG-INFO
custom_user_profile.egg-info/SOURCES.txt
custom_user_profile.egg-info/dependency_links.txt
custom_user_profile.egg-info/requires.txt
custom_user_profile.egg-info/top_level.txt
users/__init__.py
users/admin.py
users/apps.py
users/forms.py
users/managers.py
users/models.py
users/serializers.py
users/tests.py
users/urls.py
users/views.py
users/viewsets.py
users/migrations/0001_initial.py
users/migrations/0002_alter_customuser_email.py
users/migrations/0003_alter_customuser_managers.py
users/migrations/0004_alter_customuser_date_of_birth.py
users/migrations/0005_customuser_archive.py
users/migrations/__init__.py
users/static/users/styles.css
users/templates/users/create.html
users/templates/users/home.html
users/templates/users/login.html