Ticket #7194: django-admin.txt.diff
File django-admin.txt.diff, 1.3 KB (added by , 17 years ago) |
---|
-
docs/django-admin.txt
313 313 Use ``--verbosity`` to specify the amount of notification and debug information 314 314 that ``django-admin.py`` should print to the console. 315 315 316 * ``0`` means no input.317 * ``1`` means normal input (default).318 * ``2`` means verbose input.316 * ``0`` means no output. 317 * ``1`` means normal output (default). 318 * ``2`` means verbose output. 319 319 320 320 Example usage:: 321 321 … … 556 556 Use ``--verbosity`` to specify the amount of notification and debug information 557 557 that ``django-admin.py`` should print to the console. 558 558 559 * ``0`` means no input.560 * ``1`` means normal input (default).561 * ``2`` means verbose input.559 * ``0`` means no output. 560 * ``1`` means normal output (default). 561 * ``2`` means verbose output. 562 562 563 563 Example usage:: 564 564 … … 592 592 Use ``--verbosity`` to specify the amount of notification and debug information 593 593 that ``django-admin.py`` should print to the console. 594 594 595 * ``0`` means no input.596 * ``1`` means normal input (default).597 * ``2`` means verbose input.595 * ``0`` means no output. 596 * ``1`` means normal output (default). 597 * ``2`` means verbose output. 598 598 599 599 Example usage:: 600 600