Django

Code

Show
Ignore:
Timestamp:
07/12/07 09:21:51 (1 year ago)
Author:
russellm
Message:

Fixed #4525 -- Fixed mistaken documentation on arguments to runfcgi. Thanks, Johan Bergstrom <bugs@bergstroem.nu>.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/fastcgi.txt

    r5433 r5675  
    9494(the default), ``scgi`` or ``ajp``. For example:: 
    9595 
    96     ./manage.py runfcgi --protocol=scgi 
     96    ./manage.py runfcgi protocol=scgi 
    9797 
    9898.. _flup: http://www.saddi.com/software/flup/