![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Functions | |
def | fastcgi_help |
def | runfastcgi |
Variables | |
string | __version__ = "0.1" |
list | __all__ = ["runfastcgi"] |
string | FASTCGI_HELP = r"" |
dictionary | FASTCGI_OPTIONS |
FastCGI (or SCGI, or AJP1.3 ...) server that implements the WSGI protocol. Uses the flup python package: http://www.saddi.com/software/flup/ This is a adaptation of the flup package to add FastCGI server support to run Django apps from Web servers that support the FastCGI protocol. This module can be run standalone or from the django-admin / manage.py scripts using the "runfcgi" directive. Run with the extra option "help" for a list of additional options you can pass to this server.
dictionary google.appengine._internal.django.core.servers.fastcgi.FASTCGI_OPTIONS |