restapiswithdjango icon indicating copy to clipboard operation
restapiswithdjango copied to clipboard

Chapter 8: dj-rest-auth/registration return http 204 no content

Open jlkhermes38 opened this issue 1 year ago • 0 comments

Hello, as mentioned in this link: https://stackoverflow.com/questions/76093862/dj-rest-auth-registration-return-http-204-no-content I got the same problem in Chapter 8: User Authentication when doing the registration of a user.

REST_AUTH = { 'SESSION_LOGIN': False }

solved the issue. I hope it helps, great book !

jlkhermes38 avatar May 28 '23 19:05 jlkhermes38