mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Removed FastCGI support per deprecation timeline; refs #20766.
This commit is contained in:
parent
37b7776a01
commit
41f0d3d3bc
18 changed files with 13 additions and 883 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue