forked from orbit-oss/flask
parent
fedc96c0b9
commit
160aa80781
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ Engine`_, where execution happens in a CGI-like environment.
|
||||||
not called because this will always start a local WSGI server which
|
not called because this will always start a local WSGI server which
|
||||||
we do not want if we deploy that application to CGI / app engine.
|
we do not want if we deploy that application to CGI / app engine.
|
||||||
|
|
||||||
|
With CGI, you will also have to make sure that your code does not contain
|
||||||
|
any ``print`` statements, or that ``sys.stdin`` is overridden by something
|
||||||
|
that doesn't write into the HTTP response.
|
||||||
|
|
||||||
Creating a `.cgi` file
|
Creating a `.cgi` file
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue