Re: runserver namespace problem?

2011-12-27 Thread rahul jain
Having the same problem "Received unregistered task of type blah" . Can someone help ? On Sun, Nov 13, 2011 at 5:26 PM, Ken wrote: > Does anybody have any idea? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group,

Re: runserver namespace problem?

2011-11-13 Thread Ken
Does anybody have any idea? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more op

runserver namespace problem?

2011-11-10 Thread Ken
hi all I have a django website dir tree like this: mysite - app1 - tasks.py - tests.py - views.py - models.py there is a function *outprint* in tasks.py In shell one, I use command "python manage.py celeryd -B -l info" to run ce