Matias Vallejos
Results
1
comments of
Matias Vallejos
> I had the same problem, and I solved it by fixing the following dependency: > > ``` > django-allauth==0.50.0 > ``` > > This solution works with dj-rest-auth==4.0.1 You're...