#34976: startproject and startapp should provide feedback
-------------------------------------+-------------------------------------
     Reporter:  Thibaud Colas        |                    Owner:  Salvo
         Type:                       |  Polizzi
  Cleanup/optimization               |                   Status:  assigned
    Component:  Core (Management     |                  Version:  dev
  commands)                          |
     Severity:  Normal               |               Resolution:
     Keywords:  tutorial, command,   |             Triage Stage:  Accepted
  startproject, startapp             |
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  1
Easy pickings:  0                    |                    UI/UX:  1
-------------------------------------+-------------------------------------
Comment (by Vaibhav Pant):

 Hey, I’m a beginner contributor and I’ve gone through the ticket
 discussion, forum thread, and related PRs before working on this.

 Based on the discussion, I focused on a minimal implementation for the
 success feedback message instead of the directory tree output.

 Currently, I have:

 * added a success message after successful creation,
 * added a verbosity check (`verbosity >= 1`),
 * updated the related tests in `tests/admin_scripts/tests.py`.

 Example output:

 `Success! Created project "mysite" at "/path/to/mysite".`

 Before opening a PR, I wanted to ask if this approach looks correct or if
 there are any additional changes/tests that would be preferred for this
 ticket.

 Thanks!
-- 
Ticket URL: <https://code.djangoproject.com/ticket/34976#comment:19>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-updates/0107019e0d3dc353-21773bf8-855c-442b-b885-ce19f7b31772-000000%40eu-central-1.amazonses.com.

Reply via email to