Django Django Allauth Django Custom User Django Socialauth Python Custom Users With Django Allauth March 12, 2024 Post a Comment I am trying to use a custom user with django-allauth/social auth In settings.py, I have AUTHENTICAT… Read more Custom Users With Django Allauth
Django Django Custom User Django Unittest Python 3.x How To Fix "typeerror: Argument Of Type 'connectionhandler' Is Not Iterable" When Running A Django Test? October 26, 2023 Post a Comment When I do ```python -m unittest`` inside of my users app, I get this error: TypeError: argument of … Read more How To Fix "typeerror: Argument Of Type 'connectionhandler' Is Not Iterable" When Running A Django Test?