Md Mahiuddin

Results 2 comments of Md Mahiuddin

``` from allauth.account.views import RegisterView from rest_framework.response import Response from rest_framework import status class RegisterView(RegisterView): def create(self, request, *args, **kwargs): response = super().create(request, *args, **kwargs) # Always return a success...