#11745: Categories by origin for command listings in "manage.py help"
---------------------------+------------------------------------------------
 Reporter:  Tuttle         |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Uncategorized  |     Version:  SVN       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  1              |  
---------------------------+------------------------------------------------
 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>
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11745>
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to