﻿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
18685	Managements commands in multiple submodules in the same virtual package don't work	cberner	cberner	"If you have commands in two packages, mypackage.A and mypackage.B which are installed from separate egg-link files (develop mode of setuptools), only the commands in the first package will be available at the django command line.

I've attached an example which shows the problem. To try it out, do the following:
1) run ""python setup.py develop"" in project-A/ and project-B/
2) run ""python manage.py command_A"" and ""python manage.py command_B"" in project-C/

Expected: both commands work
Actual: only command_A works"	Bug	closed	Core (Management commands)	dev	Normal	duplicate			Accepted	1	0	0	1	0	0
