[Answer]-Django browserid ImproperlyConfigured at /browserid/login/

1👍

I found the fix – I think I was pretty stupid on this – the error message was self explanatory:

Change SITE_URL localhost to http://127.0.0.1:8000

problem solved.
apologies to whoever read the problem!

👤JohnJ

Leave a comment