GraphWrap: extend your Django REST Framework API with a GraphQL interface with just two of lines of code.

2021-03-09 Thread Paul Gilmartin
Hi all, I recently built a Django REST Framework extension library, which, by adding only two of lines of code to your django project, can extend an existing Django REST Framework API with a GraphQL interface. Pypi: https://pypi.org/project/graph-wrap/ Github: h

Social Authentication

2021-03-09 Thread Ashutosh Mishra
I want to create a social authentication system in django rest framework,without frontend using custom user model. Can someone share some material or link from where i can learn how to do this?? -- You received this message because you are subscribed to the Google Groups "Django REST framework