Changeset 6255
- Timestamp:
- 09/14/07 23:30:15 (1 year ago)
- Files:
-
- django/trunk/docs/fastcgi.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/fastcgi.txt
r6079 r6255 47 47 48 48 Before 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. 49 which is a Python library for dealing with FastCGI. Version 0.5 or newer should 50 work fine. 52 51 53 52 .. _flup: http://www.saddi.com/software/flup/
