﻿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
11745	"Categories by origin for command listings in ""manage.py help"""	Vlada Macek	Aymeric Augustin	"As the number of loaded modules and apps grows for bigger project, simple alphabetic list of ""manage.py help"" commands becomes a pell-mell.

Very quickly I learn from which Python module the command I search is originating from. This applies the most for my own commands, even the most frequent situation is that I need to find my own mgmt command name for copy'n'paste.

The attached patch displays the help list with colored categories like this:

{{{
#!html
<pre>
Available subcommands:

<font color=""darkred"">[myapp]</font>
  dump_all_objects
  import_images
  invalidate_memcached

<font color=""darkred"">[django]</font>
  cleanup
  compilemessages
  createcachetable
  createsuperuser
  dbshell
  ...

<font color=""darkred"">[django_evolution]</font>
  evolve

<font color=""darkred"">[django_extensions]</font>
  clean_pyc
  compile_pyc
  create_app
  create_command
  create_jobs
  ...
</pre>
}}}
"	Cleanup/optimization	closed	Core (Management commands)	dev	Normal	fixed	help color django-admin manage.py	t.django@… sebastien.fievet@…	Accepted	1	0	0	0	0	0
