Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/app/static/doc/flask-docs/_sources/deploying/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'app/static/doc/flask-docs/_sources/deploying/index.txt')
-rw-r--r--app/static/doc/flask-docs/_sources/deploying/index.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/app/static/doc/flask-docs/_sources/deploying/index.txt b/app/static/doc/flask-docs/_sources/deploying/index.txt
deleted file mode 100644
index d258df8..0000000
--- a/app/static/doc/flask-docs/_sources/deploying/index.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-.. _deployment:
-
-Deployment Options
-==================
-
-Depending on what you have available there are multiple ways to run
-Flask applications. You can use the builtin server during development,
-but you should use a full deployment option for production applications.
-(Do not use the builtin development server in production.) Several
-options are available and documented here.
-
-If you have a different WSGI server look up the server documentation
-about how to use a WSGI app with it. Just remember that your
-:class:`Flask` application object is the actual WSGI application.
-
-.. toctree::
- :maxdepth: 2
-
- mod_wsgi
- cgi
- fastcgi
- uwsgi
- others