﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
8458	adding own commands to manage.py not working correctly	dafire	nobody	"I tried to add my own commands as described in http://www.djangoproject.com/documentation/django-admin/ but it did not find my commands.

I did some research and found a problem.

lets assume I have 
{{{
INSTALLED_APPS = (
  'proj.app'
)
}}}
and call manage.py from the /var/www/proj folder it looks for the ""management"" class in /var/www/proj/proj/app/management

I added {{{sys.path = ['..']+sys.path}}} to {{{""django\core\management\__init__.py""}}} as a local fix and it worked after that."		closed	Core (Management commands)	dev		worksforme			Accepted	0	0	0	0	0	0
