Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Custom User

Custom Users With Django Allauth

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

How To Fix "typeerror: Argument Of Type 'connectionhandler' Is Not Iterable" When Running A Django Test?

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?