diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-04-08 21:13:32 +0000 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-04-08 21:13:32 +0000 |
| commit | 5c53e30607014163872e89c221b206992a9acfef (patch) | |
| tree | 2c4666cb92ee1e26c95b9f6fe9703288452fd133 /docs/man/django-admin.1 | |
| parent | 4f623524125ce059951ab879d34b50f6024225f4 (diff) | |
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/man/django-admin.1')
| -rw-r--r-- | docs/man/django-admin.1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index d336da0f7b..4d937b488b 100644 --- a/docs/man/django-admin.1 +++ b/docs/man/django-admin.1 @@ -70,7 +70,7 @@ Runs this project as a FastCGI application. Requires flup. Use .B runfcgi help for help on the KEY=val pairs. .TP -.BI "runserver [" "\-\-noreload" "] [" "\-\-nothreading" "] [" "\-\-nostatic" "] [" "\-\-insecure" "] [" "\-\-ipv6" "] [" "\-\-adminmedia=ADMIN_MEDIA_PATH" "] [" "port|ipaddr:port" "]" +.BI "runserver [" "\-\-noreload" "] [" "\-\-nothreading" "] [" "\-\-nostatic" "] [" "\-\-insecure" "] [" "\-\-ipv6" "] [" "port|ipaddr:port" "]" Starts a lightweight Web server for development. .TP .BI "shell [" "\-\-plain" "]" @@ -169,9 +169,6 @@ Enables IPv6 addresses. .I \-\-verbosity=VERBOSITY Verbosity level: 0=minimal output, 1=normal output, 2=all output. .TP -.I \-\-adminmedia=ADMIN_MEDIA_PATH -Specifies the directory from which to serve admin media when using the development server. -.TP .I \-\-traceback By default, django-admin.py will show a simple error message whenever an error occurs. If you specify this option, django-admin.py will |
