Re: ImportError: cannot import name execute_manager

2014-02-07 Thread Larry Martell
On Fri, Feb 7, 2014 at 10:53 AM, felix kimutai wrote: > I get the following error > > " Traceback (most recent call last): > File "manage.py", line 2, in > from django.core.management import execute_manager > ImportError: cannot import name execute_manag

ImportError: cannot import name execute_manager

2014-02-07 Thread felix kimutai
I get the following error " Traceback (most recent call last): File "manage.py", line 2, in from django.core.management import execute_manager ImportError: cannot import name execute_manager " when I run this command : python manage.py runserver, what could be th