Django

Code

Changeset 3211

Show
Ignore:
Timestamp:
06/26/06 07:48:47 (2 years ago)
Author:
adrian
Message:

Added information about flup to docs/fastcgi.txt

Files:

Legend:

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

    r3210 r3211  
    3636    security benefit on shared systems, because it means you can secure your 
    3737    code from other users. 
     38 
     39Prerequisite: flup 
     40================== 
     41 
     42Before you can start using FastCGI with Django, you'll need to install flup_, 
     43which is a Python library for dealing with FastCGI. Make sure to use the latest 
     44Subversion snapshot of flup, as some users have reported stalled pages with 
     45older flup versions. 
     46 
     47.. _flup: http://www.saddi.com/software/flup/ 
    3848 
    3949Starting your FastCGI server