[django-oscar] Re: Is there anyone know How to install Django-Allauth in Oscar

2017-05-16 Thread Tuan Nguyen
I just figured out how. Basically, you have to replace the AllAuth's base.html template in Accounts (look into the site-packages where you 've installed AllAuth) {% extends "layout.html" %} instead of {% extends "base.html"} let me know if you have other questions On Friday, April 14, 2017

[django-oscar] Re: Is there anyone know How to install Django-Allauth in Oscar

2017-05-10 Thread Tuan Nguyen
I have the same issue. Please let me know if you figure it out. Thanks greatly! On Friday, April 14, 2017 at 1:01:49 PM UTC-4, SIRICHOT MANEECHOT wrote: > > Hello There, > > I have been worked on Django-Oscar to built E-Commerce website and I am > now working on Facebook login, I choose