diff options
| author | Tim Graham <timograham@gmail.com> | 2014-11-19 12:21:49 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-17 08:32:31 -0500 |
| commit | 41f0d3d3bc8b0a6831530e1176c6415f9ba45b0b (patch) | |
| tree | 8fa53beacd450dfd48a57de491e164053b82f986 /docs/man | |
| parent | 37b7776a015102e97b9bdd64d88c732883ff9989 (diff) | |
Removed FastCGI support per deprecation timeline; refs #20766.
Diffstat (limited to 'docs/man')
| -rw-r--r-- | docs/man/django-admin.1 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index 243a15edf5..f683742a94 100644 --- a/docs/man/django-admin.1 +++ b/docs/man/django-admin.1 @@ -64,11 +64,6 @@ Runs over the entire source tree of the current directory and pulls out all strings marked for translation. It creates (or updates) a message file in the conf/locale (in the django tree) or locale (for project and application) directory. .TP -.BI "runfcgi [" "KEY=val" "] [" "KEY=val" "] " "..." -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" "] [" "port|ipaddr:port" "]" Starts a lightweight Web server for development. .TP |
