#11016: manage.py not finding custom commands when run from different directory (or through a symlink in a different directory) --------------------------------------+------------------------------------- Reporter: icyhandofcrap | Owner: nobody Status: closed | Milestone: 1.1 Component: django-admin.py | Version: 1.1-beta-1 Resolution: wontfix | Keywords: Stage: Unreviewed | Has_patch: 1 Needs_docs: 0 | Needs_tests: 1 Needs_better_patch: 0 | --------------------------------------+------------------------------------- Changes (by jacob):
* status: new => closed * resolution: => wontfix Comment: Yes, you should always use absolute paths for INSTALLED_APPS, and everywhere else, too. This is really just another incarnation of the "project" abstracting being confusing and hurting users later on; in this case, a basic understanding of PYTHONPATH explains what's going on here. -- Ticket URL: <http://code.djangoproject.com/ticket/11016#comment:9> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---