LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
djsonREST.egg-info/PKG-INFO
djsonREST.egg-info/SOURCES.txt
djsonREST.egg-info/dependency_links.txt
djsonREST.egg-info/not-zip-safe
djsonREST.egg-info/requires.txt
djsonREST.egg-info/top_level.txt
djsonrest/__init__.py
djsonrest/app_settings.py
djsonrest/apps.py
djsonrest/auth.py
djsonrest/exceptions.py
djsonrest/middleware.py
djsonrest/rest.py
djsonrest/tests.py
djsonrest/utils.py
djsonrest/addons/__init__.py
djsonrest/addons/jwt_auth/__init__.py
djsonrest/addons/jwt_auth/app_settings.py
djsonrest/addons/jwt_auth/apps.py
djsonrest/addons/jwt_auth/auth.py
djsonrest/addons/jwt_auth/tests.py
djsonrest/addons/jwt_auth/admin/__init__.py
djsonrest/addons/jwt_auth/admin/consumer.py
djsonrest/addons/jwt_auth/admin/token.py
djsonrest/addons/jwt_auth/migrations/0001_initial.py
djsonrest/addons/jwt_auth/migrations/0002_auto_20191229_1425.py
djsonrest/addons/jwt_auth/migrations/0003_auto_20200105_1204.py
djsonrest/addons/jwt_auth/migrations/0004_auto_20200105_1345.py
djsonrest/addons/jwt_auth/migrations/__init__.py
djsonrest/addons/jwt_auth/models/__init__.py
djsonrest/addons/jwt_auth/models/consumer.py
djsonrest/addons/jwt_auth/models/token.py
djsonrest/addons/jwt_auth/models/user.py
djsonrest/addons/jwt_auth/rest_routes/__init__.py
djsonrest/addons/jwt_auth/rest_routes/auth.py
djsonrest/addons/jwt_auth/templates/admin/consumer_change_key.html
djsonrest/admin/__init__.py
djsonrest/migrations/__init__.py
djsonrest/rest_routes/__init__.py
djsonrest/rest_routes/default.py
djsonrest/rest_routes/test.py