--
Ticket URL: <https://code.djangoproject.com/ticket/33444>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by alchermd):
The existing flag "--no-input" seems to fit the bill here. Is there a
reason why you think a separate parameter is a good idea?
--
Ticket URL: <https://code.djangoproject.com/ticket/33444#comment:1>
* status: new => closed
* resolution: => wontfix
Comment:
Thanks for this ticket, however I don't see a need for a new option. If
you really want to answer `yes` to all the questions, you can use a
separate command e.g. `yes` on Linux
{{{
$ yes | django-admin makemigrations
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33444#comment:2>
Comment (by liudaoqiangtj):
Thank you for your immediate relpy, I really appreciate it.
I am in a mini team and a initial project, we use a excel file and a
python script to auto edit models.py , aims to manage our database tables
and fields.
In the present condition, it can be efficient for us to make "python
manage.py makemigrations (and migrate)" automaticly on the server , and
another benefit is that it helps to avoid some migration conflicts.
--
Ticket URL: <https://code.djangoproject.com/ticket/33444#comment:3>