#18296: Make creating apps inside project folder more intuitive with manage.py
startapp command
-------------------------------------+-------------------------------------
     Reporter:  lgp171188@…          |                    Owner:
         Type:                       |  vanessagomes
  Cleanup/optimization               |                   Status:  new
    Component:  Core (Management     |                  Version:  1.4
  commands)                          |               Resolution:
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:  manage.py, startapp  |      Needs documentation:  0
    Has patch:  0                    |  Patch needs improvement:  0
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  1                    |
-------------------------------------+-------------------------------------

Comment (by SmileyChris):

 I agree that it's pretty unintuitive.

 Both commands use the same base class, but it doesn't take into acount
 that creating a project involves creating a workspace containing the
 project module, whereas an app is nothing *but* the module -- you can't
 put an app named 'app1' in anything but an app1 directory.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18296#comment:5>
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 this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to