mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Added --noinput in migrate commmand's docs.
This commit is contained in:
parent
b9f8635f58
commit
72ea289ab7
@ -780,6 +780,15 @@ Allows creating tables for apps without migrations. While this isn't
|
|||||||
recommended, the migrations framework is sometimes too slow on large projects
|
recommended, the migrations framework is sometimes too slow on large projects
|
||||||
with hundreds of models.
|
with hundreds of models.
|
||||||
|
|
||||||
|
.. django-admin-option:: --noinput, --no-input
|
||||||
|
|
||||||
|
Suppresses all user prompts. An example prompt is asking about removing stale
|
||||||
|
content types.
|
||||||
|
|
||||||
|
.. versionchanged:: 1.9
|
||||||
|
|
||||||
|
The ``--no-input`` alias was added.
|
||||||
|
|
||||||
``runserver``
|
``runserver``
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user