[Answered ]-I'm getting a DoesNotExist error with django rest auth password reset

2👍

django-allauth (used internally by DRA) looks for the domain name by searching for Site object.

Please follow these steps to set up sites framework:
https://docs.djangoproject.com/en/1.9/ref/contrib/sites/#enabling-the-sites-framework

Leave a comment