Django

Code

Show
Ignore:
Timestamp:
09/14/07 23:30:15 (1 year ago)
Author:
adrian
Message:

Fixed #5264 -- Specified Flup version in docs/fastcgi.txt. Thanks, akaihola and Nis Jorgensen

Files:

Legend:

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

    r6079 r6255  
    4747 
    4848Before you can start using FastCGI with Django, you'll need to install flup_, 
    49 which is a Python library for dealing with FastCGI. Make sure to use the latest 
    50 Subversion snapshot of flup, as some users have reported stalled pages with 
    51 older flup versions. 
     49which is a Python library for dealing with FastCGI. Version 0.5 or newer should 
     50work fine. 
    5251 
    5352.. _flup: http://www.saddi.com/software/flup/