MANIFEST.in
README.md
bower.json
package.json
setup.cfg
setup.py
demo/__init__.py
demo/base/__init__.py
demo/base/admin.py
demo/server/__init__.py
demo/server/settings.py
demo/server/urls.py
demo/server/wsgi.py
drf_authentication/__init__.py
drf_authentication/app_settings.py
drf_authentication/authentication.py
drf_authentication/urls.py
drf_authentication/utils.py
drf_authentication.egg-info/PKG-INFO
drf_authentication.egg-info/SOURCES.txt
drf_authentication.egg-info/dependency_links.txt
drf_authentication.egg-info/not-zip-safe
drf_authentication.egg-info/requires.txt
drf_authentication.egg-info/top_level.txt
drf_authentication/models/__init__.py
drf_authentication/serializers/__init__.py
drf_authentication/serializers/drf_auth_login_serializer.py
drf_authentication/serializers/drf_auth_user_serializer.py
drf_authentication/serializers/model_serializer.py
drf_authentication/serializers/serializer.py
drf_authentication/views/__init__.py
drf_authentication/views/drf_auth_login.py
drf_authentication/views/generic_api_view.py
drf_authentication/views/simple_static_view.py