aellerton/demo-allauth-bootstrap

Not working in Django==1.8.1

diegomatar opened this issue · 3 comments

I followed the installing instructions, but I am getting an:
ImportError at/ No module named context_processors

I thought it was because the new TEMPLATE settings in Django 1.8, but even after updating settings_generated.py the error persists.

I also tried to run using Django 1.7, but got the same..

screen shot 2015-07-24 at 3 30 46 pm

Any ideas of how can I make it work?

Thanks!

It used to work but the requirements.txt file specifies using the latest allauth. That means that your checkout got an updated version which has a change to how context processors work:

pennersr/django-allauth@7a5838b

I'll post a fix soon.

Thanks for reporting!

@diegomatar: please pull latest, make configure, make rebuild and run again. Let me know if all ok.

It worked now, thanks!

2015-07-25 3:01 GMT-03:00 Andrew E notifications@github.com:

@diegomatar https://github.com/diegomatar: please pull latest, make
configure, make rebuild and run again. Let me know if all ok.


Reply to this email directly or view it on GitHub
#12 (comment)
.