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

Re: Cannot import name execute_manager

2014-01-22 Thread Mike Dewhirst
xecute-manager> Little bit of work to do. Hth Mike File "manage.py", line 2, in from django.core.management import execute_manager ImportError: cannot import name execute_manager -- You received t

Re: Cannot import name execute_manager

2014-01-22 Thread Maurice J Elagu
t; > > which explains that it is a deprecated method ... >> >> https://docs.djangoproject.com/en/dev/releases/1.4/# >> django-core-management-execute-manager >> >> >> Little bit of work to do. >> >> Hth >> >> Mike >> >> >

Re: Cannot import name execute_manager

2014-01-21 Thread Mike Dewhirst
nagement import execute_manager ImportError: cannot import name execute_manager -- 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 django-users+unsubscr...@googlegr

Re: Cannot import name execute_manager

2014-01-21 Thread Mike Dewhirst
which explains that it is a deprecated method ... https://docs.djangoproject.com/en/dev/releases/1.4/#django-core-management-execute-manager Little bit of work to do. Hth Mike File "manage.py", line 2, in from django.core.management import execute_manager ImportError: can

Cannot import name execute_manager

2014-01-21 Thread MAurice
Hello django users, I have a problem when i try to sync my db or runserver on my ubuntu 13.10. of cant import name execute manger Help me out thanks File "manage.py", line 2, in from django.core.management import execute_manager ImportError: cannot import name execute_manage

Re: cannot import name execute_manager

2008-09-30 Thread KillaBee
nserver > > 8080 > > Traceback (most recent call last): > >   File "manage.py", line 2, in > >     from django.core.management import execute_manager > > ImportError: cannot import name execute_manager > > > I need to know where it is looking for  th

Re: cannot import name execute_manager

2008-09-30 Thread Rajesh Dhawan
y", line 2, in > from django.core.management import execute_manager > ImportError: cannot import name execute_manager > > > I need to know where it is looking for this management at the > management.py that is at Django-1.0/django/core has this def. Can I > do a command that will

cannot import name execute_manager

2008-09-30 Thread KillaBee
te_manager ImportError: cannot import name execute_manager I need to know where it is looking for this management at the management.py that is at Django-1.0/django/core has this def. Can I do a command that will give me the path? --~--~-~--~~~---~--~~ You received th