.. _deployment: Deploying Pecan in Production ============================= Deploying a pecan project can be accomplished in several ways. You may already be familiar with deployment methodologies for other Python projects, in which case, try that! Pecan doesn't deviate from the standards laid out by similar Python web frameworks before it. Here we will outline some of the common methods for deploying your Pecan project. mod_wsgi -------- TODO FastCGI ------- TODO uWSGI ----- TODO Tornado ------- TODO Gunicorn -------- TODO