On Fri, Feb 7, 2014 at 10:53 AM, felix kimutai <[email protected]> wrote: > 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 " > > when I run this command : python manage.py runserver, what could be the > problem.
Sounds like the version of manage.py you have is not compatable with the version of django you have. https://docs.djangoproject.com/en/1.4/releases/1.4/#updated-default-project-layout-and-manage-py -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACwCsY4teeS%3DE79mUOeSASnXvi4U%2BQXJan4rY%3DYmphs4C0VLpQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

