morgante / django-graph-auth

Simple GraphQL queries and mutations for managing Django users.
MIT License
46 stars 14 forks source link

add install dependencies to fix import error #2

Closed andela-sjames closed 8 years ago

andela-sjames commented 8 years ago

Add installation dependencies to fix the stack trace error: from rest_framework_jwt.settings import api_settings ImportError: No module named rest_framework_jwt.settings

Hopefully, this can be updated on PyPi as soon as possible.

morgante commented 8 years ago

Thanks for the contribution.