extend FastCGI deployment example with virtualenv

This commit is contained in:
Martin Zimmermann 2014-05-29 11:59:00 +02:00
parent 64054ec029
commit 932274921c

View File

@ -153,6 +153,9 @@ Next, copy'n'paste to `/var/www/isso.fcgi` (or whatever location you prefer):
.. code-block:: python
#!/usr/bin/env python
#: uncomment if you're using a virtualenv
# import sys
# sys.insert(0, '<your_local_path>/lib/python2.7/site-packages')
from isso import make_app
from isso.core import Config