I've been trying to get django-allauth working for a couple days now and I finally found out what was going on.
Instead of loading the base.html
template that installs with django-allauth, the app loads the base.html
file that I use for the rest of my website.
How do i tell django-allauth to use the base.html template in the virtualenv/lib/python2.7/sitepackages/django-allauth
directory instead of my project/template
directory?