On Fri, Sep 18, 2009 at 10:36 PM, Kyle MacFarlane <kylemacfarl...@gmail.com> wrote: > Everything works fine except when detecting management commands. It > will only detect commands in the first package in sys.path underneath > "company.*". Once it has checked one package in the namespace it does > not look inside any others.
Custom management commands and setuptools don't mix, period. There may be cases where they actually work, but the various things setuptools mangles in the process of supporting things like namespace packages and zipped eggs just don't really work at all with the way Django searches for management commands. My general advice, as always, is to avoid setuptools like the plague. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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 options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---