#18685: Managements commands in multiple submodules in the same virtual package
don't work
-------------------------------+--------------------
     Reporter:  cberner        |      Owner:  nobody
         Type:  Uncategorized  |     Status:  new
    Component:  Uncategorized  |    Version:  1.4
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 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

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18685>
Django <https://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 https://groups.google.com/groups/opt_out.


Reply via email to