LICENSE.md
MANIFEST.in
README.md
setup.py
accounts/__init__.py
accounts/admin.py
accounts/apps.py
accounts/models.py
accounts/serializers.py
accounts/urls.py
accounts/views.py
accounts/migrations/0001_initial.py
accounts/migrations/__init__.py
djangorestaccounts.egg-info/PKG-INFO
djangorestaccounts.egg-info/SOURCES.txt
djangorestaccounts.egg-info/dependency_links.txt
djangorestaccounts.egg-info/not-zip-safe
djangorestaccounts.egg-info/requires.txt
djangorestaccounts.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_model.py
tests/test_views.py