1👍
✅
You’ll need to include the correct allauth urls in your url conf
url(r'', include('allauth.urls'))
Source:stackexchange.com
1👍
You’ll need to include the correct allauth urls in your url conf
url(r'', include('allauth.urls'))