Hi guys, After i install django-allauth i get the following error:
Traceback (most recent call last):
File "manage.py", line 2, in <module>
from django.core.management import execute_manager
ImportError: cannot import name execute_manager
From what i read on: https://stackoverflow.com/questions/18048232/satchmo-clonesatchmo-py-importerror-cannot-import-name-execute-manager
that error don't have to occurs in django 1.6 and up.
from what i see, but i am not shure, the manage.py (that was created by pythonanywhere web interface) file look like older version of django.
Someone know how to solve that problem ?
10x