mirror of https://github.com/django/django.git
Fixed #5264 -- Specified Flup version in docs/fastcgi.txt. Thanks, akaihola and Nis Jorgensen
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
036e4575df
commit
bdba94d78f
|
@ -46,9 +46,8 @@ Prerequisite: flup
|
|||
==================
|
||||
|
||||
Before you can start using FastCGI with Django, you'll need to install flup_,
|
||||
which is a Python library for dealing with FastCGI. Make sure to use the latest
|
||||
Subversion snapshot of flup, as some users have reported stalled pages with
|
||||
older flup versions.
|
||||
which is a Python library for dealing with FastCGI. Version 0.5 or newer should
|
||||
work fine.
|
||||
|
||||
.. _flup: http://www.saddi.com/software/flup/
|
||||
|
||||
|
|
Loading…
Reference in New Issue