6👍
✅
It looks like you need to include the following pattern in urls.py
url(r'^accounts/', include('allauth.urls')),
👤NS0
Source:stackexchange.com
6👍
It looks like you need to include the following pattern in urls.py
url(r'^accounts/', include('allauth.urls')),