A simple fab file to deploy a django web app with circus/nginx using postgres and oracle ======================================================================================== .. literalinclude:: /../pydiploy/examples/django_fabfile.py :language: python A fab file to deploy a simple app like a script =============================================== .. literalinclude:: /../pydiploy/examples/simple_fabfile.py :language: python A fab file to deploy a bottle app with circus/nginx using postgres and oracle ============================================================================= .. literalinclude:: /../pydiploy/examples/bottle_fabfile.py :language: python