Peter Njenga
Results
2
comments of
Peter Njenga
@whippersnapper adding 'auth_jwt' does not solve the problem. Does anyone know what module to add to installed apps so that 'rest_framework_jwt' becomes available? Thanks
In my case the problem was I had the wrong virtualenv activated. For rest_framework_jwt to be available, all you need to do is pip install djangorestframework-jwt into your virtual environment....