Skip to content Skip to sidebar Skip to footer

Django-allauth Verification Email Send With Example.com:port

I am working with django-allauth. I manage to do everything, however the port is rendered within confirmation email: so it looks like that: http://example.com:8000/accounts/confirm

Solution 1:

You need to edit your project's sites. Log in to django admin, then navigate to the field 'sites' and edit your site domain name and display name. Currently it is likely set to example.com, which is why django-allauth picks up this site name in its template.


Post a Comment for "Django-allauth Verification Email Send With Example.com:port"