I am using Ubuntu and Django (Python 2.7.12)
I am trying to run python manage.py migrate
but an error shows up:
from rest_framework_jwt.views import obtain_jwt_tokenImportError: No module named rest_framework_jwt.views
I have already installed rest like this:
pip install djangorestframework
Any idea about the error?