Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 6243

ImportError: No module named rest_framework_jwt.views

$
0
0

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?


Viewing all articles
Browse latest Browse all 6243

Trending Articles