#22511: Usage help of makemigrations command missing argument for app
--------------------------------------+------------------------
     Reporter:  bruno.devpod@…        |      Owner:  nobody
         Type:  Cleanup/optimization  |     Status:  new
    Component:  Migrations            |    Version:  1.7-beta-2
     Severity:  Normal                |   Keywords:
 Triage Stage:  Unreviewed            |  Has patch:  0
Easy pickings:  0                     |      UI/UX:  0
--------------------------------------+------------------------
 The makemigrations command usage help shoud show:

     Usage: manage.py makemigrations [options] [app_label]

 Instead of:

     Usage: manage.py makemigrations [options]

 As pointed in documentation:

 If your app already has models and database tables, and doesn’t have
 migrations yet (for example, you created it against a previous Django
 version), you’ll need to convert it to use migrations; this is a simple
 process:

     $ python manage.py makemigrations your_app_label

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22511>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.ea0e901639f4794c317057513d90d730%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to