sbin/sync/settings.py.tmpl
author Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
Mon, 12 Jan 2015 12:00:30 +0100
changeset 38 d1bc73ce855a
parent 27 42e4b9c433cc
permissions -rw-r--r--
Finished WTForms support for properties + Refactored API so it doesn't handle form parsing anymore + added version.py and edited setup.py, version is now displayed in the footer of every page + reworked config to condense every persistence parameter and logging parameter

from fabric.api import env


# the user to use for the remote commands
env.user = 'user'
# the servers where the commands are executed
env.hosts = ['server']
env.srv_venv_path = 'virtualenv folder path on host'