This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
I am using Swagger UI via drf-spectacular in conjunction withdjango-rest-auth and I am getting the following warning:
Error #0: LogoutView: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Ignoring view for now.
I am using Swagger UI via
drf-spectacular
in conjunction withdjango-rest-auth
and I am getting the following warning: