summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-11-19 12:21:49 -0500
committerTim Graham <timograham@gmail.com>2015-01-17 08:32:31 -0500
commit41f0d3d3bc8b0a6831530e1176c6415f9ba45b0b (patch)
tree8fa53beacd450dfd48a57de491e164053b82f986 /docs/man
parent37b7776a015102e97b9bdd64d88c732883ff9989 (diff)
Removed FastCGI support per deprecation timeline; refs #20766.
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/django-admin.15
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