Django

Code

Changeset 4471

Show
Ignore:
Timestamp:
02/09/07 21:42:24 (2 years ago)
Author:
adrian
Message:

Fixed ReST bug in docs/fastcgi.txt

Files:

Legend:

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

    r4420 r4471  
    275275Then, create a small script that tells Apache how to spawn your FastCGI 
    276276program. Create a file ``mysite.fcgi`` and place it in your Web directory, and 
    277 be sure to make it executable :: 
     277be sure to make it executable:: 
    278278 
    279279    #!/usr/bin/python