Documented the change in r3811. Refs #2600.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ff47dc6ba0
commit
14993ece48
|
@ -352,8 +352,9 @@ options.
|
||||||
|
|
||||||
**New in Django development version**
|
**New in Django development version**
|
||||||
|
|
||||||
Inform django-admin that the user should NOT be prompted for any input. Useful if
|
Inform django-admin that the user should NOT be prompted for any input. Useful
|
||||||
the django-admin script will be executed as an unattended, automated script.
|
if the django-admin script will be executed as an unattended, automated
|
||||||
|
script.
|
||||||
|
|
||||||
--noreload
|
--noreload
|
||||||
----------
|
----------
|
||||||
|
@ -383,6 +384,19 @@ Verbosity determines the amount of notification and debug information that
|
||||||
will be printed to the console. '0' is no output, '1' is normal output,
|
will be printed to the console. '0' is no output, '1' is normal output,
|
||||||
and `2` is verbose output.
|
and `2` is verbose output.
|
||||||
|
|
||||||
|
--adminmedia
|
||||||
|
------------
|
||||||
|
|
||||||
|
**New in Django development version**
|
||||||
|
|
||||||
|
Example usage::
|
||||||
|
django-admin.py manage.py --adminmedia=/tmp/new-admin-style/
|
||||||
|
|
||||||
|
Tell Django where to find the various stylesheets and Javascript files for the
|
||||||
|
admin interface when running the development server. Normally these files are
|
||||||
|
served out of the Django source tree, but since some designers change these
|
||||||
|
files for their site, this option allows you to test against custom versions.
|
||||||
|
|
||||||
Extra niceties
|
Extra niceties
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue