Pacman

Results 7 comments of Pacman

djangorestframework-jwt is a seperate package.pip install djangorestframework-jwt should solve the problem.

@DanJhonatan @abdelwahebmoalla @Narender-350 I also get the same error for the code which was running properly until some days before. Have anyone found the solution to this problem? Thanks in...

I'am getting this error type object 'UserProfile' has no attribute 'objects' when trying to registering new user.When I resend data I get The view accounts.views.register didn't return an HttpResponse object....

why cant I access the Userprofile with user.userprofile . It gives me error "User has no userprofile". RelatedObjectDoesNotExist at /account/register/.Can someone please help.

@rishi023 I had to change the source code. But still error exists. Currently the code emits to ```socket.io#/#[email protected]#``` channel in this format. Changing the channel to ```dispatch``` by editing ```Emiiter.java```...